mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #19448] [MERGED] 0.6.39 #48263
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/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.