aboutsummaryrefslogtreecommitdiff
path: root/config/types.go
AgeCommit message (Collapse)AuthorFilesLines
2025-07-17refactor and fake uploadBobby1-2/+2
2025-07-16constants and types refactor; next value for proper redirect on loginBobby1-0/+32
2025-07-13registration controllers and email sending supportBobby1-0/+1
2025-07-13Login post controllerBobby1-0/+1
2025-07-07refactored config system with generic `Defaults` function, fixed database ↵Bobby1-6/+7
migration setup, and applied dry principles
2025-06-16moved app secret, dev mode to server config. added min password lengthBobby1-4/+7
2025-06-15added smtp configBobby1-0/+8
2025-06-15make server port intBobby1-1/+1
2025-06-15setting up the imageboardBobby1-0/+43