mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #19030] [MERGED] 0.6.37 #40697
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/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.