Commit Graph

179 Commits

Author SHA1 Message Date
Matteo Gheza b04ab5aa20 Update .gitignore, add environment variable operations 2024-01-17 17:48:20 +01:00
Matteo Gheza 03145b2e83 Small UI fixes 2024-01-17 16:25:28 +01:00
Matteo Gheza 20ea26aa69 UI Improvements 2024-01-17 16:08:11 +01:00
Matteo Gheza 7d0896957c Fix table isPublicIp 2024-01-17 01:28:59 +01:00
Matteo Gheza b2afa90247 Add offline mode handling in AuthInterceptor and ApiClientService 2024-01-12 23:49:16 +01:00
Matteo Gheza 97ebd36325 Fix data filtering issue in TableComponent 2024-01-12 19:20:24 +01:00
Matteo Gheza 82c8741b6e Add check for undefined object in extractNames 2024-01-12 19:11:48 +01:00
Matteo Gheza 83d0c41c5a Initialize info.users array in AdminInfoComponent 2024-01-12 19:09:06 +01:00
Matteo Gheza 843c0f099a Remove console.log statement in TableComponent 2024-01-12 19:03:43 +01:00
Matteo Gheza a32a738d46 Improve PWA support 2024-01-12 17:58:01 +01:00
Matteo Gheza fc04e2dace Add admin job list and manual exec to admin 2024-01-12 15:56:24 +01:00
Matteo Gheza 3a4c475488 Add optimization and Telegram Bot functionality to admin maintenance page 2024-01-12 00:44:01 +01:00
Matteo Gheza 898c59104f Refactor impersonation functionality and handle error messages 2024-01-11 22:52:30 +01:00
Matteo Gheza c91a592431 Add password reset functionality 2024-01-11 22:51:13 +01:00
Matteo Gheza d99fc9264f Update name display in various components (support surname) 2024-01-11 21:09:53 +01:00
Matteo Gheza b66d08b568 Add getInfo endpoint to AdminController and update admin-info component 2024-01-11 19:42:39 +01:00
Matteo Gheza 61ee7a7b05 Add admin permissions and roles functionality to admin 2024-01-11 18:44:34 +01:00
Matteo Gheza 4c6197a4c1 Implement admin maintenance functionality 2024-01-11 01:08:07 +01:00
Matteo Gheza 52fd6d6d2f Add ping route and maintenance mode handling 2024-01-10 17:30:22 +01:00
Matteo Gheza cc266c8e39 Add date range filter to LogsController and TableComponent 2024-01-10 16:07:19 +01:00
Matteo Gheza b38b30ff40 Update button label in date range picker component 2024-01-10 16:06:18 +01:00
Matteo Gheza 14b8cd7d73 Remove file upload functionality in admin-info component
The user no longer wants it... 10 minutes after requesting
2024-01-10 01:03:09 +01:00
Matteo Gheza a4024f6f72 Update admin and admin-info components 2024-01-10 01:01:22 +01:00
Matteo Gheza 5b109da648 Add admin page and fix race condition in AuthorizeGuard 2024-01-10 00:26:14 +01:00
Matteo Gheza 350e0b22bd Improve logging, display additional info to superadmin 2024-01-09 22:05:45 +01:00
Matteo Gheza 37b7951b64 Add support for training courses 2024-01-09 00:37:18 +01:00
Matteo Gheza 7be73d06ba Update translations, again 2024-01-08 23:19:37 +01:00
Matteo Gheza 84beeda8fe Add medical examinations and improve edit-user 2024-01-08 22:25:01 +01:00
Matteo Gheza 053eaffec1 Update translation keys for service and training messages 2024-01-07 22:23:33 +01:00
Matteo Gheza 2562fb1ff0 Update translations and labels 2024-01-07 22:06:31 +01:00
Matteo Gheza e7f65ab732 Refactor driving license retrieval and display
This commit refactors the code related to retrieving and displaying driving license information. The changes include:
- Replacing the previous query with a more efficient join query
- Updating the scan URL to use the new scan_uuid property
- Updating the scan URL in the frontend component to use the new scan_url property
2024-01-07 19:05:11 +01:00
Matteo Gheza 3ea8c39fa6 Add latitude and longitude validations to the service form 2024-01-07 18:46:54 +01:00
Matteo Gheza 676ae0a0e9 Better permission system 2024-01-07 18:43:52 +01:00
Matteo Gheza dbc50da95a Add edit-user page WIP 2024-01-07 02:02:50 +01:00
Matteo Gheza 80b4c2ac91 Update daterange-picker date format 2024-01-07 01:59:24 +01:00
Matteo Gheza c63a9789cc Add user info modal 2024-01-04 00:41:41 +01:00
Matteo Gheza a044ead825 Refactor API calls in StatsServicesComponent 2024-01-02 02:09:30 +01:00
Matteo Gheza de54931221 Sort chart generation in stats-services component 2024-01-02 01:45:09 +01:00
Matteo Gheza 9a6a163229 Add date range filter to table component 2024-01-02 01:21:13 +01:00
Matteo Gheza 5f6432de36 Add link to stats section in services component 2024-01-02 00:58:06 +01:00
Matteo Gheza 1d2f88eb14 Add service code to map marker 2024-01-02 00:45:22 +01:00
Matteo Gheza b71506f19f Add service stats charts 2024-01-02 00:38:30 +01:00
Matteo Gheza 6d4db17e8f WIP support for stats page 2023-12-31 15:30:39 +01:00
Matteo Gheza c5a144d2ff Catch alerts errors 2023-12-31 15:26:48 +01:00
Matteo Gheza 9b29e554f2 Update frontend to Angular 16 2023-12-24 19:06:17 +01:00
Matteo Gheza 6446624f1d Add req catch 2023-12-24 16:14:54 +01:00
Matteo Gheza ca090f99f1 Add etag support to list 2023-10-26 16:45:42 +02:00
Matteo Gheza a6a4b863bf Fix alerts alert on frontend 2023-10-25 18:21:08 +02:00
Matteo Gheza f05a59bf25 Fix auth check in app.component.ts 2023-10-25 18:10:29 +02:00
Matteo Gheza a54d390109 Fix get without etag not updated 2023-10-24 00:17:37 +02:00