mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #16505] [CLOSED] DELETE ME #10953
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/open-webui/open-webui/pull/16505
Author: @dbelcher-godaddy
Created: 8/11/2025
Status: ❌ Closed
Base:
main← Head:ad_integration📝 Commits (5)
8d5c47bMoved Tags and TagList (#16)93801e3Sync open-webui repo (#17)a2c332dAdded gd_auth to backend.c0010beAdded active directory integration to GoDaddy backend.66b50d8Turned on AD integration for group claims using OAuth.📊 Changes
22 files changed (+1805 additions, -27 deletions)
View changed files
➕
backend/godaddy/README.md(+44 -0)➕
backend/godaddy/__init__.py(+32 -0)➕
backend/godaddy/active_directory.py(+140 -0)➕
backend/godaddy/auth_extension.py(+109 -0)➕
backend/godaddy/config.py(+28 -0)➕
backend/godaddy/gd_auth/__init__.py(+33 -0)➕
backend/godaddy/gd_auth/client.py(+112 -0)➕
backend/godaddy/gd_auth/exceptions.py(+41 -0)➕
backend/godaddy/gd_auth/key_cache.py(+37 -0)➕
backend/godaddy/gd_auth/token.py(+679 -0)➕
backend/godaddy/gd_auth/utils.py(+93 -0)➕
backend/godaddy/oauth_extension.py(+251 -0)📝
backend/open_webui/config.py(+0 -6)📝
backend/open_webui/env.py(+32 -0)📝
backend/open_webui/main.py(+11 -1)📝
backend/open_webui/utils/auth.py(+55 -11)📝
docker-compose.otel.yaml(+19 -8)➕
src/gclib/README.md(+49 -0)➕
src/gclib/components/common/Tags.svelte(+14 -0)➕
src/gclib/components/common/Tags/TagList.svelte(+22 -0)...and 2 more files
📄 Description
PLEASE DELETE ME
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.