summaryrefslogtreecommitdiff
path: root/shrine/router
AgeCommit message (Expand)AuthorFilesLines
2026-03-13feat: add letters feature with detail view and listingHEADmainBobby1-1/+0
2026-03-10feat(districts): add district management functionalityBobby2-0/+22
2026-03-10feat: implement date and month-day pickers, enhance user warning logging, and...Bobby1-0/+5
2026-03-07feat: add modal component and styles, implement config APIBobby1-0/+13
2026-03-07feat: Implement letter service with CRUD operations and message handlingBobby6-29/+84
2026-03-06feat(council): add user management features including role changes, banning, ...Bobby1-0/+20
2026-03-06feat: implement user statistics and heartbeat functionality with UI updatesBobby2-0/+14
2026-03-05feat: add resend activation functionality and update verification processBobby1-0/+1
2026-03-05feat: add email verification functionality with SMTP supportBobby1-0/+1
2026-03-03feat: implement user authentication and registration with token supportBobby2-14/+17
2026-03-03feat(config): add CORS origins configuration to server structBobby1-1/+1
2026-03-03feat: Implement middleware for HTTP logging and request contextBobby2-0/+48