[PR #19448] [MERGED] 0.6.39 #48263

Closed
opened 2026-04-29 23:51:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/19448 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 11/25/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`3b23b96`](https://github.com/open-webui/open-webui/commit/3b23b96a27ee5c5e6a308b0eb7926be408a90487) Update translation.json (pt-BR) - [`e567f42`](https://github.com/open-webui/open-webui/commit/e567f4202026235e8c4521d590e9fe715551e745) Merge pull request #19428 from joaoback/patch-16 - [`a7b611c`](https://github.com/open-webui/open-webui/commit/a7b611c0e5202a08e63a2ed4d44de4bf86fe3e11) fix: "No connection adapters were found" routers/images.py (#19435) - [`0a68798`](https://github.com/open-webui/open-webui/commit/0a687980eef8cba775d05faed632007c059dc269) Update knowledge.py (#19434) - [`f0d75e3`](https://github.com/open-webui/open-webui/commit/f0d75e3a480452b64349e12395df7a629f78064b) refac/fix: db operations - [`b875a43`](https://github.com/open-webui/open-webui/commit/b875a438f03dcb87a1a4d83289396ec1447f9e9e) Update translation.json (#19445) - [`9c19d0a`](https://github.com/open-webui/open-webui/commit/9c19d0abd47d1451cf0b96a3547d3d5a429c8c92) refac/breaking: docling params - [`38c6b0b`](https://github.com/open-webui/open-webui/commit/38c6b0bff64689111415396b287ebc8231ed17a6) fix: inline citations - [`b1c1e68`](https://github.com/open-webui/open-webui/commit/b1c1e68e56143171195246eea84f040c58164551) refac/fix: group member user list - [`2328dc2`](https://github.com/open-webui/open-webui/commit/2328dc284ead6814836b600ce0cfa8dfdcfba956) feat/enh: async embedding processing setting ### 📊 Changes **96 files changed** (+1442 additions, -2300 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 23:51:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#48263