summaryrefslogtreecommitdiff
path: root/shrine/controllers
AgeCommit message (Expand)AuthorFilesLines
2026-03-13feat: add letters feature with detail view and listingHEADmainBobby1-1/+4
2026-03-10feat(districts): add district management functionalityBobby1-0/+98
2026-03-10feat: implement date and month-day pickers, enhance user warning logging, and...Bobby2-2/+58
2026-03-07feat: add modal component and styles, implement config APIBobby1-0/+12
2026-03-07feat(council): implement user sorting functionality and enhance user list dis...Bobby1-1/+4
2026-03-07feat: Implement letter service with CRUD operations and message handlingBobby8-329/+520
2026-03-06feat(council): add user management features including role changes, banning, ...Bobby1-0/+189
2026-03-06feat: implement user statistics and heartbeat functionality with UI updatesBobby3-0/+38
2026-03-05feat: enhance user feedback with specific error messages for registration and...Bobby1-0/+7
2026-03-05feat: add resend activation functionality and update verification processBobby1-2/+44
2026-03-05feat: add email verification functionality with SMTP supportBobby1-13/+58
2026-03-03feat: implement user authentication and registration with token supportBobby3-17/+97
2026-03-03feat: Implement middleware for HTTP logging and request contextBobby2-0/+61