coolify/resources/views/livewire/security
Andras Bacsai b878dc8102 refactor(auth): enforce team member authorization across app
Restrict sensitive operations to admins/owners and hide sensitive data
from team members:
- Add authorization checks to Livewire components and API endpoints
- Restrict team members from accessing sensitive permissions and data
- Hide environment variable values from non-admin team members
- Update policies to enforce team-level admin status requirement
- Add useSensitivePermissions policy for read:sensitive tokens
- Improve disabled button UX with auth-specific tooltips
- Add authorization checks in middleware for API tokens

Closes authorization gaps in project management, server management,
and settings components.
2026-02-27 11:41:01 +01:00
..
private-key Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
api-tokens.blade.php refactor(auth): enforce team member authorization across app 2026-02-27 11:41:01 +01:00
cloud-init-script-form.blade.php feat: add YAML validation for cloud-init scripts 2025-10-11 13:56:55 +02:00
cloud-init-scripts.blade.php docs: clarify cloud-init script compatibility 2025-10-11 14:06:16 +02:00
cloud-provider-token-form.blade.php feat: add token validation functionality for Hetzner and DigitalOcean providers 2025-10-29 23:21:38 +01:00
cloud-provider-tokens.blade.php Simplify cloud provider token button labels 2025-12-18 12:18:18 +01:00
cloud-tokens.blade.php init of cloud providers 2025-10-08 20:47:50 +02:00