[PR #24081] [MERGED] 0.9.2 #43129

Closed
opened 2026-04-25 14:48:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/24081 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 4/24/2026 **Status:** ✅ Merged **Merged:** 4/24/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`d56d74b`](https://github.com/open-webui/open-webui/commit/d56d74b3877192af37961ea6c78cbcf0ec70f343) refac - [`83f3a9c`](https://github.com/open-webui/open-webui/commit/83f3a9c5434770eabef48759733b60b18f1d98c5) fix: remove reactive label from onDestroy in Markdown - [`ef77c3d`](https://github.com/open-webui/open-webui/commit/ef77c3d45bb938eb0a92997734b4b9c1adad69ef) Merge pull request #24048 from Algorithm5838/fix/markdown-ondestroy-reactive - [`a4eb102`](https://github.com/open-webui/open-webui/commit/a4eb10269e37e33263cd5324be33a492506d5040) Update fi-FI translation.json (#24010) - [`d479933`](https://github.com/open-webui/open-webui/commit/d47993385a450411e4cdb90b204cc351dd71a212) refac - [`91d9870`](https://github.com/open-webui/open-webui/commit/91d98702666d57a6bcaa6bd8406651d314f0e914) i18n: update ko-KR translations (conflict solved) (#23949) - [`9b57786`](https://github.com/open-webui/open-webui/commit/9b577868c81a690c700a913206ae5d1ffcfd55e8) i18n: add pt-BR translations for newly added UI items and consistency pass (#23954) - [`f6bd08c`](https://github.com/open-webui/open-webui/commit/f6bd08c852f65683d6357a935993f6ce5d3e4c37) fix(utils): Switch throttle decorator to async (#23979) - [`89669f3`](https://github.com/open-webui/open-webui/commit/89669f3fa1a75ca2b38afe4dd345ae97132af302) refac - [`4dc5c1e`](https://github.com/open-webui/open-webui/commit/4dc5c1eb4f885e0ace1d676d87ae34d9c82e1266) refac ### 📊 Changes **122 files changed** (+3905 additions, -2949 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 14:48:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#43129