mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #22385] [MERGED] 0.8.9 #65501
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/22385
Author: @tjbck
Created: 3/8/2026
Status: ✅ Merged
Merged: 3/8/2026
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
ca2aaf0fix: ot terminala36692bMerge pull request #22231 from ShirasawaSama/patch-105af24b3fix: Implement archive chat handler in Chat page navbar (#22229)7d45459fix: keep save button spinner inline (#22227)ad27535i18n(fr-FR): complete French translation pass (#22200)6e43861feat: prioritize in-group members in sorting (#22211)890949afeat: add DOCX/XLSX/PPTX file previewe08341denh: ot portsf962baefeat: improve XLSX preview + add code syntax highlighting627b063refac📊 Changes
147 files changed (+7586 additions, -1698 deletions)
View changed files
📝
.github/pull_request_template.md(+3 -1)➖
.github/workflows/deploy-to-hf-spaces.yml(+0 -64)📝
CHANGELOG.md(+79 -0)📝
backend/open_webui/config.py(+37 -15)📝
backend/open_webui/env.py(+10 -0)📝
backend/open_webui/internal/db.py(+24 -5)📝
backend/open_webui/main.py(+45 -38)📝
backend/open_webui/migrations/versions/8452d01d26d7_add_chat_message_table.py(+85 -39)📝
backend/open_webui/models/chat_messages.py(+3 -1)📝
backend/open_webui/models/chats.py(+20 -16)📝
backend/open_webui/models/folders.py(+1 -0)📝
backend/open_webui/models/functions.py(+22 -0)📝
backend/open_webui/routers/analytics.py(+2 -2)📝
backend/open_webui/routers/folders.py(+7 -3)📝
backend/open_webui/routers/ollama.py(+1 -1)📝
backend/open_webui/routers/retrieval.py(+27 -24)📝
backend/open_webui/routers/skills.py(+1 -1)📝
backend/open_webui/routers/tools.py(+1 -1)📝
backend/open_webui/socket/main.py(+2 -0)📝
backend/open_webui/tools/builtin.py(+10 -4)...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.