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
main
dev
32c68e0
ec4fe4f
22f074c
8962afd
6ab452a
140ab27
3761b3a
febc66e
8f49725
f4a1d99
190 files changed (+9386 additions, -2115 deletions)
📝 .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)
.github/workflows/docker-build.yaml
CHANGELOG.md
CONTRIBUTOR_LICENSE_AGREEMENT
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/migrations/versions/8452d01d26d7_add_chat_message_table.py
backend/open_webui/models/access_grants.py
backend/open_webui/models/auths.py
backend/open_webui/models/groups.py
backend/open_webui/models/knowledge.py
backend/open_webui/models/oauth_sessions.py
backend/open_webui/retrieval/utils.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/channels.py
backend/open_webui/routers/configs.py
backend/open_webui/routers/files.py
backend/open_webui/routers/knowledge.py
backend/open_webui/routers/models.py
backend/open_webui/routers/notes.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/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.