mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 06:05:25 +02:00
- Added a new component for managing user roles, allowing assignment and creation of roles. - Introduced a new API router for role management, including endpoints for creating, updating, and deleting roles. - Updated the database schema to support role management with a new "organization_role" table. - Enhanced user management to include role assignments and permissions handling. - Updated UI components to integrate the new role management features.