[PR #1546] [MERGED] Allow for backups to be renamed #1445

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

📋 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: mainHead: allow-backup-rename


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1546 **Author:** [@Awhikax](https://github.com/Awhikax) **Created:** 7/22/2025 **Status:** ✅ Merged **Merged:** 8/1/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `allow-backup-rename` --- ### 📝 Commits (2) - [`d7a0b5b`](https://github.com/pelican-dev/panel/commit/d7a0b5b69548fa2405ceae739679650f3d196990) Allow for backups to be renamed - [`e4ae3f6`](https://github.com/pelican-dev/panel/commit/e4ae3f6fe3124ce4b61d39514d04507f4cc03ba0) Requested changes #1 ### 📊 Changes **5 files changed** (+84 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Addresses issue #1545 --- <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:14:13 +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#1445