[PR #1828] [MERGED] Add archive extension selection #1595

Closed
opened 2026-02-04 20:00:08 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1828
Author: @notAreYouScared
Created: 10/24/2025
Status: Merged
Merged: 10/24/2025
Merged by: @notAreYouScared

Base: mainHead: charles/add-compress-exts


📝 Commits (6)

📊 Changes

5 files changed (+46 additions, -12 deletions)

View changed files

📝 app/Filament/Server/Resources/Files/Pages/ListFiles.php (+40 -10)
📝 app/Http/Controllers/Api/Client/Servers/FileController.php (+2 -1)
📝 app/Http/Requests/Api/Client/Servers/Files/CompressFilesRequest.php (+1 -0)
📝 app/Repositories/Daemon/DaemonFileRepository.php (+2 -1)
📝 lang/en/server/file.php (+1 -0)

📄 Description

Requires wings/#123

Allows the user to pick an archive type,

image

🔄 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/1828 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 10/24/2025 **Status:** ✅ Merged **Merged:** 10/24/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/add-compress-exts` --- ### 📝 Commits (6) - [`7788aa9`](https://github.com/pelican-dev/panel/commit/7788aa9a27a67116c74a3eceb9a3845877e6db99) wip - [`7a86cb2`](https://github.com/pelican-dev/panel/commit/7a86cb2b79ccb1599a0d5582b9d0ce0d8c5d0865) add lang - [`4d567d8`](https://github.com/pelican-dev/panel/commit/4d567d82a25e435f52972bf683fc73b6159630e7) Merge remote-tracking branch 'origin/main' into charles/add-compress-exts - [`0bb6d33`](https://github.com/pelican-dev/panel/commit/0bb6d33873575b6cbfa7abaa93484156e527277e) Grids are cool - [`92fb20e`](https://github.com/pelican-dev/panel/commit/92fb20edb530fe2a1f05c6bcfda7a08a80514e28) add native(false) - [`3c5d379`](https://github.com/pelican-dev/panel/commit/3c5d379e356ccb211b3df3f1998701b99cd0ba3b) fix rule ### 📊 Changes **5 files changed** (+46 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Resources/Files/Pages/ListFiles.php` (+40 -10) 📝 `app/Http/Controllers/Api/Client/Servers/FileController.php` (+2 -1) 📝 `app/Http/Requests/Api/Client/Servers/Files/CompressFilesRequest.php` (+1 -0) 📝 `app/Repositories/Daemon/DaemonFileRepository.php` (+2 -1) 📝 `lang/en/server/file.php` (+1 -0) </details> ### 📄 Description Requires [wings/#123](https://github.com/pelican-dev/wings/pull/123) Allows the user to pick an archive type, <img width="902" height="324" alt="image" src="https://github.com/user-attachments/assets/f9c06e26-33a8-4573-86b3-de0475246544" /> --- <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-04 20:00:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1595