coolify/app/Livewire/Project
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
..
Application fix(application): clear Docker Compose specific data when switching away from dockercompose 2025-08-18 11:31:14 +02:00
Database fix(database): conditionally set started_at only if the database is running 2025-08-18 12:09:58 +02:00
New refactor(docker-compose): replace hardcoded Docker Compose configuration with external YAML template for improved database detection testing 2025-06-04 11:32:06 +02:00
Resource feat(core): finally fqdn is fqdn and url is url. haha 2025-08-12 10:06:19 +02:00
Service fix(service): ensure configuration changes are properly tracked and dispatched 2025-07-03 15:08:13 +02:00
Shared feat(core): finally fqdn is fqdn and url is url. haha 2025-08-12 10:06:19 +02:00
AddEmpty.php feat(cleanup): add command for sanitizing name fields across models 2025-08-19 11:04:23 +02:00
CloneMe.php feat(cleanup): add command for sanitizing name fields across models 2025-08-19 11:04:23 +02:00
DeleteEnvironment.php Merge pull request #3949 from peaklabs-dev/fix-project-deletion 2024-11-07 13:43:56 +01:00
DeleteProject.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Edit.php feat(cleanup): add command for sanitizing name fields across models 2025-08-19 11:04:23 +02:00
EnvironmentEdit.php feat(cleanup): add command for sanitizing name fields across models 2025-08-19 11:04:23 +02:00
Index.php fix(ui): Disable livewire navigate feature (causing spam of setInterval()) 2025-04-29 09:04:24 +02:00
Show.php feat(cleanup): add command for sanitizing name fields across models 2025-08-19 11:04:23 +02:00