mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 19:09:58 +03:00
[PR #1045] [MERGED] Laravel 12.x Shift #1140
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/1045
Author: @lancepioch
Created: 2/28/2025
Status: ✅ Merged
Merged: 3/3/2025
Merged by: @lancepioch
Base:
main← Head:shift-141916📝 Commits (10+)
387bfdaConvert route options to fluent methods3984dadSlimlangfilesbcb051aShift core filesf2fb26bValidate via object directly within Controllers933b729UseGatefacade for controller authorization5cd074bDispatch jobs directly7cec7bbRemove base controller inheritance067cc9aDefault config filesb65e0a4Set newENVvariablescf312cbAdd new Laravelcomposer run devscript📊 Changes
27 files changed (+858 additions, -669 deletions)
View changed files
📝
.gitignore(+2 -0)📝
app/Console/Commands/Environment/EmailSettingsCommand.php(+1 -1)📝
app/Filament/Admin/Pages/Settings.php(+3 -3)📝
app/Http/Controllers/Api/Client/SSHKeyController.php(+1 -1)📝
app/Http/Controllers/Api/Client/Servers/ActivityLogController.php(+2 -1)📝
app/Http/Controllers/Api/Client/Servers/StartupController.php(+1 -1)📝
app/Http/Controllers/Controller.php(+1 -11)📝
app/Jobs/Schedule/RunTaskJob.php(+1 -3)📝
app/Models/RecoveryToken.php(+6 -3)📝
artisan(+5 -2)📝
compose.yml(+1 -1)📝
composer.json(+24 -19)📝
composer.lock(+593 -523)📝
config/database.php(+76 -4)📝
config/mail.php(+105 -4)➖
lang/en/auth.php(+0 -20)➖
lang/en/pagination.php(+0 -19)➖
lang/en/passwords.php(+0 -22)📝
lang/en/validation.php(+9 -14)📝
public/.htaccess(+5 -1)...and 7 more files
📄 Description
Before merging:
shift-141916branchcomposer update(if the scripts fail, try with--no-scripts)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.