[PR #1417] [MERGED] Add FileExistsException & Fix error reporting #1378

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1417
Author: @rmartinoscar
Created: 5/30/2025
Status: Merged
Merged: 6/26/2025
Merged by: @rmartinoscar

Base: mainHead: fix/FileManagerErrorReporting


📝 Commits (2)

  • b38256e Add FileExistsException & Fix error reporting
  • fd38d39 Merge branch 'main' into fix/FileManagerErrorReporting

📊 Changes

4 files changed (+59 additions, -10 deletions)

View changed files

app/Exceptions/Repository/FileExistsException.php (+7 -0)
📝 app/Filament/Server/Resources/FileResource/Pages/ListFiles.php (+32 -8)
📝 app/Repositories/Daemon/DaemonFileRepository.php (+17 -2)
📝 app/Repositories/Daemon/DaemonRepository.php (+3 -0)

📄 Description

Before
image

After
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/1417 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 5/30/2025 **Status:** ✅ Merged **Merged:** 6/26/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/FileManagerErrorReporting` --- ### 📝 Commits (2) - [`b38256e`](https://github.com/pelican-dev/panel/commit/b38256efb10ba6e538283daf44a2402faf48bc61) Add `FileExistsException` & Fix error reporting - [`fd38d39`](https://github.com/pelican-dev/panel/commit/fd38d3961c04e501ce9b25a2bce74db0233899a8) Merge branch 'main' into fix/FileManagerErrorReporting ### 📊 Changes **4 files changed** (+59 additions, -10 deletions) <details> <summary>View changed files</summary> ➕ `app/Exceptions/Repository/FileExistsException.php` (+7 -0) 📝 `app/Filament/Server/Resources/FileResource/Pages/ListFiles.php` (+32 -8) 📝 `app/Repositories/Daemon/DaemonFileRepository.php` (+17 -2) 📝 `app/Repositories/Daemon/DaemonRepository.php` (+3 -0) </details> ### 📄 Description Before ![image](https://github.com/user-attachments/assets/169e8868-a58d-4696-93e4-d5d12d7f445f) After ![image](https://github.com/user-attachments/assets/c2855b15-6210-4711-a724-40b89cb5a9a7) --- <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:12:06 +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#1378