52c75deff8
Delete Utils and add ExceptionHandler for exceptions
2025-02-20 15:58:48 +03:00
b5a88952ff
Add employee endpoint /visits
2025-02-20 12:40:15 +03:00
6501d3098f
Add admin endpoint /{username}/block
2025-02-20 12:20:47 +03:00
9b2c4501e1
Add method Forbidden
to Utils; change logic of endpoint /employee/open
2025-02-20 10:58:08 +03:00
20db8878bc
Add table Visits
2025-02-19 19:00:13 +03:00
f14f91f725
[controller] Add controllers and change EmployeeController
...
- Create AdminController with path /api/admin with endpoint admin endpoint `/employees`
- Create GlobalController with endpoint `/api/login`
- Remove some endpoints and refactor remaining endpoints
2025-02-19 16:02:50 +03:00
604166fbf8
[security] Add SpringSecurity with Basic authorization
2025-02-19 15:57:42 +03:00
be139f2178
[service] Add func getAllEmployees
2025-02-19 15:44:03 +03:00
7d59c875dd
[Utils] move result-models methods to class Utils
2025-02-19 15:40:38 +03:00
ab0c956d9f
[entity] Add columns hashed_password
, role
, blocked
in table Employee
2025-02-19 15:38:13 +03:00
60fce4cd3d
Files from NTO-2 stage (Olympath command)
2025-02-18 18:54:02 +03:00
9f44325590
Inital commit
2024-10-30 01:40:49 +07:00