Original PR: https://github.com/open-webui/open-webui/pull/19448 Author: @tjbck Created: 11/24/2025 Status: ✅ Merged Merged: 11/25/2025 Merged by: @tjbck
Base: main ← Head: dev
main
dev
3b23b96
e567f42
a7b611c
0a68798
f0d75e3
b875a43
9c19d0a
38c6b0b
b1c1e68
2328dc2
96 files changed (+1442 additions, -2300 deletions)
📝 CHANGELOG.md (+24 -0) 📝 backend/open_webui/config.py (+12 -82) 📝 backend/open_webui/env.py (+2 -1) 📝 backend/open_webui/main.py (+4 -22) 📝 backend/open_webui/models/channels.py (+1 -0) 📝 backend/open_webui/models/groups.py (+17 -0) 📝 backend/open_webui/models/models.py (+8 -3) 📝 backend/open_webui/models/users.py (+62 -11) 📝 backend/open_webui/retrieval/loaders/main.py (+16 -56) 📝 backend/open_webui/retrieval/utils.py (+20 -9) 📝 backend/open_webui/retrieval/web/main.py (+2 -1) 📝 backend/open_webui/retrieval/web/utils.py (+1 -34) 📝 backend/open_webui/routers/channels.py (+75 -3) 📝 backend/open_webui/routers/images.py (+1 -3) 📝 backend/open_webui/routers/knowledge.py (+3 -1) 📝 backend/open_webui/routers/retrieval.py (+66 -150) 📝 backend/open_webui/routers/users.py (+2 -2) 📝 backend/open_webui/utils/access_control.py (+32 -11) 📝 backend/open_webui/utils/middleware.py (+15 -0) 📝 backend/open_webui/utils/misc.py (+41 -0)
CHANGELOG.md
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/models/channels.py
backend/open_webui/models/groups.py
backend/open_webui/models/models.py
backend/open_webui/models/users.py
backend/open_webui/retrieval/loaders/main.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/web/main.py
backend/open_webui/retrieval/web/utils.py
backend/open_webui/routers/channels.py
backend/open_webui/routers/images.py
backend/open_webui/routers/knowledge.py
backend/open_webui/routers/retrieval.py
backend/open_webui/routers/users.py
backend/open_webui/utils/access_control.py
backend/open_webui/utils/middleware.py
backend/open_webui/utils/misc.py
...and 76 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/19448
Author: @tjbck
Created: 11/24/2025
Status: ✅ Merged
Merged: 11/25/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
3b23b96Update translation.json (pt-BR)e567f42Merge pull request #19428 from joaoback/patch-16a7b611cfix: "No connection adapters were found" routers/images.py (#19435)0a68798Update knowledge.py (#19434)f0d75e3refac/fix: db operationsb875a43Update translation.json (#19445)9c19d0arefac/breaking: docling params38c6b0bfix: inline citationsb1c1e68refac/fix: group member user list2328dc2feat/enh: async embedding processing setting📊 Changes
96 files changed (+1442 additions, -2300 deletions)
View changed files
📝
CHANGELOG.md(+24 -0)📝
backend/open_webui/config.py(+12 -82)📝
backend/open_webui/env.py(+2 -1)📝
backend/open_webui/main.py(+4 -22)📝
backend/open_webui/models/channels.py(+1 -0)📝
backend/open_webui/models/groups.py(+17 -0)📝
backend/open_webui/models/models.py(+8 -3)📝
backend/open_webui/models/users.py(+62 -11)📝
backend/open_webui/retrieval/loaders/main.py(+16 -56)📝
backend/open_webui/retrieval/utils.py(+20 -9)📝
backend/open_webui/retrieval/web/main.py(+2 -1)📝
backend/open_webui/retrieval/web/utils.py(+1 -34)📝
backend/open_webui/routers/channels.py(+75 -3)📝
backend/open_webui/routers/images.py(+1 -3)📝
backend/open_webui/routers/knowledge.py(+3 -1)📝
backend/open_webui/routers/retrieval.py(+66 -150)📝
backend/open_webui/routers/users.py(+2 -2)📝
backend/open_webui/utils/access_control.py(+32 -11)📝
backend/open_webui/utils/middleware.py(+15 -0)📝
backend/open_webui/utils/misc.py(+41 -0)...and 76 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.