coolify/app/Livewire/Project/Application
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
..
Deployment feat(auth): restrict sensitive data visibility for team members 2026-02-27 22:42:48 +01:00
Preview 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
Advanced.php feat: add Docker build cache preservation toggles and development logging 2025-11-26 13:42:02 +01:00
Configuration.php fix(application-configuration): prevent access to preview deployments for deploy_key applications and update menu visibility accordingly 2025-05-30 14:15:07 +02:00
DeploymentNavbar.php feat(auth): restrict sensitive data visibility for team members 2026-02-27 22:42:48 +01:00
General.php chore: prepare for PR 2026-02-23 12:12:10 +01:00
Heading.php fix(auth): enforce authorization checks across API and Livewire components 2026-02-25 14:20:29 +01:00
Previews.php fix(auth): enforce authorization checks across API and Livewire components 2026-02-25 14:20:29 +01:00
PreviewsCompose.php fix: remove {{port}} template variable and ensure ports are always appended to preview URLs 2025-12-07 21:53:47 +01:00
Rollback.php refactor(redirect): replace redirect calls with redirectRoute helper for consistency 2025-12-26 13:29:59 +01:00
Source.php fix(git): trim whitespace from repository, branch, and commit SHA fields 2025-09-30 12:33:40 +02:00
Swarm.php refactor(auth): enforce authorization checks across livewire components 2026-02-27 11:59:26 +01:00