mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #15909] [MERGED] 0.6.19 #62837
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/15909
Author: @tjbck
Created: 7/21/2025
Status: ✅ Merged
Merged: 8/9/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
1339d00Merge pull request #16123 from ShirasawaSama/locale_improve_chinese_i18n526a981Merge pull request #16077 from silentoplayz/delete-duplicate-SVGs071a2acfix: python format issuef1de837fix: should fix the "breaking change"694494aRevert "fix: should fix the "breaking change""4cccb09Merge pull request #16131 from open-webui/main47d86d3Merge pull request #16061 from silentoplayz/fix/autoscrolling-in-FloatingButtons00a00f5Merge pull request #16063 from silentoplayz/fix-her-theme22d98e6fix: playground styling73a38acrefac📊 Changes
254 files changed (+12617 additions, -4016 deletions)
View changed files
📝
.gitignore(+4 -1)📝
CHANGELOG.md(+114 -0)📝
README.md(+2 -0)📝
backend/dev.sh(+1 -1)📝
backend/open_webui/config.py(+119 -12)📝
backend/open_webui/env.py(+73 -1)📝
backend/open_webui/internal/db.py(+32 -1)📝
backend/open_webui/internal/wrappers.py(+39 -15)📝
backend/open_webui/main.py(+78 -18)📝
backend/open_webui/migrations/env.py(+34 -7)📝
backend/open_webui/models/chats.py(+60 -3)📝
backend/open_webui/models/folders.py(+65 -19)📝
backend/open_webui/models/memories.py(+13 -4)📝
backend/open_webui/models/models.py(+44 -0)📝
backend/open_webui/models/users.py(+4 -0)📝
backend/open_webui/retrieval/loaders/datalab_marker.py(+95 -68)📝
backend/open_webui/retrieval/loaders/main.py(+8 -2)📝
backend/open_webui/retrieval/utils.py(+5 -1)📝
backend/open_webui/retrieval/vector/dbs/chroma.py(+4 -2)📝
backend/open_webui/retrieval/vector/dbs/elasticsearch.py(+4 -2)...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.