[PR #1731] [MERGED] Url encode username in sftp connection string #1544

Closed
opened 2026-02-05 18:17:07 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1731
Author: @Boy132
Created: 9/22/2025
Status: Merged
Merged: 9/22/2025
Merged by: @Boy132

Base: mainHead: boy132/url-encode-sftp-string


📝 Commits (4)

  • 93526b7 url encode username in sftp connection string
  • 1da5657 use rawurlencode
  • b4b40cf trim username (and email)
  • 0e571ec fix label for password

📊 Changes

3 files changed (+6 additions, -6 deletions)

View changed files

📝 app/Filament/Server/Pages/Settings.php (+3 -3)
📝 app/Http/Controllers/Api/Remote/SftpAuthenticationController.php (+1 -1)
📝 app/Models/User.php (+2 -2)

📄 Description

Closes #1726


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1731 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 9/22/2025 **Status:** ✅ Merged **Merged:** 9/22/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/url-encode-sftp-string` --- ### 📝 Commits (4) - [`93526b7`](https://github.com/pelican-dev/panel/commit/93526b7dbef0edae7bda35a5a6bb4efe4309f5d5) url encode username in sftp connection string - [`1da5657`](https://github.com/pelican-dev/panel/commit/1da5657ff5acc98e2d20d58682929dc729c1fbee) use rawurlencode - [`b4b40cf`](https://github.com/pelican-dev/panel/commit/b4b40cfc43c764b14af7d5e8619512f40070062c) trim username (and email) - [`0e571ec`](https://github.com/pelican-dev/panel/commit/0e571ec65e03ad909d473dfae6fe05e6911e0370) fix label for password ### 📊 Changes **3 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Pages/Settings.php` (+3 -3) 📝 `app/Http/Controllers/Api/Remote/SftpAuthenticationController.php` (+1 -1) 📝 `app/Models/User.php` (+2 -2) </details> ### 📄 Description Closes #1726 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:17:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1544