coolify/resources/views/livewire/project/service
Andras Bacsai 86b05b902a fix(auth): enforce authorization checks across API and Livewire components
- Add authorization checks to API controller endpoints (view, create, update, delete)
- Wrap Livewire component methods with try-catch for consistent error handling
- Add AuthorizesRequests trait to components requiring authorization checks
- Ensure all sensitive operations verify user permissions before execution
- Implement unified error handling with handleError() helper function
2026-02-25 14:20:29 +01:00
..
configuration.blade.php fix(ui): modal issues 2026-01-19 18:19:35 +01:00
database-backups.blade.php feat: Refactor service database management and backup functionalities 2026-01-02 16:29:48 +01:00
edit-compose.blade.php feat: add dynamic viewport-based height for compose editor 2025-10-27 11:18:25 +01:00
edit-domain.blade.php feat: Implement required port validation for service applications 2025-11-06 14:32:36 +01:00
file-storage.blade.php fix: Detect read-only Docker volumes with long-form syntax and enable refresh 2025-12-11 14:18:58 +01:00
heading.blade.php fix(auth): enforce authorization checks across API and Livewire components 2026-02-25 14:20:29 +01:00
index.blade.php feat(ui): improve sidebar menu items styling (#7928) 2026-01-12 23:09:56 +01:00
stack-form.blade.php Fix wireNavigate on external links and url()->previous() 2025-12-17 13:25:27 +01:00
storage.blade.php fix: Improve read-only volume detection and UI messaging 2025-12-11 21:25:33 +01:00