mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-12 22:30:24 -05:00
[PR #21971] [MERGED] 0.8.6 #42001
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/21971
Author: @tjbck
Created: 2/28/2026
Status: ✅ Merged
Merged: 3/1/2026
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
32c68e0i18n: improve zh-CN translationec4fe4fi18n: improve zh-TW translation22f074cfix: dictation toggle shortcuts i18n8962afdMerge pull request #21784 from ShirasawaSama/i18n/improve-chinese-translation6ab452aMerge pull request #21785 from EventHorizon-AI/fix/shortcuts-i18n140ab27fix: correct ENABLE_AUDIT_STDOUT stdout filter (#21777)3761b3arefacfebc66eenh: sbom docker gh action8f49725refacf4a1d99refac📊 Changes
190 files changed (+9386 additions, -2115 deletions)
View changed files
📝
.github/workflows/docker-build.yaml(+5 -0)📝
CHANGELOG.md(+67 -0)📝
CONTRIBUTOR_LICENSE_AGREEMENT(+3 -3)📝
backend/open_webui/config.py(+48 -7)📝
backend/open_webui/env.py(+13 -0)📝
backend/open_webui/main.py(+20 -2)📝
backend/open_webui/migrations/versions/8452d01d26d7_add_chat_message_table.py(+5 -0)📝
backend/open_webui/models/access_grants.py(+37 -0)📝
backend/open_webui/models/auths.py(+5 -2)📝
backend/open_webui/models/groups.py(+20 -1)📝
backend/open_webui/models/knowledge.py(+15 -0)📝
backend/open_webui/models/oauth_sessions.py(+6 -0)📝
backend/open_webui/retrieval/utils.py(+2 -0)📝
backend/open_webui/routers/audio.py(+9 -3)📝
backend/open_webui/routers/channels.py(+3 -1)📝
backend/open_webui/routers/configs.py(+46 -0)📝
backend/open_webui/routers/files.py(+1 -58)📝
backend/open_webui/routers/knowledge.py(+38 -43)📝
backend/open_webui/routers/models.py(+9 -20)📝
backend/open_webui/routers/notes.py(+17 -32)...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.