mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 |
||
|---|---|---|
| .. | ||
| EnvironmentVariable | ||
| ScheduledTask | ||
| Storages | ||
| ConfigurationChecker.php | ||
| Danger.php | ||
| Destination.php | ||
| ExecuteContainerCommand.php | ||
| GetLogs.php | ||
| HealthChecks.php | ||
| Logs.php | ||
| Metrics.php | ||
| ResourceLimits.php | ||
| ResourceOperations.php | ||
| Tags.php | ||
| Terminal.php | ||
| UploadConfig.php | ||
| Webhooks.php | ||