coolify/app/Livewire/Storage
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
..
Create.php refactor(redirect): replace redirect calls with redirectRoute helper for consistency 2025-12-26 13:29:59 +01:00
Form.php feat(auth): restrict sensitive data visibility for team members 2026-02-27 22:42:48 +01:00
Index.php Fix styling 2024-06-10 20:43:34 +00:00
Show.php fix(auth): enforce authorization checks across API and Livewire components 2026-02-25 14:20:29 +01:00