mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #13530] [MERGED] 0.6.7 #46274
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/13530
Author: @tjbck
Created: 5/5/2025
Status: ✅ Merged
Merged: 5/6/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
db0a0b3fix: oauthd5e866dFix missing api_config for embedding Ollama proxy endpointsb3eb3b3Update fi-FI translation.json7680ac2Update youtube.py0a845dbUpdate youtube.py0a3817eUpdate youtube.py1a30b37Update youtube.pyb0d74a5Update youtube.py9cf3381Update youtube.py791dd24Update youtube.py📊 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.