Original PR: https://github.com/open-webui/open-webui/pull/19030 Author: @tjbck Created: 11/8/2025 Status: ✅ Merged Merged: 11/24/2025 Merged by: @tjbck
Base: main ← Head: dev
main
dev
f052b28
9a86461
1097838
89c0e15
ce1079d
3d43797
684324a
8114ddc
7afa83e
c260efa
250 files changed (+12174 additions, -6439 deletions)
📝 CHANGELOG.md (+90 -0) 📝 README.md (+18 -6) 📝 backend/open_webui/config.py (+256 -19) 📝 backend/open_webui/constants.py (+5 -1) 📝 backend/open_webui/env.py (+70 -2) 📝 backend/open_webui/main.py (+88 -17) ➕ backend/open_webui/migrations/versions/37f288994c47_add_group_member_table.py (+146 -0) 📝 backend/open_webui/models/auths.py (+5 -4) 📝 backend/open_webui/models/channels.py (+1 -1) 📝 backend/open_webui/models/chats.py (+153 -55) 📝 backend/open_webui/models/feedbacks.py (+88 -2) 📝 backend/open_webui/models/files.py (+30 -1) 📝 backend/open_webui/models/folders.py (+1 -1) 📝 backend/open_webui/models/functions.py (+1 -1) 📝 backend/open_webui/models/groups.py (+159 -66) 📝 backend/open_webui/models/memories.py (+1 -1) 📝 backend/open_webui/models/messages.py (+1 -1) 📝 backend/open_webui/models/models.py (+88 -7) 📝 backend/open_webui/models/users.py (+33 -5) 📝 backend/open_webui/retrieval/loaders/mineru.py (+5 -24)
CHANGELOG.md
README.md
backend/open_webui/config.py
backend/open_webui/constants.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/migrations/versions/37f288994c47_add_group_member_table.py
backend/open_webui/models/auths.py
backend/open_webui/models/channels.py
backend/open_webui/models/chats.py
backend/open_webui/models/feedbacks.py
backend/open_webui/models/files.py
backend/open_webui/models/folders.py
backend/open_webui/models/functions.py
backend/open_webui/models/groups.py
backend/open_webui/models/memories.py
backend/open_webui/models/messages.py
backend/open_webui/models/models.py
backend/open_webui/models/users.py
backend/open_webui/retrieval/loaders/mineru.py
...and 80 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/19030
Author: @tjbck
Created: 11/8/2025
Status: ✅ Merged
Merged: 11/24/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
f052b28Update catalan translation.json9a86461Update catalan translation.json1097838i18n: improve Chinese translation89c0e15feat: handle large stream chunks responsesce1079dfeat: Allow configuration of not process large single-line data3d43797Update translation.json (pt-BR)684324afix: Handle AttributeError in hybrid search with reranking (#17046)8114ddcMerge pull request #19004 from ShirasawaSama/i18n/improve-chinese-translation7afa83eMerge pull request #19012 from joaoback/patch-14c260efaMerge pull request #19002 from aleixdorca/dev📊 Changes
250 files changed (+12174 additions, -6439 deletions)
View changed files
📝
CHANGELOG.md(+90 -0)📝
README.md(+18 -6)📝
backend/open_webui/config.py(+256 -19)📝
backend/open_webui/constants.py(+5 -1)📝
backend/open_webui/env.py(+70 -2)📝
backend/open_webui/main.py(+88 -17)➕
backend/open_webui/migrations/versions/37f288994c47_add_group_member_table.py(+146 -0)📝
backend/open_webui/models/auths.py(+5 -4)📝
backend/open_webui/models/channels.py(+1 -1)📝
backend/open_webui/models/chats.py(+153 -55)📝
backend/open_webui/models/feedbacks.py(+88 -2)📝
backend/open_webui/models/files.py(+30 -1)📝
backend/open_webui/models/folders.py(+1 -1)📝
backend/open_webui/models/functions.py(+1 -1)📝
backend/open_webui/models/groups.py(+159 -66)📝
backend/open_webui/models/memories.py(+1 -1)📝
backend/open_webui/models/messages.py(+1 -1)📝
backend/open_webui/models/models.py(+88 -7)📝
backend/open_webui/models/users.py(+33 -5)📝
backend/open_webui/retrieval/loaders/mineru.py(+5 -24)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.