Commit graph

7 commits

Author SHA1 Message Date
3ac1947106 feat: improve app security and error handling
Improve overall app security by:
- using dynamic statements for all sql querries
- introducing environment variables for initial admin password
- introducing enironment variable for cors address
- improving error handling
2025-11-09 12:13:47 +01:00
84def05c50 feat: change Manual time entry to work with hours instead of start and end time
according to add hours as well the logic was changed to accept ours for
manual entries instead of start and end time. This allows to add
negative numbers as well, which are added to working time.
2025-11-08 11:27:42 +01:00
9c25956711 fix: Add Mobile View and fix error while freeze on entering new schedule 2025-11-05 17:09:37 +01:00
20ba24001a fix: fix reset of entries when switching between weeks 2025-11-05 10:19:36 +01:00
4514ce44a2 feat: change from Standart Library to echo framework to simplify development 2025-11-05 07:46:18 +01:00
d74046522b feat: add Logging Middleware, saving Token and better Handling 2025-11-05 07:16:38 +01:00
2c4fc7869a feat: initial project commit 2025-11-04 22:20:09 +01:00