[PR #1599] [MERGED] Fix & cleanup OAuthController #1478

Closed
opened 2026-02-05 18:15:09 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1599
Author: @Boy132
Created: 8/12/2025
Status: Merged
Merged: 8/14/2025
Merged by: @Boy132

Base: mainHead: boy132/fix-oauth-user-creation


📝 Commits (2)

📊 Changes

4 files changed (+92 additions, -51 deletions)

View changed files

📝 app/Extensions/OAuth/OAuthSchemaInterface.php (+2 -0)
📝 app/Extensions/OAuth/Schemas/OAuthSchema.php (+19 -1)
📝 app/Http/Controllers/Auth/OAuthController.php (+70 -50)
📝 lang/en/admin/setting.php (+1 -0)

📄 Description

Closes #1597

  • Refactor for controller
  • Better error handling
  • New setting for "link missing user" (User with email already exists but hasn't been linked yet)

🔄 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/1599 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 8/14/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-oauth-user-creation` --- ### 📝 Commits (2) - [`5f8b5c6`](https://github.com/pelican-dev/panel/commit/5f8b5c67c3bd4e71c09fa36c48dab80d0fdf5571) fix & cleanup oauthcontroller - [`0312bc2`](https://github.com/pelican-dev/panel/commit/0312bc205a6712abb6ad6ac128eb23cb36efe3ee) make phpstan happy ### 📊 Changes **4 files changed** (+92 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `app/Extensions/OAuth/OAuthSchemaInterface.php` (+2 -0) 📝 `app/Extensions/OAuth/Schemas/OAuthSchema.php` (+19 -1) 📝 `app/Http/Controllers/Auth/OAuthController.php` (+70 -50) 📝 `lang/en/admin/setting.php` (+1 -0) </details> ### 📄 Description Closes #1597 - Refactor for controller - Better error handling - New setting for "link missing user" (User with email already exists but hasn't been linked yet) --- <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 18:15:09 +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#1478