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
main
dev
d56d74b
83f3a9c
ef77c3d
a4eb102
d479933
91d9870
9b57786
f6bd08c
89669f3
4dc5c1e
122 files changed (+3905 additions, -2949 deletions)
📝 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)
CHANGELOG.md
Dockerfile
README.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/env.py
backend/open_webui/models/chats.py
backend/open_webui/models/models.py
backend/open_webui/models/oauth_sessions.py
backend/open_webui/retrieval/loaders/main.py
backend/open_webui/retrieval/loaders/paddleocr_vl.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/web/firecrawl.py
backend/open_webui/retrieval/web/utils.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/models.py
backend/open_webui/routers/ollama.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/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.