mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #1546] [MERGED] Allow for backups to be renamed #1445
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/1546
Author: @Awhikax
Created: 7/22/2025
Status: ✅ Merged
Merged: 8/1/2025
Merged by: @lancepioch
Base:
main← Head:allow-backup-rename📝 Commits (2)
d7a0b5bAllow for backups to be renamede4ae3f6Requested changes Remove unused controller method variables (#1)📊 Changes
5 files changed (+84 additions, -0 deletions)
View changed files
📝
app/Filament/Server/Resources/BackupResource.php(+31 -0)📝
app/Http/Controllers/Api/Client/Servers/BackupController.php(+30 -0)➕
app/Http/Requests/Api/Client/Servers/Backups/RenameBackupRequest.php(+21 -0)📝
lang/en/activity.php(+1 -0)📝
routes/api-client.php(+1 -0)📄 Description
Addresses issue #1545
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.