coolify/app/Livewire/Project/Application
Andras Bacsai 68f81df0bb refactor(auth): enforce authorization checks across livewire components
Add authorization checks to multiple Livewire components to ensure users
have proper permissions before performing sensitive operations. This includes:

- Adding AuthorizesRequests trait to components handling deployments, backups,
  services, and configuration uploads
- Enforcing 'deploy', 'update', and 'manageBackups' authorization checks
- Adding instance admin check for system upgrade operations
- Improving database queries with team ownership scope
- Moving backup trigger from component to button with new backupNow() method
2026-02-27 11:59:26 +01:00
..
Deployment refactor(auth): enforce team member authorization across app 2026-02-27 11:41:01 +01:00
Preview feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled. 2025-08-26 10:27:38 +02:00
Advanced.php feat: add Docker build cache preservation toggles and development logging 2025-11-26 13:42:02 +01:00
Configuration.php fix(application-configuration): prevent access to preview deployments for deploy_key applications and update menu visibility accordingly 2025-05-30 14:15:07 +02:00
DeploymentNavbar.php refactor(auth): enforce authorization checks across livewire components 2026-02-27 11:59:26 +01:00
General.php chore: prepare for PR 2026-02-23 12:12:10 +01:00
Heading.php fix(auth): enforce authorization checks across API and Livewire components 2026-02-25 14:20:29 +01:00
Previews.php fix(auth): enforce authorization checks across API and Livewire components 2026-02-25 14:20:29 +01:00
PreviewsCompose.php fix: remove {{port}} template variable and ensure ports are always appended to preview URLs 2025-12-07 21:53:47 +01:00
Rollback.php refactor(redirect): replace redirect calls with redirectRoute helper for consistency 2025-12-26 13:29:59 +01:00
Source.php fix(git): trim whitespace from repository, branch, and commit SHA fields 2025-09-30 12:33:40 +02:00
Swarm.php refactor(auth): enforce authorization checks across livewire components 2026-02-27 11:59:26 +01:00