Files
coolify/app/Livewire
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
..
2025-01-07 15:31:43 +01:00
2026-03-11 06:36:12 +01:00
2025-01-07 15:31:43 +01:00
2025-01-07 15:31:43 +01:00
2026-02-18 11:20:32 +01:00
2025-01-07 15:31:43 +01:00