mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #15738] [MERGED] 0.6.17 #46980
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/15738
Author: @tjbck
Created: 7/15/2025
Status: ✅ Merged
Merged: 7/19/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
8a4ea2bi18n: Fix zh-CN9063942Merge pull request #15712 from qingchunnh/Update_zh-CN-25715-207bb5ccUpdate pl_PL locale17f0befrefactor: use cleanup_response on openai058369afix: improve cleanup_response positioning for better resource management1092827Fix some FileItemModal.svelte- locales strings120b8f2fix: update FileItemModal.svelte- locales stringsf7fae94fix/refac: hide system prompt for users w/o permissione72da0drefac/fix: WEBSOCKET_REDIS_LOCK_TIMEOUT type6343f42refac📊 Changes
144 files changed (+6821 additions, -3566 deletions)
View changed files
📝
.github/workflows/format-build-frontend.yaml(+2 -2)📝
CHANGELOG.md(+47 -0)📝
Dockerfile(+1 -1)➕
LICENSE_HISTORY(+53 -0)📝
backend/open_webui/config.py(+24 -0)📝
backend/open_webui/env.py(+16 -4)📝
backend/open_webui/models/folders.py(+2 -2)📝
backend/open_webui/models/groups.py(+53 -1)📝
backend/open_webui/models/users.py(+12 -0)📝
backend/open_webui/retrieval/utils.py(+3 -0)📝
backend/open_webui/routers/audio.py(+7 -3)📝
backend/open_webui/routers/chats.py(+14 -6)📝
backend/open_webui/routers/files.py(+3 -1)📝
backend/open_webui/routers/folders.py(+2 -2)📝
backend/open_webui/routers/groups.py(+51 -0)📝
backend/open_webui/routers/notes.py(+9 -0)📝
backend/open_webui/routers/ollama.py(+14 -1)📝
backend/open_webui/routers/openai.py(+11 -12)📝
backend/open_webui/routers/retrieval.py(+19 -7)📝
backend/open_webui/routers/tasks.py(+1 -1)...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.