mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 22:25:22 +02:00
- Replaced the existing invitation creation logic with a new mutation that integrates role and organization checks. - Updated the invitation form to handle errors more effectively, displaying error messages directly from the API response. - Introduced a new `member_role` table to manage user roles with associated permissions, ensuring better role management. - Enhanced SQL migration scripts to create default roles for organizations and update existing member roles accordingly. - Improved the user router to include a new `createInvitation` procedure for streamlined invitation management.