coolify/app/Policies
Andras Bacsai 3ffc751f1a feat(auth): implement authorization checks for server updates across multiple components
- Added authorization checks using the `authorize` method in various Livewire components to ensure only authorized users can update server settings.
- Updated `ServerPolicy` to restrict update permissions to admin users and their respective teams.
- Enhanced security and access control for server management functionalities.
2025-08-22 13:02:11 +02:00
..
ApplicationPolicy.php Fix styling 2024-06-10 20:43:34 +00:00
S3StoragePolicy.php fix(policy): update delete method to check for admin status in S3StoragePolicy 2025-08-12 10:06:19 +02:00
ServerPolicy.php feat(auth): implement authorization checks for server updates across multiple components 2025-08-22 13:02:11 +02:00
ServicePolicy.php Fix styling 2024-06-10 20:43:34 +00:00