Commit Graph
6 Commits
Author SHA1 Message Date
poyrazavsever bf10eb0fb0 refactor(ui): align business and portal actions 2026-07-17 22:13:50 +03:00
poyrazavsever 678c0236db feat(backend): migrate freelancer and portal runtimes 2026-07-17 00:16:38 +03:00
Poyraz Avsever 950522d467 feat: Implement first admin setup guard to lock registration after initial account creation
- Updated the registration flow to check if the first admin account has been created, preventing further public registrations.
- Introduced `is_first_admin_setup_available` function to determine registration availability.
- Modified the `/register` and `/login` pages to redirect based on the setup state.
- Enhanced the user creation process to handle internal admin accounts correctly.
- Added migration script to enforce the new registration rules in the database.
- Refactored chat API to improve message handling and context building.
- Updated dashboard and settings components for better state management.
- Improved error handling and user feedback across various components.
2026-06-08 16:22:26 +03:00
Poyraz Avsever 1bc51ffd21 feat: add revisions and tasks pages to client portal with integrated sidebar navigation 2026-06-08 15:43:59 +03:00
Poyraz Avsever 2c47b861d0 feat: implement portal shell layout, sidebar configuration, and tasks page skeleton 2026-06-08 14:10:48 +03:00
Poyraz Avsever d41267c29b feat: implement portal shell layout with user authentication, sidebar navigation, and progress tracking 2026-06-08 13:56:06 +03:00