[PR #20394] [MERGED] 0.7 #80470

Closed
opened 2026-05-13 14:34:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/20394 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 1/5/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`8f37a1b`](https://github.com/open-webui/open-webui/commit/8f37a1b7212a6d10085c6c4fd34fff99ca1dcac6) i18n: improve zh-CN translation - [`42b6cf3`](https://github.com/open-webui/open-webui/commit/42b6cf32bc6a6cc869dd93d6370cd972b39938cd) i18n: improve zh-TW translation - [`d053600`](https://github.com/open-webui/open-webui/commit/d0536000964ed9b0105ce34ccb179607ec942cd1) refac: styling - [`769110f`](https://github.com/open-webui/open-webui/commit/769110f290f00b805520f84d6721c03527ae14a6) refac: styling - [`e9706cb`](https://github.com/open-webui/open-webui/commit/e9706cb1e51f549eaf58f08f43872fced1d5fe8b) Merge pull request #20104 from ShirasawaSama/i18n/improve-chinese-translation - [`117b1bf`](https://github.com/open-webui/open-webui/commit/117b1bfa6508f535706c35ad095f5151c039b400) refac - [`9824f0e`](https://github.com/open-webui/open-webui/commit/9824f0e33359a917ac07b60bf1f972074d5c8203) enh: ENABLE_DB_MIGRATIONS - [`758325a`](https://github.com/open-webui/open-webui/commit/758325a203658d99c8970e7f2cb23ec9f7cc8fc9) infra: dockerfile base image - [`5995771`](https://github.com/open-webui/open-webui/commit/59957715836acb635f4b1c4ddbfb4ba7b82b3281) fix: channel model mention - [`2e9e46a`](https://github.com/open-webui/open-webui/commit/2e9e46a9f1db4808468ce9c183f5be2d6cd65133) Update translation.json (pt-BR) (#20131) ### 📊 Changes **234 files changed** (+18039 additions, -6108 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-13 14:34:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#80470