coolify/app/Http/Controllers/Api
Andras Bacsai 0539dedaa0 feat(databases): enhance backup management API with new endpoints and improved data handling
- Refactored backup configuration retrieval and update logic to use UUIDs instead of IDs.
- Added new endpoint to list backup executions for a specific backup configuration.
- Improved error handling and validation for backup operations.
- Updated API documentation to reflect changes in parameter names and descriptions.
2025-09-22 13:14:45 +02:00
..
ApplicationsController.php feat(environment): replace is_buildtime_only with is_runtime and is_buildtime flags for environment variables, updating related logic and views 2025-09-18 18:14:54 +02:00
DatabasesController.php feat(databases): enhance backup management API with new endpoints and improved data handling 2025-09-22 13:14:45 +02:00
DeployController.php refactor(deployment): add validation for pull request existence in deployment process to enhance error handling 2025-09-10 14:31:29 +02:00
OpenApi.php refactor(api): remove token variable from OpenAPI specifications for clarity 2025-04-22 11:12:30 +02:00
OtherController.php fix: version should come from constants + fix stripe webhook error reporting 2024-11-25 11:28:08 +01:00
ProjectController.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
ResourcesController.php feat(auth): implement comprehensive authorization checks across API controllers 2025-08-23 18:51:10 +02:00
SecurityController.php fix(api): used ssh keys can be deleted 2025-04-03 14:07:11 +02:00
ServersController.php fix: Add 201 json code to servers validate api response 2025-04-19 12:17:21 +01:00
ServicesController.php refactor(environment): remove 'is_build_time' attribute from environment variable handling across the application to simplify configuration 2025-09-11 16:51:56 +02:00
TeamController.php fix: root + read:sensive could read senstive data with a middlewarew 2024-12-09 11:10:35 +01:00