mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #9190] [MERGED] 0.5.8 #61187
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/9190
Author: @tjbck
Created: 1/31/2025
Status: ✅ Merged
Merged: 2/5/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
1ad9be9Check OAuth name type with fallback412923dfeat: separate cookie settings between session & auth cookies6e306bei18n: Update Chinese Translation24ab79fMerge pull request #8857 from KarlLee830/translatedda945ffeat: Localized dates and times2d562edFixed the type on translation.json91221cdMerge pull request #8948 from kokutaro/i18n/japanese-translation6f3c92fenh: chat loading screen6eb51abenh: file upload permission indicator9eaf01cMerge branch 'open-webui:main' into fix/oidc-500-error-name-field📊 Changes
147 files changed (+4236 additions, -1743 deletions)
View changed files
📝
CHANGELOG.md(+29 -0)📝
backend/open_webui/config.py(+70 -12)📝
backend/open_webui/constants.py(+1 -1)📝
backend/open_webui/env.py(+14 -6)📝
backend/open_webui/main.py(+23 -6)📝
backend/open_webui/retrieval/utils.py(+55 -16)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+5 -1)➕
backend/open_webui/retrieval/web/exa.py(+76 -0)📝
backend/open_webui/retrieval/web/main.py(+4 -0)📝
backend/open_webui/retrieval/web/utils.py(+15 -4)📝
backend/open_webui/routers/auths.py(+14 -9)📝
backend/open_webui/routers/chats.py(+8 -2)📝
backend/open_webui/routers/files.py(+4 -2)📝
backend/open_webui/routers/knowledge.py(+37 -12)📝
backend/open_webui/routers/memories.py(+6 -4)📝
backend/open_webui/routers/models.py(+5 -1)📝
backend/open_webui/routers/ollama.py(+5 -4)📝
backend/open_webui/routers/openai.py(+4 -4)📝
backend/open_webui/routers/prompts.py(+5 -1)📝
backend/open_webui/routers/retrieval.py(+42 -9)...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.