coolify/resources/views/livewire/project
Andras Bacsai 8408205955 feat(validation): add custom validation rules for Git repository URLs and branches
- Introduced `ValidGitRepositoryUrl` and `ValidGitBranch` validation rules to ensure safe and valid input for Git repository URLs and branch names.
- Updated relevant Livewire components and API controllers to utilize the new validation rules, enhancing security against command injection and invalid inputs.
- Refactored existing validation logic to improve consistency and maintainability across the application.
2025-08-22 14:38:21 +02:00
..
application feat(git-settings): add support for shallow cloning in application settings 2025-08-21 10:16:57 +02:00
database feat(backup): add disable local backup option and related logic for S3 uploads 2025-08-17 12:34:20 +02:00
new feat(validation): add custom validation rules for Git repository URLs and branches 2025-08-22 14:38:21 +02:00
resource feat(service): enhance service status handling and UI updates 2025-06-24 12:52:22 +02:00
service refactor(templates): update service template file handling to use dynamic file name from constants 2025-08-12 10:06:19 +02:00
shared fix(terminal): update text color for terminal availability message and improve readability 2025-08-12 10:07:11 +02:00
add-empty.blade.php feat(ui): Upgrade to Tailwind v4 (#5710) 2025-05-14 12:43:23 +02:00
clone-me.blade.php refactor(ui): enhance project cloning interface with improved table layout for server and resource selection 2025-07-01 11:34:44 +02:00
delete-environment.blade.php refactor: Update confirmation button text for deletion actions 2024-09-23 08:58:04 +02:00
delete-project.blade.php refactor: Update confirmation button text for deletion actions 2024-09-23 08:58:04 +02:00
edit.blade.php feat(sanitization): integrate DOMPurify for HTML sanitization across components 2025-08-19 10:34:54 +02:00
environment-edit.blade.php feat(sanitization): integrate DOMPurify for HTML sanitization across components 2025-08-19 10:34:54 +02:00
index.blade.php fix(ui): Disable livewire navigate feature (causing spam of setInterval()) 2025-04-29 09:04:24 +02:00
show.blade.php feat(ui): Upgrade to Tailwind v4 (#5710) 2025-05-14 12:43:23 +02:00