summaryrefslogtreecommitdiff
path: root/shrine/utils
AgeCommit message (Expand)AuthorFilesLines
2026-03-10feat(districts): add district management functionalityBobby1-0/+44
2026-03-10feat: implement date and month-day pickers, enhance user warning logging, and...Bobby5-14/+33
2026-03-09feat: add category detection for file attachments and update related interfacesBobby1-0/+97
2026-03-07feat: add modal component and styles, implement config APIBobby1-0/+7
2026-03-07feat(council): implement user sorting functionality and enhance user list dis...Bobby1-0/+33
2026-03-07refactor: Update method receivers to 'self' for consistency across meta funct...Bobby4-74/+66
2026-03-07feat: Implement letter service with CRUD operations and message handlingBobby17-97/+247
2026-03-06feat(council): add user management features including role changes, banning, ...Bobby2-0/+75
2026-03-06feat: integrate MinIO storage functionality and update user model for CDN sup...Bobby2-1/+51
2026-03-06feat: implement user statistics and heartbeat functionality with UI updatesBobby2-0/+9
2026-03-05feat: implement user authentication flow with login, registration, and email ...Bobby1-2/+5
2026-03-05feat: add email verification functionality with SMTP supportBobby1-0/+52
2026-03-03feat: implement user authentication and registration with token supportBobby7-8/+185
2026-03-03refactor: standardize context variable naming in middleware and meta packagesBobby8-114/+109
2026-03-03feat(config): add CORS origins configuration to server structBobby3-78/+8
2026-03-03feat: Implement middleware for HTTP logging and request contextBobby19-0/+786