summaryrefslogtreecommitdiff
path: root/shrine
AgeCommit message (Expand)AuthorFilesLines
2026-03-10feat(districts): add district management functionalityBobby17-1/+971
2026-03-10feat: implement date and month-day pickers, enhance user warning logging, and...Bobby26-54/+300
2026-03-09feat: add category detection for file attachments and update related interfacesBobby4-0/+102
2026-03-07fix: correct BodyLimit configuration in fiber app initializationBobby1-0/+1
2026-03-07feat: add modal component and styles, implement config APIBobby7-7/+60
2026-03-07feat(council): implement user sorting functionality and enhance user list dis...Bobby4-5/+41
2026-03-07refactor: Update method receivers to 'self' for consistency across meta funct...Bobby4-74/+66
2026-03-07refactor: Update function receivers for consistency and improve error handlin...Bobby5-21/+17
2026-03-07feat: Implement letter service with CRUD operations and message handlingBobby82-653/+3596
2026-03-06feat(council): add user management features including role changes, banning, ...Bobby9-6/+365
2026-03-06feat: integrate MinIO storage functionality and update user model for CDN sup...Bobby7-21/+122
2026-03-06feat: implement user statistics and heartbeat functionality with UI updatesBobby10-0/+112
2026-03-05feat: enhance user feedback with specific error messages for registration and...Bobby2-10/+17
2026-03-05feat: implement user authentication flow with login, registration, and email ...Bobby1-2/+5
2026-03-05feat: add resend activation functionality and update verification processBobby4-2/+56
2026-03-05feat: add email verification functionality with SMTP supportBobby13-16/+231
2026-03-03feat: implement user authentication and registration with token supportBobby22-47/+590
2026-03-03refactor: standardize context variable naming in middleware and meta packagesBobby10-124/+119
2026-03-03feat(config): add CORS origins configuration to server structBobby8-91/+19
2026-03-03chore: update .gitignore to include *.db filesBobby1-1/+2
2026-03-03chore: remove obsolete pagoda.db fileBobby1-0/+0
2026-03-03feat: Implement middleware for HTTP logging and request contextBobby39-5/+1426
2026-02-27feat(garden): initialize Solid.js project with basic structure and routingBobby2-0/+15