summaryrefslogtreecommitdiff
path: root/shrine/utils/validators
AgeCommit message (Collapse)AuthorFilesLines
2026-03-10feat: implement date and month-day pickers, enhance user warning logging, ↵Bobby1-0/+7
and add IP ban management - Added DatePicker and MonthDayPicker components for improved date selection in the UI. - Introduced MiniEditor component for rich text editing capabilities. - Enhanced warning logging in the warning service with detailed messages. - Removed unused RegistrationIP field from AdminUserResponse. - Improved error handling in various utility functions with descriptive messages. - Implemented IP ban management with models, repositories, and a new council page for viewing and lifting bans. - Added validation for jade amounts with a dedicated validator. - Created CSS styles for date pickers to ensure consistent UI presentation.
2026-03-06feat: integrate MinIO storage functionality and update user model for CDN ↵Bobby1-1/+1
support
2026-03-03feat: implement user authentication and registration with token supportBobby2-0/+64