[PR #1943] [MERGED] fix: child folder detection in ZIP for plugin extraction #1667

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1943
Author: @UndercoverNL
Created: 11/28/2025
Status: Merged
Merged: 12/1/2025
Merged by: @Boy132

Base: boy132/plugin-systemHead: boy132/plugin-system


📝 Commits (1)

  • adf71d2 fix: look for plugin.json file instead of directory entry on plugin extraction

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 app/Services/Helpers/PluginService.php (+1 -1)

📄 Description

locateName does not support directory detection, fixed with new changes

Plugins can now correctly be uploaded as 1 zipped directory.


🔄 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/1943 **Author:** [@UndercoverNL](https://github.com/UndercoverNL) **Created:** 11/28/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `boy132/plugin-system` ← **Head:** `boy132/plugin-system` --- ### 📝 Commits (1) - [`adf71d2`](https://github.com/pelican-dev/panel/commit/adf71d2bc8b9f491aa70c0af476443314db934d3) fix: look for plugin.json file instead of directory entry on plugin extraction ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Services/Helpers/PluginService.php` (+1 -1) </details> ### 📄 Description `locateName` does not support directory detection, fixed with new changes Plugins can now correctly be uploaded as 1 zipped directory. --- <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:20:54 +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#1667