mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #284] [MERGED] Replace encrypt/ decrypt with encrypted casting
#674
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/284
Author: @Boy132
Created: 5/28/2024
Status: ✅ Merged
Merged: 6/1/2024
Merged by: @lancepioch
Base:
main← Head:replace/encrypt-decrypt📝 Commits (6)
82fd547replace encrypt/ decrypt with encrypted casting639fa33run pintc956cd0Update old keysb1928e8Merge branch 'pelican-dev:main' into replace/encrypt-decrypt33f6551run pint7cda358add missing import📊 Changes
41 files changed (+126 additions, -79 deletions)
View changed files
📝
app/Extensions/DynamicDatabaseConnection.php(+1 -1)📝
app/Filament/Resources/ApiKeyResource/Pages/CreateApiKey.php(+1 -1)📝
app/Filament/Resources/ApiKeyResource/Pages/ListApiKeys.php(+1 -1)📝
app/Filament/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php(+0 -9)📝
app/Filament/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php(+0 -9)📝
app/Filament/Resources/DatabaseHostResource/RelationManagers/DatabasesRelationManager.php(+2 -2)📝
app/Http/Controllers/Admin/NodeAutoDeployController.php(+1 -1)📝
app/Http/Controllers/Auth/LoginCheckpointController.php(+1 -3)📝
app/Http/Middleware/Api/Daemon/DaemonAuthenticate.php(+1 -1)📝
app/Models/ApiKey.php(+2 -1)📝
app/Models/Database.php(+1 -0)📝
app/Models/DatabaseHost.php(+1 -0)📝
app/Models/Node.php(+3 -12)📝
app/Models/Traits/HasAccessTokens.php(+1 -1)📝
app/Models/User.php(+1 -0)📝
app/Providers/AppServiceProvider.php(+1 -1)📝
app/Services/Api/KeyCreationService.php(+1 -1)📝
app/Services/Databases/DatabaseManagementService.php(+2 -4)📝
app/Services/Databases/DatabasePasswordService.php(+1 -1)📝
app/Services/Databases/Hosts/HostCreationService.php(+1 -1)...and 21 more files
📄 Description
Closes #4
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.