[PR #648] [MERGED] Remove old admin area #872

Closed
opened 2026-02-04 18:57:39 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/648
Author: @lancepioch
Created: 10/21/2024
Status: Merged
Merged: 11/14/2024
Merged by: @lancepioch

Base: mainHead: lance/remove-old-admin


📝 Commits (10+)

📊 Changes

243 files changed (+41 additions, -20965 deletions)

View changed files

app/Exceptions/AccountNotFoundException.php (+0 -7)
app/Exceptions/AutoDeploymentException.php (+0 -7)
📝 app/Exceptions/DisplayException.php (+0 -4)
📝 app/Exceptions/Http/Connection/DaemonConnectionException.php (+0 -3)
app/Exceptions/Http/Server/FileTypeNotEditableException.php (+0 -9)
app/Exceptions/Repository/Daemon/InvalidPowerSignalException.php (+0 -9)
app/Exceptions/Repository/RepositoryException.php (+0 -9)
app/Exceptions/Service/Allocation/AllocationDoesNotBelongToServerException.php (+0 -9)
app/Exceptions/Service/Egg/BadJsonFormatException.php (+0 -9)
app/Exceptions/Service/Egg/NoParentConfigurationFoundException.php (+0 -9)
app/Exceptions/Service/Schedule/Task/TaskIntervalTooLongException.php (+0 -9)
app/Exceptions/Service/Server/RequiredVariableMissingException.php (+0 -9)
app/Exceptions/Transformer/InvalidTransformerLevelException.php (+0 -9)
app/Extensions/Facades/Theme.php (+0 -13)
app/Extensions/Themes/Theme.php (+0 -21)
app/Facades/LogBatch.php (+0 -14)
📝 app/Filament/Resources/ServerResource/Pages/EditServer.php (+5 -4)
app/Helpers/Time.php (+0 -20)
app/Http/Controllers/Admin/ApiController.php (+0 -91)
app/Http/Controllers/Admin/BaseController.php (+0 -25)

...and 80 more files

📄 Description

No description provided


🔄 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/648 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 10/21/2024 **Status:** ✅ Merged **Merged:** 11/14/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `lance/remove-old-admin` --- ### 📝 Commits (10+) - [`6429b13`](https://github.com/pelican-dev/panel/commit/6429b1316a91443d6ac65adce68e19c3d0cedcce) Remove old admin - [`6c24e92`](https://github.com/pelican-dev/panel/commit/6c24e925a85f9c888bc2fe47073eb310a61319de) Remove controller test - [`fb8cc7d`](https://github.com/pelican-dev/panel/commit/fb8cc7d93060c5d9565a93d410944a43a4fd6429) Remove unused exceptions - [`17b479b`](https://github.com/pelican-dev/panel/commit/17b479beb843aae4dc0a215e463b942fc061fd2d) Remove unused files - [`26c9948`](https://github.com/pelican-dev/panel/commit/26c9948bc91d4740525c3601dc9b0fd27ad8c1cc) More small tweaks - [`4e01a88`](https://github.com/pelican-dev/panel/commit/4e01a88da3764c6166cd56db60e1736e73f4a490) Fix doc block - [`48580fa`](https://github.com/pelican-dev/panel/commit/48580fa8e1615e3df84b51be28d557cf134e6fb9) Remove unused service - [`73f056c`](https://github.com/pelican-dev/panel/commit/73f056c1c879ba896103709387a7d8f4c2fe8c50) Restore these - [`630c1e0`](https://github.com/pelican-dev/panel/commit/630c1e08acf8056ce8e612f376fcd00c23d90aea) Add back autoDeploy - [`2f96477`](https://github.com/pelican-dev/panel/commit/2f964773c67a1ef1546d1aaa16c8fd00512f177b) Revert "Add back autoDeploy" ### 📊 Changes **243 files changed** (+41 additions, -20965 deletions) <details> <summary>View changed files</summary> ➖ `app/Exceptions/AccountNotFoundException.php` (+0 -7) ➖ `app/Exceptions/AutoDeploymentException.php` (+0 -7) 📝 `app/Exceptions/DisplayException.php` (+0 -4) 📝 `app/Exceptions/Http/Connection/DaemonConnectionException.php` (+0 -3) ➖ `app/Exceptions/Http/Server/FileTypeNotEditableException.php` (+0 -9) ➖ `app/Exceptions/Repository/Daemon/InvalidPowerSignalException.php` (+0 -9) ➖ `app/Exceptions/Repository/RepositoryException.php` (+0 -9) ➖ `app/Exceptions/Service/Allocation/AllocationDoesNotBelongToServerException.php` (+0 -9) ➖ `app/Exceptions/Service/Egg/BadJsonFormatException.php` (+0 -9) ➖ `app/Exceptions/Service/Egg/NoParentConfigurationFoundException.php` (+0 -9) ➖ `app/Exceptions/Service/Schedule/Task/TaskIntervalTooLongException.php` (+0 -9) ➖ `app/Exceptions/Service/Server/RequiredVariableMissingException.php` (+0 -9) ➖ `app/Exceptions/Transformer/InvalidTransformerLevelException.php` (+0 -9) ➖ `app/Extensions/Facades/Theme.php` (+0 -13) ➖ `app/Extensions/Themes/Theme.php` (+0 -21) ➖ `app/Facades/LogBatch.php` (+0 -14) 📝 `app/Filament/Resources/ServerResource/Pages/EditServer.php` (+5 -4) ➖ `app/Helpers/Time.php` (+0 -20) ➖ `app/Http/Controllers/Admin/ApiController.php` (+0 -91) ➖ `app/Http/Controllers/Admin/BaseController.php` (+0 -25) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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 18:57:39 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#872