coolify/resources/views/livewire/project/database
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
..
backup 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
clickhouse Add collapsible option to GetLogs component and improve toolbar layout 2025-12-04 15:37:14 +01:00
dragonfly Add collapsible option to GetLogs component and improve toolbar layout 2025-12-04 15:37:14 +01:00
keydb Fix wireNavigate on external links and url()->previous() 2025-12-17 13:25:27 +01:00
mariadb Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
mongodb Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
mysql Fix wireNavigate on external links and url()->previous() 2025-12-17 13:25:27 +01:00
postgresql Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
redis Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
backup-edit.blade.php refactor(auth): enforce authorization checks across livewire components 2026-02-27 11:59:26 +01:00
backup-executions.blade.php feat: Refactor service database management and backup functionalities 2026-01-02 16:29:48 +01:00
backup-now.blade.php fix: update Livewire button click method to use camelCase 2025-01-07 11:03:23 +01:00
configuration.blade.php feat(ui): improve sidebar menu items styling (#7928) 2026-01-12 23:09:56 +01:00
create-scheduled-backup.blade.php feat(ui): Upgrade to Tailwind v4 (#5710) 2025-05-14 12:43:23 +02:00
heading.blade.php refactor(auth): enforce team member authorization across app 2026-02-27 11:41:01 +01:00
import.blade.php feat: Refactor service database management and backup functionalities 2026-01-02 16:29:48 +01:00
init-script.blade.php fix indexing after deletion and make sure init script is removed form the server 2024-10-18 20:51:51 +02:00
scheduled-backups.blade.php Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00