coolify/app/Http/Controllers/Api
Andras Bacsai e958b3761d feat(cleanup): add command for sanitizing name fields across models
- Introduced `CleanupNames` command to sanitize name fields by removing invalid characters, ensuring only letters, numbers, spaces, dashes, underscores, and dots are retained.
- Implemented options for dry run, model-specific cleaning, database backup, and forced execution.
- Updated `Init` command to call the new `cleanup:names` command.
- Enhanced project and environment validation to enforce name sanitization rules.
- Added `HasSafeNameAttribute` trait to relevant models for consistent name handling.
2025-08-19 11:04:23 +02:00
..
ApplicationsController.php fix(docker): volumes get delete when stopping a service if Delete Unused Volumes is activated (#6317) 2025-08-04 21:15:56 +02:00
DatabasesController.php fix(docker): volumes get delete when stopping a service if Delete Unused Volumes is activated (#6317) 2025-08-04 21:15:56 +02:00
DeployController.php fix(deploy): update resource timestamp handling in deploy_resource method 2025-05-20 11:15:31 +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(cleanup): add command for sanitizing name fields across models 2025-08-19 11:04:23 +02:00
ResourcesController.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01: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 fix(service api): separate create and update service functionalities 2025-08-17 19:45:12 +02:00
TeamController.php fix: root + read:sensive could read senstive data with a middlewarew 2024-12-09 11:10:35 +01:00