mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #18402] [MERGED] 0.6.35 #47828
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/18402
Author: @tjbck
Created: 10/17/2025
Status: ✅ Merged
Merged: 11/6/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
d13a35afix: auto show artifacts when opening a conversationa9c4e4bfix: auto show artifacts when opening a conversationeff4022i18n: add more greek translations27e85e4Merge pull request #18372 from Tsafaras/i18n/more-greek-translationsf170f37i18n: improve zh-CN translation7c393bci18n: improve zh-TW translation185e01eGerman translation of new strings in i18na483d41Patch 1 (#22)c0a91b5Update translation.json (pt-BR)f97e739Merge pull request #18394 from joaoback/patch-13📊 Changes
183 files changed (+8353 additions, -6878 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.yaml(+6 -2)📝
.github/ISSUE_TEMPLATE/feature_request.yaml(+23 -6)📝
.github/pull_request_template.md(+10 -5)📝
CHANGELOG.md(+87 -0)📝
README.md(+1 -38)📝
backend/open_webui/config.py(+133 -41)📝
backend/open_webui/main.py(+149 -14)📝
backend/open_webui/models/chats.py(+11 -3)📝
backend/open_webui/models/oauth_sessions.py(+11 -0)📝
backend/open_webui/retrieval/loaders/external_document.py(+7 -0)📝
backend/open_webui/retrieval/loaders/main.py(+7 -19)📝
backend/open_webui/retrieval/loaders/mistral.py(+12 -10)📝
backend/open_webui/retrieval/loaders/youtube.py(+4 -4)📝
backend/open_webui/retrieval/utils.py(+42 -36)📝
backend/open_webui/retrieval/web/firecrawl.py(+9 -18)📝
backend/open_webui/retrieval/web/google_pse.py(+5 -0)📝
backend/open_webui/retrieval/web/utils.py(+81 -46)📝
backend/open_webui/routers/audio.py(+202 -4)📝
backend/open_webui/routers/auths.py(+9 -0)📝
backend/open_webui/routers/configs.py(+19 -1)...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.