coolify/app/Livewire/Server
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
..
CaCertificate refactor: replace direct SslCertificate queries with server relationship methods for consistency 2025-10-09 17:00:05 +02:00
CloudProviderToken improved hetzner features 2025-10-09 12:53:57 +02:00
New fix(auth): enforce authorization checks across API and Livewire components 2026-02-25 14:20:29 +01:00
PrivateKey feat(private-key-refresh): add refresh dispatch on private key update and connection check 2025-09-23 16:49:59 +02:00
Proxy fix(auth): enforce authorization checks across API and Livewire components 2026-02-25 14:20:29 +01:00
Security fix(auth): enforce authorization checks across API and Livewire components 2026-02-25 14:20:29 +01:00
Advanced.php Add deployment queue limit to prevent queue bombing 2025-12-04 13:52:27 +01:00
Charts.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
CloudflareTunnel.php feat(auth): implement authorization checks for server updates across multiple components 2025-08-22 13:02:11 +02:00
Create.php refactor: replace queries with cached versions for performance improvements 2025-12-08 13:39:33 +01:00
Delete.php refactor(redirect): replace redirect calls with redirectRoute helper for consistency 2025-12-26 13:29:59 +01:00
Destinations.php Optimize PushServerUpdateJob performance with batch updates and async jobs 2025-12-15 14:06:32 +01:00
DockerCleanup.php Add server-level toggle to disable application image retention 2025-12-05 12:22:20 +01:00
DockerCleanupExecutions.php feat: Docker cleanup executions UI 2025-01-15 20:11:40 +01:00
Index.php refactor: replace queries with cached versions for performance improvements 2025-12-08 13:39:33 +01:00
LogDrains.php feat(auth): implement authorization checks for server updates across multiple components 2025-08-22 13:02:11 +02:00
Navbar.php Fix ineffective restartInitiated guard with proper debouncing 2025-12-04 08:57:03 +01:00
Proxy.php fix(auth): enforce authorization checks across API and Livewire components 2026-02-25 14:20:29 +01:00
Resources.php fix(auth): enforce authorization checks across API and Livewire components 2026-02-25 14:20:29 +01:00
Sentinel.php fix(sentinel): Add missing instantSave method and prevent duplicate notifications 2025-12-23 15:34:09 +01:00
Show.php fix(auth): enforce authorization checks across API and Livewire components 2026-02-25 14:20:29 +01:00
Swarm.php refactor: move Swarm and Sentinel to dedicated sidebar menu items 2025-12-18 12:18:22 +01:00
ValidateAndInstall.php fix(auth): enforce authorization checks across API and Livewire components 2026-02-25 14:20:29 +01:00