mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
When using HTTP(S) Git URLs with basic authentication, special characters in username or password (like @ in email addresses) were not being URL encoded, causing git clone to fail. For example: - Before: https://user@email.com:pass@git.example.com/repo.git (fails) - After: https://user%40email.com:pass@git.example.com/repo.git (works) The fix automatically encodes credentials using rawurlencode() while preserving already-encoded values with rawurldecode() first. Fixes #5295 |
||
|---|---|---|
| .. | ||
| cache | ||
| helpers | ||
| app.php | ||
| getHelperVersion.php | ||
| getRealtimeVersion.php | ||
| getVersion.php | ||
| includeHelpers.php | ||