coolify/app/Livewire/Project/Service
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
..
Configuration.php fix: prevent duplicate services on image change and enable real-time UI refresh 2025-10-14 10:12:36 +02:00
DatabaseBackups.php feat: Refactor service database management and backup functionalities 2026-01-02 16:29:48 +01:00
EditCompose.php refactor(auth): enforce authorization checks across livewire components 2026-02-27 11:59:26 +01:00
EditDomain.php refactor: streamline required port retrieval in EditDomain and ServiceApplicationView; add environment_variables method in ServiceApplication 2025-11-10 14:15:53 +01:00
FileStorage.php feat(auth): restrict sensitive data visibility for team members 2026-02-27 22:42:48 +01:00
Heading.php refactor(auth): enforce team member authorization across app 2026-02-27 11:41:01 +01:00
Index.php fix(service): prevent public toggle from saving entire database form 2026-01-02 16:59:20 +01:00
StackForm.php feat(auth): restrict sensitive data visibility for team members 2026-02-27 22:42:48 +01:00
Storage.php fix: Prevent N+1 query in LocalPersistentVolume.isDockerComposeResource() 2025-12-11 21:23:46 +01:00