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
main
dev
8a4ea2b
9063942
07bb5cc
17f0bef
058369a
1092827
120b8f2
f7fae94
e72da0d
6343f42
144 files changed (+6821 additions, -3566 deletions)
📝 .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)
.github/workflows/format-build-frontend.yaml
CHANGELOG.md
Dockerfile
LICENSE_HISTORY
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/models/folders.py
backend/open_webui/models/groups.py
backend/open_webui/models/users.py
backend/open_webui/retrieval/utils.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/chats.py
backend/open_webui/routers/files.py
backend/open_webui/routers/folders.py
backend/open_webui/routers/groups.py
backend/open_webui/routers/notes.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/openai.py
backend/open_webui/routers/retrieval.py
backend/open_webui/routers/tasks.py
...and 80 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.