Original PR: https://github.com/open-webui/open-webui/pull/17747 Author: @tjbck Created: 9/25/2025 Status: ✅ Merged Merged: 9/25/2025 Merged by: @tjbck
Base: main ← Head: dev
main
dev
e214d59
a64586f
7b0ce47
ceaafbb
05223f7
b50ae5b
7c0bf59
4ca4300
f704d5b
b0720ec
167 files changed (+7550 additions, -2554 deletions)
📝 CHANGELOG.md (+54 -0) 📝 backend/open_webui/config.py (+19 -7) 📝 backend/open_webui/env.py (+7 -3) 📝 backend/open_webui/functions.py (+1 -1) 📝 backend/open_webui/main.py (+104 -11) 📝 backend/open_webui/models/channels.py (+4 -0) 📝 backend/open_webui/models/chats.py (+16 -1) 📝 backend/open_webui/models/files.py (+11 -0) 📝 backend/open_webui/models/notes.py (+61 -8) 📝 backend/open_webui/models/oauth_sessions.py (+20 -0) 📝 backend/open_webui/models/tools.py (+2 -0) 📝 backend/open_webui/retrieval/utils.py (+7 -1) ➕ backend/open_webui/retrieval/web/ollama.py (+51 -0) ➕ backend/open_webui/retrieval/web/perplexity_search.py (+64 -0) 📝 backend/open_webui/routers/channels.py (+49 -11) 📝 backend/open_webui/routers/chats.py (+7 -3) 📝 backend/open_webui/routers/configs.py (+171 -10) 📝 backend/open_webui/routers/folders.py (+8 -8) 📝 backend/open_webui/routers/functions.py (+7 -4) 📝 backend/open_webui/routers/images.py (+3 -7)
CHANGELOG.md
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/functions.py
backend/open_webui/main.py
backend/open_webui/models/channels.py
backend/open_webui/models/chats.py
backend/open_webui/models/files.py
backend/open_webui/models/notes.py
backend/open_webui/models/oauth_sessions.py
backend/open_webui/models/tools.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/web/ollama.py
backend/open_webui/retrieval/web/perplexity_search.py
backend/open_webui/routers/channels.py
backend/open_webui/routers/chats.py
backend/open_webui/routers/configs.py
backend/open_webui/routers/folders.py
backend/open_webui/routers/functions.py
backend/open_webui/routers/images.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/17747
Author: @tjbck
Created: 9/25/2025
Status: ✅ Merged
Merged: 9/25/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
e214d59Update groups.py fix issue #16870a64586fMerge branch 'dev' of https://github.com/andrewbbaek/open-webui into dev7b0ce47Merge branch 'dev' of https://github.com/andrewbbaek/open-webui into devceaafbbUpdate groups.py05223f7Merge branch 'open-webui:dev' into devb50ae5bUpdate MessageInput.svelte7c0bf59Update catalan translation.json4ca4300feat: Added support for redis as session storagef704d5bMerge branch 'dev' of https://github.com/andrewbbaek/open-webui into devb0720ecMerge branch 'dev' of https://github.com/andrewbbaek/open-webui into dev📊 Changes
167 files changed (+7550 additions, -2554 deletions)
View changed files
📝
CHANGELOG.md(+54 -0)📝
backend/open_webui/config.py(+19 -7)📝
backend/open_webui/env.py(+7 -3)📝
backend/open_webui/functions.py(+1 -1)📝
backend/open_webui/main.py(+104 -11)📝
backend/open_webui/models/channels.py(+4 -0)📝
backend/open_webui/models/chats.py(+16 -1)📝
backend/open_webui/models/files.py(+11 -0)📝
backend/open_webui/models/notes.py(+61 -8)📝
backend/open_webui/models/oauth_sessions.py(+20 -0)📝
backend/open_webui/models/tools.py(+2 -0)📝
backend/open_webui/retrieval/utils.py(+7 -1)➕
backend/open_webui/retrieval/web/ollama.py(+51 -0)➕
backend/open_webui/retrieval/web/perplexity_search.py(+64 -0)📝
backend/open_webui/routers/channels.py(+49 -11)📝
backend/open_webui/routers/chats.py(+7 -3)📝
backend/open_webui/routers/configs.py(+171 -10)📝
backend/open_webui/routers/folders.py(+8 -8)📝
backend/open_webui/routers/functions.py(+7 -4)📝
backend/open_webui/routers/images.py(+3 -7)...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.