mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #614] [MERGED] Update web installer #855
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/614
Author: @Boy132
Created: 10/8/2024
Status: ✅ Merged
Merged: 10/12/2024
Merged by: @notAreYouScared
Base:
main← Head:update/web-installer📝 Commits (5)
a324eceupdate web installer4cb98b3make sure we have a user3315ad6save SESSION_SECURE_COOKIE as text so it's written correctly to the .enva3064b6setSESSION_COOKIEso session doesn't expire when changing the app namedcfed4dAllow enter to go to next step📊 Changes
12 files changed (+235 additions, -168 deletions)
View changed files
📝
.env.example(+2 -0)📝
app/Console/Commands/Environment/AppSettingsCommand.php(+1 -24)📝
app/Filament/Pages/Installer/PanelInstaller.php(+73 -52)📝
app/Filament/Pages/Installer/Steps/AdminUserStep.php(+4 -2)➕
app/Filament/Pages/Installer/Steps/CompletedStep.php(+34 -0)📝
app/Filament/Pages/Installer/Steps/DatabaseStep.php(+57 -40)📝
app/Filament/Pages/Installer/Steps/EnvironmentStep.php(+20 -16)📝
app/Filament/Pages/Installer/Steps/RedisStep.php(+37 -22)📝
app/Filament/Pages/Installer/Steps/RequirementsStep.php(+6 -4)📝
app/Http/Controllers/Auth/LoginController.php(+1 -2)📝
config/panel.php(+0 -4)📝
resources/views/filament/pages/installer.blade.php(+0 -2)📄 Description
p:environment:setupcommand even moreAPP_URLis now auto filled.env.exampleto set aSESSION_COOKIE. This way the page doesn't expire when changing the app name. (By default, Laravel uses theAPP_NAMEto generate the name of the cookie)Supersedes #595
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.