[PR #952] [MERGED] Fix File Upload #1076

Closed
opened 2026-02-04 19:15:35 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/952
Author: @rmartinoscar
Created: 1/26/2025
Status: Merged
Merged: 2/14/2025
Merged by: @rmartinoscar

Base: mainHead: fix/FileUpload


📝 Commits (9)

📊 Changes

5 files changed (+11 additions, -3 deletions)

View changed files

📝 app/Filament/Admin/Resources/NodeResource/Pages/CreateNode.php (+3 -0)
📝 app/Filament/Admin/Resources/NodeResource/Pages/EditNode.php (+2 -0)
📝 app/Filament/Server/Resources/FileResource/Pages/ListFiles.php (+2 -2)
📝 app/Repositories/Daemon/DaemonFileRepository.php (+0 -1)
📝 lang/en/admin/node.php (+4 -0)

📄 Description

Before
image
After
image
image

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/952 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 1/26/2025 **Status:** ✅ Merged **Merged:** 2/14/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/FileUpload` --- ### 📝 Commits (9) - [`c5976ab`](https://github.com/pelican-dev/panel/commit/c5976abb9956a405e79ed8f862c7024ac116c86c) Log correct file name - [`b08a145`](https://github.com/pelican-dev/panel/commit/b08a145fd49241feb95ecc7948f15c1a1a43ad61) Remove duplicated throws comment - [`00e1f61`](https://github.com/pelican-dev/panel/commit/00e1f61d01520b908536d1176bbd124360f962a3) Set maxSize - [`1f975bb`](https://github.com/pelican-dev/panel/commit/1f975bb5468a0965030038f498e9b4b4f4cafcda) Add hint - [`dc19c66`](https://github.com/pelican-dev/panel/commit/dc19c6629898d266eb8d693eaef4702e81c57d55) Simplified hints - [`2348165`](https://github.com/pelican-dev/panel/commit/2348165c57b2024068cd4798cb9eba037e05719d) Fix unit conversion - [`d4c6c56`](https://github.com/pelican-dev/panel/commit/d4c6c562e6ddb1645d4458e492af52680f9004c9) Merge branch 'main' into fix/FileUpload - [`972489a`](https://github.com/pelican-dev/panel/commit/972489a8ff5383819e066513aa2f71d74dceb9a2) Add translations - [`0fc6c81`](https://github.com/pelican-dev/panel/commit/0fc6c813e4e18e7630d3400bbe9b73a59f8cf4ed) Remove label ### 📊 Changes **5 files changed** (+11 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/NodeResource/Pages/CreateNode.php` (+3 -0) 📝 `app/Filament/Admin/Resources/NodeResource/Pages/EditNode.php` (+2 -0) 📝 `app/Filament/Server/Resources/FileResource/Pages/ListFiles.php` (+2 -2) 📝 `app/Repositories/Daemon/DaemonFileRepository.php` (+0 -1) 📝 `lang/en/admin/node.php` (+4 -0) </details> ### 📄 Description Before ![image](https://github.com/user-attachments/assets/41e71710-9d57-450c-9579-564ffe3d022e) After ![image](https://github.com/user-attachments/assets/88546b28-b4e6-4f8a-8c6f-0f61b6e93de5) ![image](https://github.com/user-attachments/assets/feda4b98-a6fa-4e36-bd46-3b97d1b658fa) ![image](https://github.com/user-attachments/assets/572f0d1a-7281-4f8f-a30d-a8344432b73a) --- <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 19:15:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1076