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
main
dev
ca2aaf0
a36692b
5af24b3
7d45459
ad27535
6e43861
890949a
e08341d
f962bae
627b063
147 files changed (+7586 additions, -1698 deletions)
📝 .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)
.github/pull_request_template.md
.github/workflows/deploy-to-hf-spaces.yml
CHANGELOG.md
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/internal/db.py
backend/open_webui/main.py
backend/open_webui/migrations/versions/8452d01d26d7_add_chat_message_table.py
backend/open_webui/models/chat_messages.py
backend/open_webui/models/chats.py
backend/open_webui/models/folders.py
backend/open_webui/models/functions.py
backend/open_webui/routers/analytics.py
backend/open_webui/routers/folders.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/retrieval.py
backend/open_webui/routers/skills.py
backend/open_webui/routers/tools.py
backend/open_webui/socket/main.py
backend/open_webui/tools/builtin.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/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.