[PR #10038] [MERGED] 0.5.13 #61316

Closed
opened 2026-05-06 04:46:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/10038
Author: @tjbck
Created: 2/14/2025
Status: Merged
Merged: 2/18/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • 70e8337 Update translation.json
  • ceef600 support async load for websearch
  • d3f7193 web loader support proxy
  • 85c2288 Update translation.json
  • f376a61 Merge branch 'open-webui:main' into patch-4
  • 42119e2 Update translation.json
  • 9072959 fix: remove whitespace to improve typesetting for inline Markdown
  • 8d898f2 Added romanian translations
  • 5ca39eb Update tavily.py
  • a8e3104 FIx: Domain Filter list in tavily.py

📊 Changes

234 files changed (+4186 additions, -2318 deletions)

View changed files

📝 CHANGELOG.md (+21 -0)
📝 README.md (+7 -2)
📝 backend/open_webui/config.py (+94 -9)
📝 backend/open_webui/env.py (+1 -0)
📝 backend/open_webui/main.py (+47 -17)
📝 backend/open_webui/retrieval/utils.py (+6 -1)
📝 backend/open_webui/retrieval/web/duckduckgo.py (+10 -14)
📝 backend/open_webui/retrieval/web/tavily.py (+8 -2)
📝 backend/open_webui/retrieval/web/utils.py (+91 -2)
📝 backend/open_webui/routers/auths.py (+21 -5)
📝 backend/open_webui/routers/channels.py (+3 -1)
📝 backend/open_webui/routers/configs.py (+34 -4)
📝 backend/open_webui/routers/ollama.py (+1 -1)
📝 backend/open_webui/routers/pipelines.py (+59 -51)
📝 backend/open_webui/routers/retrieval.py (+51 -14)
📝 backend/open_webui/routers/tasks.py (+2 -2)
📝 backend/open_webui/routers/utils.py (+41 -11)
backend/open_webui/static/loader.js (+0 -0)
📝 backend/open_webui/static/swagger-ui/swagger-ui.css (+0 -2)
📝 backend/open_webui/utils/auth.py (+54 -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/10038 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/14/2025 **Status:** ✅ Merged **Merged:** 2/18/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`70e8337`](https://github.com/open-webui/open-webui/commit/70e83375360d5d819db418bfc0a9e722adc7a572) Update translation.json - [`ceef600`](https://github.com/open-webui/open-webui/commit/ceef600223a194568693afad389ce63cfde922a3) support async load for websearch - [`d3f7193`](https://github.com/open-webui/open-webui/commit/d3f71930f0a129ed7bade3c9cd5c8ed39a67826f) web loader support proxy - [`85c2288`](https://github.com/open-webui/open-webui/commit/85c22889da1b4816581c0e027ff2c78c4985d75c) Update translation.json - [`f376a61`](https://github.com/open-webui/open-webui/commit/f376a615785c88905e4e0c88238cccb4fd79c1da) Merge branch 'open-webui:main' into patch-4 - [`42119e2`](https://github.com/open-webui/open-webui/commit/42119e2c5202131ff2e6bf794690b51c42ae3860) Update translation.json - [`9072959`](https://github.com/open-webui/open-webui/commit/90729598589e99ac5ee7d4a269b1d9f66e4b1dcf) fix: remove whitespace to improve typesetting for inline Markdown - [`8d898f2`](https://github.com/open-webui/open-webui/commit/8d898f2d12fc71f6215268f60570386d067c41b6) Added romanian translations - [`5ca39eb`](https://github.com/open-webui/open-webui/commit/5ca39eb9fd1f596b551e53ca6df0a1610063831c) Update tavily.py - [`a8e3104`](https://github.com/open-webui/open-webui/commit/a8e310429cb0a08c230c9c160312a3d3775627b7) FIx: Domain Filter list in tavily.py ### 📊 Changes **234 files changed** (+4186 additions, -2318 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+21 -0) 📝 `README.md` (+7 -2) 📝 `backend/open_webui/config.py` (+94 -9) 📝 `backend/open_webui/env.py` (+1 -0) 📝 `backend/open_webui/main.py` (+47 -17) 📝 `backend/open_webui/retrieval/utils.py` (+6 -1) 📝 `backend/open_webui/retrieval/web/duckduckgo.py` (+10 -14) 📝 `backend/open_webui/retrieval/web/tavily.py` (+8 -2) 📝 `backend/open_webui/retrieval/web/utils.py` (+91 -2) 📝 `backend/open_webui/routers/auths.py` (+21 -5) 📝 `backend/open_webui/routers/channels.py` (+3 -1) 📝 `backend/open_webui/routers/configs.py` (+34 -4) 📝 `backend/open_webui/routers/ollama.py` (+1 -1) 📝 `backend/open_webui/routers/pipelines.py` (+59 -51) 📝 `backend/open_webui/routers/retrieval.py` (+51 -14) 📝 `backend/open_webui/routers/tasks.py` (+2 -2) 📝 `backend/open_webui/routers/utils.py` (+41 -11) ➕ `backend/open_webui/static/loader.js` (+0 -0) 📝 `backend/open_webui/static/swagger-ui/swagger-ui.css` (+0 -2) 📝 `backend/open_webui/utils/auth.py` (+54 -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-05-06 04:46:06 -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#61316