coolify/resources/views/livewire/project/database
Andras Bacsai c924655999 feat(auth): restrict sensitive data visibility for team members
Hide database passwords, connection URLs, and debug logs from team members:
- Database components: hide passwords and connection URLs for members
- Deployment UI: gate debug log toggle behind update permission
- Debug logs: prevent members from viewing debug output
- Storage/services: hide sensitive credentials from members

Members can still view non-sensitive configuration while admins retain full access to all data.
2026-02-27 22:42:48 +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 feat(auth): restrict sensitive data visibility for team members 2026-02-27 22:42:48 +01:00
dragonfly feat(auth): restrict sensitive data visibility for team members 2026-02-27 22:42:48 +01:00
keydb feat(auth): restrict sensitive data visibility for team members 2026-02-27 22:42:48 +01:00
mariadb feat(auth): restrict sensitive data visibility for team members 2026-02-27 22:42:48 +01:00
mongodb feat(auth): restrict sensitive data visibility for team members 2026-02-27 22:42:48 +01:00
mysql feat(auth): restrict sensitive data visibility for team members 2026-02-27 22:42:48 +01:00
postgresql feat(auth): restrict sensitive data visibility for team members 2026-02-27 22:42:48 +01:00
redis feat(auth): restrict sensitive data visibility for team members 2026-02-27 22:42:48 +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