ultisuite-backend/internal/api/admin
R3D347HR4Y e10e60fc9e Implement comprehensive user management and admin RBAC features
- Introduced CRUD operations for user management, including create, invite, update, disable, and reactivate functionalities.
- Enhanced user listing with filtering options based on status and search queries.
- Implemented multi-service quota management for users, allowing specification of mail, drive, and photos storage limits.
- Added audit log export functionality with validation for format and limit parameters.
- Established strict RBAC for admin routes, ensuring proper permission checks for read and write operations.
- Updated validation logic for user-related requests and improved error handling across the user management API.
- Revised database schema to support new user status and quota fields, along with necessary migrations.
- Updated project checklist to reflect the completion of user management and admin RBAC enhancements.
2026-05-22 22:41:58 +02:00
..
handlers.go Implement comprehensive user management and admin RBAC features 2026-05-22 22:41:58 +02:00
service.go Implement comprehensive user management and admin RBAC features 2026-05-22 22:41:58 +02:00
validate.go Implement comprehensive user management and admin RBAC features 2026-05-22 22:41:58 +02:00