coolify/app/Http/Controllers/Api
Andras Bacsai 38c0641734 feat(validation): centralize validation patterns for names and descriptions
- Introduced `ValidationPatterns` class to standardize validation rules and messages for name and description fields across the application.
- Updated various components and models to utilize the new validation patterns, ensuring consistent sanitization and validation logic.
- Replaced the `HasSafeNameAttribute` trait with `HasSafeStringAttribute` to enhance attribute handling and maintain consistency in name sanitization.
- Enhanced the `CleanupNames` command to align with the new validation rules, allowing for a broader range of valid characters in names.
2025-08-19 12:14:48 +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
OpenApi.php
OtherController.php
ProjectController.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
ResourcesController.php
SecurityController.php
ServersController.php
ServicesController.php fix(service api): separate create and update service functionalities 2025-08-17 19:45:12 +02:00
TeamController.php