summaryrefslogtreecommitdiff
path: root/shrine/enums
AgeCommit message (Expand)AuthorFilesLines
2026-03-13feat: add letters feature with detail view and listingHEADmainBobby1-0/+8
2026-03-11refactor: remove libsql support and clean up database handlingBobby1-1/+0
2026-03-10feat: add support for LibSQL database driver and enhance seeding processBobby1-0/+1
2026-03-10feat(districts): add district management functionalityBobby1-0/+25
2026-03-07feat: Implement letter service with CRUD operations and message handlingBobby3-0/+46
2026-03-06feat(council): add user management features including role changes, banning, ...Bobby1-0/+1
2026-03-05feat: add email verification functionality with SMTP supportBobby1-0/+9
2026-03-03feat: implement user authentication and registration with token supportBobby1-0/+9
2026-03-03feat(config): add CORS origins configuration to server structBobby1-4/+2
2026-03-03feat: Implement middleware for HTTP logging and request contextBobby1-0/+10