[PR #284] [MERGED] Replace encrypt/ decrypt with encrypted casting #674

Closed
opened 2026-02-05 17:51:02 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: replace/encrypt-decrypt


📝 Commits (6)

  • 82fd547 replace encrypt/ decrypt with encrypted casting
  • 639fa33 run pint
  • c956cd0 Update old keys
  • b1928e8 Merge branch 'pelican-dev:main' into replace/encrypt-decrypt
  • 33f6551 run pint
  • 7cda358 add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/284 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 5/28/2024 **Status:** ✅ Merged **Merged:** 6/1/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `replace/encrypt-decrypt` --- ### 📝 Commits (6) - [`82fd547`](https://github.com/pelican-dev/panel/commit/82fd5474845e66312eae091fb0faf15939448061) replace encrypt/ decrypt with encrypted casting - [`639fa33`](https://github.com/pelican-dev/panel/commit/639fa3399df889ba5b5d150a0896dd7947b328cb) run pint - [`c956cd0`](https://github.com/pelican-dev/panel/commit/c956cd010678e84df08b8c9e440ef3214b3d6250) Update old keys - [`b1928e8`](https://github.com/pelican-dev/panel/commit/b1928e89b4759cf921a74374acee7c074dbbcf1c) Merge branch 'pelican-dev:main' into replace/encrypt-decrypt - [`33f6551`](https://github.com/pelican-dev/panel/commit/33f6551b2180ea3a90349a5fade362b5299b08c0) run pint - [`7cda358`](https://github.com/pelican-dev/panel/commit/7cda358b664c065e03dda10e25f42c7b1e2f52d0) add missing import ### 📊 Changes **41 files changed** (+126 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Closes #4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 17:51:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#674