[PR #13530] [MERGED] 0.6.7 #38856

Closed
opened 2026-04-25 11:40:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/13530
Author: @tjbck
Created: 5/5/2025
Status: Merged
Merged: 5/6/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

76 files changed (+530 additions, -299 deletions)

View changed files

📝 CHANGELOG.md (+20 -0)
📝 CODE_OF_CONDUCT.md (+3 -3)
📝 backend/open_webui/config.py (+18 -3)
📝 backend/open_webui/main.py (+3 -1)
📝 backend/open_webui/models/users.py (+8 -0)
📝 backend/open_webui/retrieval/loaders/main.py (+5 -2)
📝 backend/open_webui/retrieval/loaders/youtube.py (+34 -15)
📝 backend/open_webui/routers/audio.py (+25 -15)
📝 backend/open_webui/routers/auths.py (+22 -19)
📝 backend/open_webui/routers/images.py (+3 -3)
📝 backend/open_webui/routers/notes.py (+13 -7)
📝 backend/open_webui/routers/ollama.py (+8 -0)
📝 backend/open_webui/routers/users.py (+16 -3)
📝 backend/open_webui/utils/middleware.py (+4 -3)
📝 backend/open_webui/utils/oauth.py (+8 -2)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/components/admin/Settings/Audio.svelte (+48 -21)
📝 src/lib/components/chat/Chat.svelte (+32 -19)
📝 src/lib/components/chat/MessageInput.svelte (+2 -1)

...and 56 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/13530 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 5/5/2025 **Status:** ✅ Merged **Merged:** 5/6/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`db0a0b3`](https://github.com/open-webui/open-webui/commit/db0a0b395f7bdee0ad629e410ff1321ef4f8c806) fix: oauth - [`d5e866d`](https://github.com/open-webui/open-webui/commit/d5e866d839ed835078d2c412eb4c8f4a6312bf80) Fix missing api_config for embedding Ollama proxy endpoints - [`b3eb3b3`](https://github.com/open-webui/open-webui/commit/b3eb3b3c05eca82051b745da8341b929cb27d9b5) Update fi-FI translation.json - [`7680ac2`](https://github.com/open-webui/open-webui/commit/7680ac25179aed4d48815e178aa22ac8399c6381) Update youtube.py - [`0a845db`](https://github.com/open-webui/open-webui/commit/0a845db8eca7554d6310b7fad4d7360e2db66b91) Update youtube.py - [`0a3817e`](https://github.com/open-webui/open-webui/commit/0a3817ed860b2f1d1db190ec6a539b037d1f0701) Update youtube.py - [`1a30b37`](https://github.com/open-webui/open-webui/commit/1a30b3746ed05e9888b038e025075b6e1c17767a) Update youtube.py - [`b0d74a5`](https://github.com/open-webui/open-webui/commit/b0d74a59f14d8f9c8fbe6aa2676039523a45ef62) Update youtube.py - [`9cf3381`](https://github.com/open-webui/open-webui/commit/9cf33813813f92dc97ce33c4b89e79dcdc3f3a13) Update youtube.py - [`791dd24`](https://github.com/open-webui/open-webui/commit/791dd24ace6054d1822c4ad76f272c3228337d8c) Update youtube.py ### 📊 Changes **76 files changed** (+530 additions, -299 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+20 -0) 📝 `CODE_OF_CONDUCT.md` (+3 -3) 📝 `backend/open_webui/config.py` (+18 -3) 📝 `backend/open_webui/main.py` (+3 -1) 📝 `backend/open_webui/models/users.py` (+8 -0) 📝 `backend/open_webui/retrieval/loaders/main.py` (+5 -2) 📝 `backend/open_webui/retrieval/loaders/youtube.py` (+34 -15) 📝 `backend/open_webui/routers/audio.py` (+25 -15) 📝 `backend/open_webui/routers/auths.py` (+22 -19) 📝 `backend/open_webui/routers/images.py` (+3 -3) 📝 `backend/open_webui/routers/notes.py` (+13 -7) 📝 `backend/open_webui/routers/ollama.py` (+8 -0) 📝 `backend/open_webui/routers/users.py` (+16 -3) 📝 `backend/open_webui/utils/middleware.py` (+4 -3) 📝 `backend/open_webui/utils/oauth.py` (+8 -2) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/components/admin/Settings/Audio.svelte` (+48 -21) 📝 `src/lib/components/chat/Chat.svelte` (+32 -19) 📝 `src/lib/components/chat/MessageInput.svelte` (+2 -1) _...and 56 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-25 11:40:38 -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#38856