mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #17747] [MERGED] 0.6.31 #63388
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/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.