coolify/app
Andras Bacsai d8d01e6886 feat(auth): implement authorization for PrivateKey management
- Added authorization checks in the Create and Show Livewire components to ensure only authorized users can create, update, and delete PrivateKey instances.
- Introduced a new PrivateKeyPolicy to define access control rules for viewing, creating, updating, and deleting PrivateKey models based on user roles and team associations.
- Updated AuthServiceProvider to register the new PrivateKeyPolicy, enhancing security and access control for PrivateKey functionalities.
2025-08-22 13:02:20 +02:00
..
Actions fix(database): custom postgres configs with SSL (#6352) 2025-08-11 18:22:03 +02:00
Console fix(servercheck): Properly check server statuses with and without Sentinel 2025-08-22 11:50:56 +02:00
Contracts refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Data Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Enums Add new role enum and apply authorization 2024-10-28 17:08:24 +01:00
Events fix(horizon): add silenced jobs 2025-07-12 14:44:32 +02:00
Exceptions Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Helpers fix(ssh): scp requires square brackets for ipv6 (#6001) 2025-06-18 15:10:21 +02:00
Http feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
Jobs refactor(jobs): rename job classes to indicate deprecation status 2025-08-22 12:09:12 +02:00
Listeners refactor(proxy): streamline proxy status handling and improve dashboard availability checks 2025-06-11 12:02:39 +02:00
Livewire feat(auth): implement authorization for PrivateKey management 2025-08-22 13:02:20 +02:00
Models feat(git-settings): add support for shallow cloning in application settings 2025-08-21 10:16:57 +02:00
Notifications feat(email): implement email change request and verification process 2025-08-18 14:54:08 +02:00
Policies feat(auth): implement authorization for PrivateKey management 2025-08-22 13:02:20 +02:00
Providers feat(auth): implement authorization for PrivateKey management 2025-08-22 13:02:20 +02:00
Repositories refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Services feat(changelog): implement automated changelog fetching from GitHub and enhance changelog read tracking 2025-08-12 10:07:11 +02:00
Support feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
Traits feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
View/Components feat(input): add autofocus attribute to input component for improved accessibility 2025-08-12 10:06:19 +02:00