[PR #1651] [MERGED] Filament v4 🎉 #1509

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1651
Author: @notAreYouScared
Created: 9/3/2025
Status: Merged
Merged: 9/8/2025
Merged by: @notAreYouScared

Base: mainHead: filament-v4


📝 Commits (10+)

📊 Changes

379 files changed (+5684 additions, -6707 deletions)

View changed files

📝 .github/workflows/build.yaml (+1 -1)
📝 .gitignore (+0 -1)
📝 app/Console/Commands/Environment/DatabaseSettingsCommand.php (+3 -2)
📝 app/Console/Commands/Environment/EmailSettingsCommand.php (+2 -1)
📝 app/Console/Commands/Maintenance/PruneOrphanedBackupsCommand.php (+2 -1)
📝 app/Console/Commands/Node/MakeNodeCommand.php (+2 -1)
📝 app/Console/Commands/Node/NodeConfigurationCommand.php (+1 -1)
📝 app/Console/Commands/UpgradeCommand.php (+7 -4)
📝 app/Console/Commands/User/DisableTwoFactorCommand.php (+8 -5)
📝 app/Console/Commands/User/MakeUserCommand.php (+2 -1)
app/Enums/CustomizationKey.php (+37 -0)
app/Enums/EditorLanguages.php (+0 -141)
📝 app/Enums/StartupVariableType.php (+2 -1)
📝 app/Exceptions/DisplayException.php (+4 -3)
📝 app/Exceptions/Handler.php (+12 -9)
📝 app/Exceptions/Http/HttpForbiddenException.php (+2 -1)
📝 app/Exceptions/Http/Server/ServerStateConflictException.php (+2 -1)
app/Exceptions/Http/TwoFactorAuthRequiredException.php (+0 -18)
📝 app/Exceptions/ManifestDoesNotExistException.php (+4 -2)
📝 app/Exceptions/PanelException.php (+3 -1)

...and 80 more files

📄 Description

Well... This should be fun ❤️


🔄 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/1651 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 9/3/2025 **Status:** ✅ Merged **Merged:** 9/8/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `filament-v4` --- ### 📝 Commits (10+) - [`61da930`](https://github.com/pelican-dev/panel/commit/61da930909207ae801163873eb831823f9168342) wip - [`fc3ca29`](https://github.com/pelican-dev/panel/commit/fc3ca295596a10f71ee1a32cfec40a6906f0eee5) wip - [`0852c8b`](https://github.com/pelican-dev/panel/commit/0852c8bc128185abf3a4c7ffe6a401e161682959) remove upgrade - [`8e483f9`](https://github.com/pelican-dev/panel/commit/8e483f982e5bf83c97f432bd25e7e68eb301c3ed) pint - [`6284c73`](https://github.com/pelican-dev/panel/commit/6284c73edb59d2477be99cb1b8b2f8b6c608317d) wip - [`8b4e750`](https://github.com/pelican-dev/panel/commit/8b4e750f087302e0ff1c2ef341a96b005efd74a4) Holy crap it loads! - [`3c77c00`](https://github.com/pelican-dev/panel/commit/3c77c0091f766cdcf204b9a22cbf5bfba6c07ced) disable spa - [`23e02ff`](https://github.com/pelican-dev/panel/commit/23e02ff5e2126e33f88b1b77af832e874fc1ac71) HasForms -> HasSchema - [`6f5ce87`](https://github.com/pelican-dev/panel/commit/6f5ce87985444b61b7ab6413dd330a87c45fc449) temp fix login - [`28b752a`](https://github.com/pelican-dev/panel/commit/28b752a9831ef15b37b482997f55404f029fbb5e) replace `placeholder` with `textentry` ### 📊 Changes **379 files changed** (+5684 additions, -6707 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yaml` (+1 -1) 📝 `.gitignore` (+0 -1) 📝 `app/Console/Commands/Environment/DatabaseSettingsCommand.php` (+3 -2) 📝 `app/Console/Commands/Environment/EmailSettingsCommand.php` (+2 -1) 📝 `app/Console/Commands/Maintenance/PruneOrphanedBackupsCommand.php` (+2 -1) 📝 `app/Console/Commands/Node/MakeNodeCommand.php` (+2 -1) 📝 `app/Console/Commands/Node/NodeConfigurationCommand.php` (+1 -1) 📝 `app/Console/Commands/UpgradeCommand.php` (+7 -4) 📝 `app/Console/Commands/User/DisableTwoFactorCommand.php` (+8 -5) 📝 `app/Console/Commands/User/MakeUserCommand.php` (+2 -1) ➕ `app/Enums/CustomizationKey.php` (+37 -0) ➖ `app/Enums/EditorLanguages.php` (+0 -141) 📝 `app/Enums/StartupVariableType.php` (+2 -1) 📝 `app/Exceptions/DisplayException.php` (+4 -3) 📝 `app/Exceptions/Handler.php` (+12 -9) 📝 `app/Exceptions/Http/HttpForbiddenException.php` (+2 -1) 📝 `app/Exceptions/Http/Server/ServerStateConflictException.php` (+2 -1) ➖ `app/Exceptions/Http/TwoFactorAuthRequiredException.php` (+0 -18) 📝 `app/Exceptions/ManifestDoesNotExistException.php` (+4 -2) 📝 `app/Exceptions/PanelException.php` (+3 -1) _...and 80 more files_ </details> ### 📄 Description Well... This should be fun ❤️ --- <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:16:05 +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#1509