velxio/backend/app/models
David Montero Crespo 290b149855 feat: add admin management features and user role handling
- Implemented `require_admin` dependency to enforce admin access control.
- Added `is_admin` column to the users table for role management.
- Created admin routes and schemas for user and project management.
- Developed AdminPage with user and project management tabs.
- Integrated user editing and deletion functionalities in the admin panel.
- Added setup screen for creating the first admin user.
- Updated frontend to include admin functionalities and user role display.
- Generated Open Graph image for better social media integration.
2026-03-06 23:46:36 -03:00
..
__init__.py feat: implement user authentication and project management features 2026-03-06 10:14:50 -03:00
project.py feat: implement user authentication and project management features 2026-03-06 10:14:50 -03:00
user.py feat: add admin management features and user role handling 2026-03-06 23:46:36 -03:00