school-timetracker/backend
Patryk Hegenberg 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
..
static feat: improve app security and error handling 2025-11-09 12:13:47 +01:00
database.go feat: add README and change default working hours to 60 2025-11-08 14:24:30 +01:00
errors.go feat: improve app security and error handling 2025-11-09 12:13:47 +01:00
go.mod feat: improve app security and error handling 2025-11-09 12:13:47 +01:00
go.sum feat: improve app security and error handling 2025-11-09 12:13:47 +01:00
handlers.go feat: improve app security and error handling 2025-11-09 12:13:47 +01:00
load-env.sh fix: Add Mobile View and fix error while freeze on entering new schedule 2025-11-05 17:09:37 +01:00
main.go feat: improve app security and error handling 2025-11-09 12:13:47 +01:00
middleware.go feat: improve app security and error handling 2025-11-09 12:13:47 +01:00
models.go feat: improve app security and error handling 2025-11-09 12:13:47 +01:00
pdf.go feat: add pdf generation 2025-11-08 12:07:29 +01:00