aboutsummaryrefslogtreecommitdiff
path: root/database/database.go
AgeCommit message (Expand)AuthorFilesLines
2025-07-16constants and types refactor; next value for proper redirect on loginBobby1-1/+1
2025-07-13registration controllers and email sending supportBobby1-0/+1
2025-07-07refactored config system with generic `Defaults` function, fixed database mig...Bobby1-5/+34
2025-06-16moved app secret, dev mode to server config. added min password lengthBobby1-0/+49