coolify/app/Livewire/Project/Application
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
..
Deployment feat(logs): Add loading indicator to download all logs buttons 2026-01-02 12:04:17 +01:00
Preview
Advanced.php
Configuration.php fix: enable preview deployment page for deploy key applications 2026-02-23 21:08:43 +01:00
DeploymentNavbar.php
General.php refactor: consolidate file path validation patterns and support scoped packages 2026-03-12 13:09:13 +01:00
Heading.php Fix: Concurrent builds ignored & add deployment queue limit (#7488) 2025-12-11 11:03:02 +01:00
Previews.php
PreviewsCompose.php
Rollback.php fix(git-ref-validation): prevent command injection via git references 2026-03-10 22:22:48 +01:00
Source.php fix(git-ref-validation): prevent command injection via git references 2026-03-10 22:22:48 +01:00
Swarm.php