mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
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/18018
Author: @cmbaatz
Created: 10/2/2025
Status: ❌ Closed
Base:
dev← Head:main📝 Commits (2)
45330d8Feat [GH-ISSUE #16707] feat: Use chat language for follow-ups (#18016)b706515Feat [GH-ISSUE #16707] feat: Use chat language for follow-ups (#18016)📊 Changes
7 files changed (+8635 additions, -8000 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
backend/open_webui/config.py(+3539 -3515)📝
backend/open_webui/main.py(+2079 -2075)📝
backend/open_webui/routers/auths.py(+1066 -1072)➕
backend/open_webui/test/utils/test_group.py(+440 -0)➕
backend/open_webui/utils/group.py(+294 -0)📝
backend/open_webui/utils/oauth.py(+1216 -1338)📄 Description
Standardizing group management code.
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Group management varies between OAuth, LDAP, and trusted header authentication methods leading to lack of features depending on which auth model the deployment is using.
Added
Changed
If false then group management is not performed
If false then unrecognized groups will not be created.
A list of groups that will not be sync'ed with the application
Deprecated
This code change deprecates the following configuration values
Removed
Fixed
Security
None
Breaking Changes
None
Additional Information
None
Screenshots or Videos
None
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.