mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 05:47:50 -05:00
[PR #20394] [MERGED] 0.7 #112908
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/20394
Author: @tjbck
Created: 1/5/2026
Status: ✅ Merged
Merged: 1/9/2026
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
8f37a1bi18n: improve zh-CN translation42b6cf3i18n: improve zh-TW translationd053600refac: styling769110frefac: stylinge9706cbMerge pull request #20104 from ShirasawaSama/i18n/improve-chinese-translation117b1bfrefac9824f0eenh: ENABLE_DB_MIGRATIONS758325ainfra: dockerfile base image5995771fix: channel model mention2e9e46aUpdate translation.json (pt-BR) (#20131)📊 Changes
234 files changed (+18039 additions, -6108 deletions)
View changed files
📝
CHANGELOG.md(+118 -0)📝
Dockerfile(+8 -2)📝
backend/open_webui/config.py(+114 -6)📝
backend/open_webui/env.py(+34 -1)📝
backend/open_webui/internal/db.py(+14 -3)📝
backend/open_webui/main.py(+47 -7)📝
backend/open_webui/models/auths.py(+28 -18)📝
backend/open_webui/models/channels.py(+204 -52)📝
backend/open_webui/models/chats.py(+254 -109)📝
backend/open_webui/models/feedbacks.py(+164 -27)📝
backend/open_webui/models/files.py(+126 -36)📝
backend/open_webui/models/folders.py(+45 -27)📝
backend/open_webui/models/functions.py(+58 -38)📝
backend/open_webui/models/groups.py(+131 -53)📝
backend/open_webui/models/knowledge.py(+88 -50)📝
backend/open_webui/models/memories.py(+26 -15)📝
backend/open_webui/models/messages.py(+201 -43)📝
backend/open_webui/models/models.py(+58 -31)📝
backend/open_webui/models/notes.py(+44 -26)📝
backend/open_webui/models/oauth_sessions.py(+30 -18)...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.