mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #1934] [MERGED] Delete ssh keys shouldn't be a POST & Cleanup routes #1656
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1934
Author: @rmartinoscar
Created: 11/26/2025
Status: ✅ Merged
Merged: 11/27/2025
Merged by: @rmartinoscar
Base:
main← Head:chore/routes📝 Commits (2)
162887fDelete ssh keys shouldn't be a POST & Cleanup routesd98aff4Proper refactor📊 Changes
3 files changed (+23 additions, -32 deletions)
View changed files
📝
app/Http/Controllers/Api/Client/SSHKeyController.php(+9 -13)📝
routes/api-client.php(+12 -10)📝
tests/Integration/Api/Client/SSHKeyControllerTest.php(+2 -9)📄 Description
BREAKING API CHANGE
POST client/account/ssh-keys/remove (fingerprint body) => DELETE client/account/ssh-keys/{fingerprint}
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.