mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #24081] [MERGED] 0.9.2 #43129
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/24081
Author: @tjbck
Created: 4/24/2026
Status: ✅ Merged
Merged: 4/24/2026
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
d56d74brefac83f3a9cfix: remove reactive label from onDestroy in Markdownef77c3dMerge pull request #24048 from Algorithm5838/fix/markdown-ondestroy-reactivea4eb102Update fi-FI translation.json (#24010)d479933refac91d9870i18n: update ko-KR translations (conflict solved) (#23949)9b57786i18n: add pt-BR translations for newly added UI items and consistency pass (#23954)f6bd08cfix(utils): Switch throttle decorator to async (#23979)89669f3refac4dc5c1erefac📊 Changes
122 files changed (+3905 additions, -2949 deletions)
View changed files
📝
CHANGELOG.md(+45 -0)📝
Dockerfile(+3 -0)📝
README.md(+1 -1)📝
backend/open_webui/config.py(+12 -0)📝
backend/open_webui/env.py(+6 -0)📝
backend/open_webui/internal/db.py(+89 -98)📝
backend/open_webui/main.py(+55 -35)📝
backend/open_webui/migrations/env.py(+4 -4)📝
backend/open_webui/models/chats.py(+0 -1)📝
backend/open_webui/models/models.py(+48 -0)📝
backend/open_webui/models/oauth_sessions.py(+13 -0)📝
backend/open_webui/retrieval/loaders/main.py(+9 -2)➕
backend/open_webui/retrieval/loaders/paddleocr_vl.py(+125 -0)📝
backend/open_webui/retrieval/utils.py(+9 -0)📝
backend/open_webui/retrieval/web/firecrawl.py(+202 -25)📝
backend/open_webui/retrieval/web/utils.py(+14 -30)📝
backend/open_webui/routers/audio.py(+10 -7)📝
backend/open_webui/routers/auths.py(+38 -5)📝
backend/open_webui/routers/models.py(+73 -40)📝
backend/open_webui/routers/ollama.py(+12 -1)...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.