[PR #8835] [MERGED] 0.5.7 #22292

Closed
opened 2026-04-20 04:03:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/8835
Author: @tjbck
Created: 1/23/2025
Status: Merged
Merged: 1/23/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

58 files changed (+293 additions, -74 deletions)

View changed files

📝 CHANGELOG.md (+13 -0)
📝 backend/open_webui/routers/models.py (+10 -0)
📝 backend/open_webui/routers/ollama.py (+4 -4)
📝 backend/open_webui/routers/tools.py (+11 -0)
📝 backend/open_webui/utils/middleware.py (+2 -2)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/components/common/Collapsible.svelte (+33 -1)
src/lib/dayjs.js (+104 -0)
📝 src/lib/i18n/locales/ar-BH/translation.json (+1 -0)
📝 src/lib/i18n/locales/bg-BG/translation.json (+1 -0)
📝 src/lib/i18n/locales/bn-BD/translation.json (+1 -0)
📝 src/lib/i18n/locales/ca-ES/translation.json (+36 -35)
📝 src/lib/i18n/locales/ceb-PH/translation.json (+1 -0)
📝 src/lib/i18n/locales/cs-CZ/translation.json (+1 -0)
📝 src/lib/i18n/locales/da-DK/translation.json (+1 -0)
📝 src/lib/i18n/locales/de-DE/translation.json (+1 -0)
📝 src/lib/i18n/locales/dg-DG/translation.json (+1 -0)
📝 src/lib/i18n/locales/el-GR/translation.json (+1 -0)
📝 src/lib/i18n/locales/en-GB/translation.json (+1 -0)

...and 38 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/8835 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 1/23/2025 **Status:** ✅ Merged **Merged:** 1/23/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`6f17c29`](https://github.com/open-webui/open-webui/commit/6f17c29d93b00834611a92b8e9bc9b1dd647cb01) Update catalan translation.json - [`863f73d`](https://github.com/open-webui/open-webui/commit/863f73de20291b5600bc41de6a61578f1b06655f) Update zh-cn - [`8fc5532`](https://github.com/open-webui/open-webui/commit/8fc5532e2fb70ee5b82aeb286cdde0995c9c8657) fix: tools valves access - [`dd6de74`](https://github.com/open-webui/open-webui/commit/dd6de749d570e0bf8309d66f3fcf7f242d5f397e) fix: model update access - [`1dd8e5f`](https://github.com/open-webui/open-webui/commit/1dd8e5fafd37dae5a0a79f6b76a5c3a39e53ef2d) Merge pull request #8821 from panda44312/patch-3 - [`6a9978d`](https://github.com/open-webui/open-webui/commit/6a9978dd12ff0f64ae9011e9831631a5471357dc) Merge pull request #8801 from aleixdorca/dev - [`bb45d35`](https://github.com/open-webui/open-webui/commit/bb45d35a364df8f4df8627b5b148d15ff2c2ad43) fix: ollama prefix id - [`3d5e361`](https://github.com/open-webui/open-webui/commit/3d5e361a21edf0ad85c6bf0645b9591425cfc237) i18n: update zh-TW - [`646671c`](https://github.com/open-webui/open-webui/commit/646671c576807bdede5e97a5b12533e6a980a244) Merge pull request #8837 from TiancongLx/dev - [`ba81b47`](https://github.com/open-webui/open-webui/commit/ba81b47800bd9bc65de15687fe71bc23f6ff3e1e) refac ### 📊 Changes **58 files changed** (+293 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+13 -0) 📝 `backend/open_webui/routers/models.py` (+10 -0) 📝 `backend/open_webui/routers/ollama.py` (+4 -4) 📝 `backend/open_webui/routers/tools.py` (+11 -0) 📝 `backend/open_webui/utils/middleware.py` (+2 -2) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/components/common/Collapsible.svelte` (+33 -1) ➕ `src/lib/dayjs.js` (+104 -0) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+36 -35) 📝 `src/lib/i18n/locales/ceb-PH/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/cs-CZ/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/da-DK/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/dg-DG/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/el-GR/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/en-GB/translation.json` (+1 -0) _...and 38 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-20 04:03:20 -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#22292