coolify/app/Http/Controllers
Osamaali313 74b1077010 fix: accept underscores in domain hostnames for API URL validation
PHP's FILTER_VALIDATE_URL rejects underscores in the host, so domains
like https://myapp_service.example.com were rejected by the API and
never got a Let's Encrypt certificate. Add an isValidDomainUrl() helper
that validates a copy with underscores replaced by hyphens, and route
domain validation in the Applications and Services API controllers
through it.

Fixes #10597
2026-06-13 22:46:04 +03:00
..
Api fix: accept underscores in domain hostnames for API URL validation 2026-06-13 22:46:04 +03:00
Webhook Improve GitHub App setup flow 2026-06-03 09:33:46 +02:00
Controller.php fix(auth): bind magic links to their invitation 2026-06-02 12:57:30 +02:00
OauthController.php fix: normalize oauth emails before matching users 2026-04-09 09:38:56 -06:00
UploadController.php fix(backup): add .dmp to allowed extensions for database import (#9869) 2026-04-29 18:57:50 +02:00