mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1684] [MERGED] Collection of smaller v4 fixes #1526
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1684
Author: @Boy132
Created: 9/9/2025
Status: ✅ Merged
Merged: 9/16/2025
Merged by: @Boy132
Base:
main← Head:boy132/v4-fixes📝 Commits (10+)
6ff881ffix redirect after using power action on server list814bf3cfix create schedule pageb94d21dfix totp migration538ffd0make phpstan happyc712c22fix visible check on server list power actionsd18a2d5refactor schedule status87555c9fix and cleanup hint icon tooltipsd823931replacelabel('')withhiddenLabel()d1f7ce8Fix oauth translations175001bfix case📊 Changes
58 files changed (+333 additions, -679 deletions)
View changed files
➕
app/Enums/ScheduleStatus.php(+27 -0)📝
app/Extensions/Features/Schemas/GSLTokenSchema.php(+1 -2)📝
app/Filament/Admin/Pages/Settings.php(+2 -4)📝
app/Filament/Admin/Resources/DatabaseHosts/DatabaseHostResource.php(+1 -1)📝
app/Filament/Admin/Resources/DatabaseHosts/Pages/CreateDatabaseHost.php(+1 -1)📝
app/Filament/Admin/Resources/Eggs/Pages/CreateEgg.php(+3 -6)📝
app/Filament/Admin/Resources/Eggs/Pages/EditEgg.php(+3 -6)📝
app/Filament/Admin/Resources/Nodes/Pages/CreateNode.php(+3 -5)📝
app/Filament/Admin/Resources/Nodes/Pages/EditNode.php(+2 -4)📝
app/Filament/Admin/Resources/Nodes/RelationManagers/AllocationsRelationManager.php(+1 -1)📝
app/Filament/Admin/Resources/Roles/RoleResource.php(+1 -1)📝
app/Filament/Admin/Resources/Servers/Pages/CreateServer.php(+2 -4)📝
app/Filament/Admin/Resources/Servers/Pages/EditServer.php(+5 -6)📝
app/Filament/Admin/Resources/Servers/RelationManagers/DatabasesRelationManager.php(+4 -7)📝
app/Filament/Admin/Resources/Servers/ServerResource.php(+1 -1)📝
app/Filament/Admin/Resources/Users/UserResource.php(+1 -2)📝
app/Filament/App/Resources/Servers/Pages/ListServers.php(+5 -5)📝
app/Filament/Components/Actions/ImportEggAction.php(+2 -3)📝
app/Filament/Components/Forms/Fields/StartupVariable.php(+6 -8)📝
app/Filament/Pages/Auth/EditProfile.php(+15 -14)...and 38 more files
📄 Description
See commit history for all changes.
Notable changes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.