[PR #1206] [MERGED] Allow user to choose archive name in FileManager #1250

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1206
Author: @rmartinoscar
Created: 4/3/2025
Status: Merged
Merged: 4/6/2025
Merged by: @notAreYouScared

Base: mainHead: feature/ArchiveName


📝 Commits (2)

  • c573982 Allow user to choose archive name in FileManager
  • dbaffe3 Rollback file.compress activity translation

📊 Changes

4 files changed (+27 additions, -6 deletions)

View changed files

📝 app/Filament/Server/Resources/FileResource/Pages/ListFiles.php (+21 -4)
📝 app/Http/Controllers/Api/Client/Servers/FileController.php (+3 -1)
📝 app/Http/Requests/Api/Client/Servers/Files/CompressFilesRequest.php (+1 -0)
📝 app/Repositories/Daemon/DaemonFileRepository.php (+2 -1)

📄 Description

Closes #1202
Requires https://github.com/pelican-dev/wings/pull/83 & https://github.com/pelican-dev/wings/pull/84


🔄 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/1206 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 4/3/2025 **Status:** ✅ Merged **Merged:** 4/6/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `feature/ArchiveName` --- ### 📝 Commits (2) - [`c573982`](https://github.com/pelican-dev/panel/commit/c573982a8590b536b2f2f837d903bcab961386b8) Allow user to choose `archive` name in `FileManager` - [`dbaffe3`](https://github.com/pelican-dev/panel/commit/dbaffe31c3dcf86ea38b3f7a25014e65f3626df0) Rollback `file.compress` activity translation ### 📊 Changes **4 files changed** (+27 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Resources/FileResource/Pages/ListFiles.php` (+21 -4) 📝 `app/Http/Controllers/Api/Client/Servers/FileController.php` (+3 -1) 📝 `app/Http/Requests/Api/Client/Servers/Files/CompressFilesRequest.php` (+1 -0) 📝 `app/Repositories/Daemon/DaemonFileRepository.php` (+2 -1) </details> ### 📄 Description Closes #1202 Requires https://github.com/pelican-dev/wings/pull/83 ✅ & https://github.com/pelican-dev/wings/pull/84 ✅ --- <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:08: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#1250