aboutsummaryrefslogtreecommitdiff
path: root/database/database.go
AgeCommit message (Collapse)AuthorFilesLines
2025-07-19tag adding feature for imagesBobby1-0/+2
2025-07-17image upload featureBobby1-1/+1
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 ↵Bobby1-5/+34
migration setup, and applied dry principles
2025-06-16moved app secret, dev mode to server config. added min password lengthBobby1-0/+49