[PR #839] [MERGED] Add OAuth Settings to Settings #1001

Closed
opened 2026-02-04 19:09:43 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/839
Author: @notAreYouScared
Created: 12/25/2024
Status: Merged
Merged: 1/4/2025
Merged by: @notAreYouScared

Base: mainHead: charles/oauth-settings


📝 Commits (7)

  • 9f48706 Replace tabler icon package
  • dd8c4ec Use new filled icons
  • 337ff89 Add OAuth Settings to Settings Page
  • 25adc48 Fix authentik base url
  • 17a3221 replace hard coded oauth
  • 5f1b4bc Merge branch 'main' into charles/oauth-settings
  • b113376 Merge branch 'main' into charles/oauth-settings

📊 Changes

3 files changed (+83 additions, -10 deletions)

View changed files

📝 app/Filament/Admin/Pages/Settings.php (+73 -0)
📝 composer.lock (+2 -2)
📝 config/auth.php (+8 -8)

📄 Description

Attempt 2?


🔄 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/839 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 12/25/2024 **Status:** ✅ Merged **Merged:** 1/4/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/oauth-settings` --- ### 📝 Commits (7) - [`9f48706`](https://github.com/pelican-dev/panel/commit/9f487067d1709b09c16344954aeb1c8786afded3) Replace tabler icon package - [`dd8c4ec`](https://github.com/pelican-dev/panel/commit/dd8c4ec81562c20d6fef044e7f4a124b7df7c7a4) Use new filled icons - [`337ff89`](https://github.com/pelican-dev/panel/commit/337ff89ed8b48a2d22b15ea6b681b6a1d08ff6b6) Add OAuth Settings to Settings Page - [`25adc48`](https://github.com/pelican-dev/panel/commit/25adc4806061bdfa1e1b0b2567de9b28771b07f1) Fix authentik base url - [`17a3221`](https://github.com/pelican-dev/panel/commit/17a3221d5583038144202952013eb1ce5c8d46d2) replace hard coded oauth - [`5f1b4bc`](https://github.com/pelican-dev/panel/commit/5f1b4bcb42250ea7efd9fb8d5ce2ffa031cb0d88) Merge branch 'main' into charles/oauth-settings - [`b113376`](https://github.com/pelican-dev/panel/commit/b113376643677652feb20bf1ba0ef7ccd7465768) Merge branch 'main' into charles/oauth-settings ### 📊 Changes **3 files changed** (+83 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Pages/Settings.php` (+73 -0) 📝 `composer.lock` (+2 -2) 📝 `config/auth.php` (+8 -8) </details> ### 📄 Description Attempt 2? --- <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-04 19:09:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1001