mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1676] [MERGED] Replace str_random with Str::random
#1520
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/1676
Author: @notAreYouScared
Created: 9/6/2025
Status: ✅ Merged
Merged: 9/6/2025
Merged by: @notAreYouScared
Base:
main← Head:rabbit/replace-depre📝 Commits (2)
e5e5c80replacestr_randomwithStr::random9efc8d5Revert public removal📊 Changes
11 files changed (+22 additions, -12 deletions)
View changed files
📝
app/Filament/Admin/Resources/ApiKeyResource/Pages/CreateApiKey.php(+2 -1)📝
app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php(+2 -1)📝
app/Helpers/Utilities.php(+2 -1)📝
app/Services/Api/KeyCreationService.php(+2 -1)📝
app/Services/Databases/DatabaseManagementService.php(+2 -1)📝
app/Services/Users/ToggleTwoFactorService.php(+2 -1)📝
app/Services/Users/UserCreationService.php(+1 -1)📝
database/migrations/2017_09_23_173628_RemoveDaemonSecretFromServersTable.php(+2 -1)📝
database/migrations/2017_09_23_185022_RemoveDaemonSecretFromSubusersTable.php(+2 -1)📝
database/migrations/2017_10_02_202007_ChangeToABetterUniqueServiceConfiguration.php(+2 -1)📝
database/migrations/2017_11_19_122708_MigratePubPrivFormatToSingleKey.php(+3 -2)📄 Description
rabbit suggested due to str_random being deprecated
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.