coolify/app/Console/Commands
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
..
Generate feat: generate category for services 2025-08-18 17:28:20 +02:00
AdminRemoveUser.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
CheckApplicationDeploymentQueue.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
CleanupApplicationDeploymentQueue.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
CleanupDatabase.php fix: cleanup old scheduled_task_executions 2025-01-28 10:19:41 +01:00
CleanupNames.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
CleanupRedis.php refactor(redis): enhance CleanupRedis command with dry-run option and improved key deletion logic 2025-07-07 09:47:11 +02:00
CleanupStuckedResources.php feat(cleanup): add functionality to delete teams with no members or servers in CleanupStuckedResources command 2025-06-25 11:42:53 +02:00
CleanupUnreachableServers.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
CloudCheckSubscription.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
CloudCleanupSubscriptions.php fix(billing): Restrict Stripe subscription status update to 'active' only 2025-03-01 12:10:28 +01:00
Dev.php refactor(dev): remove OpenAPI generation functionality 2025-03-31 17:38:50 +02:00
Emails.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Horizon.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
HorizonManage.php refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Init.php feat(cleanup): add command for sanitizing name fields across models 2025-08-19 11:04:23 +02:00
InitChangelog.php feat(user): add changelog read tracking and unread count method 2025-08-12 10:06:19 +02:00
Migration.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
NotifyDemo.php reorder more stuff 2024-12-11 18:44:19 +01:00
RootChangeEmail.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
RootResetPassword.php fix(console): handle missing root user in password reset command 2025-03-24 18:00:31 +01:00
RunScheduledJobsManually.php feat(scheduling): add frequency filter option for manual execution of scheduled jobs 2025-07-11 15:10:43 +02:00
Scheduler.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Seeder.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
ServicesDelete.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
SyncBunny.php refactor(templates): update service template file handling to use dynamic file name from constants 2025-08-12 10:06:19 +02:00
ViewScheduledLogs.php feat(logging): add frequency filters for scheduled logs command to support hourly, daily, weekly, and monthly job views 2025-07-11 19:26:42 +02:00