summaryrefslogtreecommitdiff
path: root/shrine/utils/meta
AgeCommit message (Expand)AuthorFilesLines
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 handlingBobby5-22/+22
2026-03-06feat(council): add user management features including role changes, banning, ...Bobby1-0/+51
2026-03-03feat: implement user authentication and registration with token supportBobby3-6/+6
2026-03-03refactor: standardize context variable naming in middleware and meta packagesBobby6-44/+55
2026-03-03feat(config): add CORS origins configuration to server structBobby1-2/+2
2026-03-03feat: Implement middleware for HTTP logging and request contextBobby5-0/+199