[PR #12809] [MERGED] 0.6.5 #46070

Closed
opened 2026-04-29 20:44:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/12809
Author: @tjbck
Created: 4/13/2025
Status: Merged
Merged: 4/14/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

72 files changed (+1409 additions, -895 deletions)

View changed files

📝 CHANGELOG.md (+15 -0)
📝 backend/open_webui/config.py (+23 -0)
📝 backend/open_webui/main.py (+15 -8)
📝 backend/open_webui/routers/audio.py (+5 -1)
📝 backend/open_webui/routers/auths.py (+3 -1)
📝 backend/open_webui/routers/retrieval.py (+14 -14)
📝 backend/open_webui/routers/users.py (+3 -0)
📝 backend/open_webui/socket/main.py (+11 -10)
📝 backend/open_webui/utils/middleware.py (+14 -7)
📝 package-lock.json (+710 -628)
📝 package.json (+4 -4)
📝 src/lib/components/admin/Settings/Audio.svelte (+1 -2)
📝 src/lib/components/admin/Users/Groups.svelte (+3 -0)
📝 src/lib/components/admin/Users/Groups/Permissions.svelte (+31 -5)
📝 src/lib/components/chat/Chat.svelte (+28 -26)
📝 src/lib/components/chat/MessageInput.svelte (+2 -2)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+99 -86)
📝 src/lib/components/chat/ModelSelector/Selector.svelte (+3 -1)
📝 src/lib/components/chat/Settings/Interface.svelte (+29 -0)
📝 src/lib/i18n/locales/ar-BH/translation.json (+4 -0)

...and 52 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/12809 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 4/13/2025 **Status:** ✅ Merged **Merged:** 4/14/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`aaefba2`](https://github.com/open-webui/open-webui/commit/aaefba2777b7c90d6e7ad678dee337b3e33f99e2) chore: bump - [`70d9405`](https://github.com/open-webui/open-webui/commit/70d9405e64d8fc8e9d12a1b75afcbd4991d9e5d4) i18n: update zh-CN - [`8158609`](https://github.com/open-webui/open-webui/commit/8158609c93da363b446eabc3ed748372ce1f97a2) Merge pull request #12810 from tth37/i18n_small_fix - [`24367d4`](https://github.com/open-webui/open-webui/commit/24367d459b6487066c75d2cfb6658fa4f203c28f) Enable vad_filter to improve quality of transcription in faster-whisper model. - [`08bcfdb`](https://github.com/open-webui/open-webui/commit/08bcfdb8cc64b7b664753da1c1ea2da8f00f9755) [i18n] Russian locale update - [`c70fedb`](https://github.com/open-webui/open-webui/commit/c70fedb6268b6c8e0be1d538e2771787c4b85d18) Properly handle ldap3.abstract.attribute.Attribute value - [`370f934`](https://github.com/open-webui/open-webui/commit/370f934158ca57563ec98bc490df709265f32e45) Merge pull request #12819 from athoik/dev - [`bc2b5d3`](https://github.com/open-webui/open-webui/commit/bc2b5d3cc8fac6881092208c2f09e581313bbc2b) Merge pull request #12816 from SadmL/dev - [`2fcf5d8`](https://github.com/open-webui/open-webui/commit/2fcf5d8578d7003c17ba724caee6e639e0cee2eb) refac - [`70718dd`](https://github.com/open-webui/open-webui/commit/70718dda90af07370414dea28f9a93058623a33b) refac ### 📊 Changes **72 files changed** (+1409 additions, -895 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+15 -0) 📝 `backend/open_webui/config.py` (+23 -0) 📝 `backend/open_webui/main.py` (+15 -8) 📝 `backend/open_webui/routers/audio.py` (+5 -1) 📝 `backend/open_webui/routers/auths.py` (+3 -1) 📝 `backend/open_webui/routers/retrieval.py` (+14 -14) 📝 `backend/open_webui/routers/users.py` (+3 -0) 📝 `backend/open_webui/socket/main.py` (+11 -10) 📝 `backend/open_webui/utils/middleware.py` (+14 -7) 📝 `package-lock.json` (+710 -628) 📝 `package.json` (+4 -4) 📝 `src/lib/components/admin/Settings/Audio.svelte` (+1 -2) 📝 `src/lib/components/admin/Users/Groups.svelte` (+3 -0) 📝 `src/lib/components/admin/Users/Groups/Permissions.svelte` (+31 -5) 📝 `src/lib/components/chat/Chat.svelte` (+28 -26) 📝 `src/lib/components/chat/MessageInput.svelte` (+2 -2) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+99 -86) 📝 `src/lib/components/chat/ModelSelector/Selector.svelte` (+3 -1) 📝 `src/lib/components/chat/Settings/Interface.svelte` (+29 -0) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+4 -0) _...and 52 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-04-29 20:44:02 -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#46070