mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #1327] [MERGED] Refactor Providers to be a singleton
#1323
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/1327
Author: @pelican-vehikl
Created: 5/1/2025
Status: ✅ Merged
Merged: 7/2/2025
Merged by: @lancepioch
Base:
main← Head:vehikl/singleton📝 Commits (10+)
fa5fee5Refactor OauthProviders to use Singleton3053741AddOAuthServiceProvidere349f3fClean up constructors4334524WIP not working Feature Singleton6818ee8Merge branch 'main' into vehikl/singleton55fd291Merge branch 'main' into vehikl/singleton8ee0005Features1dc1b13Merge branch 'main' into vehikl/singletond9257fdAvatars09e3506Merge branch 'main' into vehikl/singleton📊 Changes
45 files changed (+643 additions, -567 deletions)
View changed files
➖
app/Extensions/Avatar/AvatarProvider.php(+0 -42)➕
app/Extensions/Avatar/AvatarSchemaInterface.php(+14 -0)➕
app/Extensions/Avatar/AvatarService.php(+55 -0)📝
app/Extensions/Avatar/Schemas/GravatarSchema.php(+7 -7)📝
app/Extensions/Avatar/Schemas/UiAvatarsSchema.php(+3 -8)➕
app/Extensions/Captcha/CaptchaService.php(+48 -0)📝
app/Extensions/Captcha/Schemas/BaseSchema.php(+5 -59)➕
app/Extensions/Captcha/Schemas/CaptchaSchemaInterface.php(+35 -0)📝
app/Extensions/Captcha/Schemas/Turnstile/Component.php(+3 -6)📝
app/Extensions/Captcha/Schemas/Turnstile/Rule.php(+5 -4)📝
app/Extensions/Captcha/Schemas/Turnstile/TurnstileSchema.php(+14 -15)➖
app/Extensions/Features/FeatureProvider.php(+0 -51)➕
app/Extensions/Features/FeatureSchemaInterface.php(+15 -0)➕
app/Extensions/Features/FeatureService.php(+52 -0)📝
app/Extensions/Features/Schemas/GSLTokenSchema.php(+3 -13)📝
app/Extensions/Features/Schemas/JavaVersionSchema.php(+3 -13)📝
app/Extensions/Features/Schemas/MinecraftEulaSchema.php(+3 -13)📝
app/Extensions/Features/Schemas/PIDLimitSchema.php(+3 -13)📝
app/Extensions/Features/Schemas/SteamDiskSpaceSchema.php(+3 -13)➕
app/Extensions/OAuth/OAuthSchemaInterface.php(+35 -0)...and 25 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.