velxio/backend/app
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
..
api feat: add admin management features and user role handling 2026-03-06 23:46:36 -03:00
core feat: add admin management features and user role handling 2026-03-06 23:46:36 -03:00
database feat: implement user authentication and project management features 2026-03-06 10:14:50 -03:00
models feat: add admin management features and user role handling 2026-03-06 23:46:36 -03:00
schemas feat: add admin management features and user role handling 2026-03-06 23:46:36 -03:00
services feat: /project/:id URL, per-project file volumes, and public/private access control 2026-03-06 20:38:06 -03:00
utils feat: implement user authentication and project management features 2026-03-06 10:14:50 -03:00
__init__.py feat: Implement Arduino Simulator with component management and simulation features 2026-03-03 00:20:49 -03:00
main.py feat: add admin management features and user role handling 2026-03-06 23:46:36 -03:00