coolify/app/Livewire/Project/New
Andras Bacsai 01031fc5f3 refactor: consolidate file path validation patterns and support scoped packages
- Extract file path validation regex into ValidationPatterns::FILE_PATH_PATTERN constant
- Add filePathRules() and filePathMessages() helper methods for reusable validation
- Extend allowed characters from [a-zA-Z0-9._\-/] to [a-zA-Z0-9._\-/~@+] to support:
  - Scoped npm packages (@org/package)
  - Language-specific directories (c++, rust+)
  - Version markers (v1~, build~)
- Replace duplicate inline regex patterns across multiple files
- Add tests for paths with @ symbol and tilde/plus characters
2026-03-12 13:09:13 +01:00
..
DockerCompose.php feat: enhance environment variable handling to support mixed formats and add comprehensive tests 2025-12-27 15:24:09 +01:00
DockerImage.php refactor(redirect): replace redirect calls with redirectRoute helper for consistency 2025-12-26 13:29:59 +01:00
EmptyProject.php refactor(redirect): replace redirect calls with redirectRoute helper for consistency 2025-12-26 13:29:59 +01:00
GithubPrivateRepository.php refactor: consolidate file path validation patterns and support scoped packages 2026-03-12 13:09:13 +01:00
GithubPrivateRepositoryDeployKey.php refactor: consolidate file path validation patterns and support scoped packages 2026-03-12 13:09:13 +01:00
PublicGitRepository.php refactor: consolidate file path validation patterns and support scoped packages 2026-03-12 13:09:13 +01:00
Select.php Fix PostgreSQL version selection in global search redirect 2025-12-17 16:01:39 +01:00
SimpleDockerfile.php refactor(urls): replace generateFqdn with generateUrl for consistent URL generation across applications 2025-08-28 09:49:58 +02:00