[PR #11257] [MERGED] 0.5.20 #110011

Closed
opened 2026-05-18 09:29:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/11257
Author: @tjbck
Created: 3/6/2025
Status: Merged
Merged: 3/6/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

62 files changed (+228 additions, -93 deletions)

View changed files

📝 CHANGELOG.md (+13 -1)
📝 backend/open_webui/config.py (+12 -2)
📝 backend/open_webui/main.py (+3 -0)
📝 backend/open_webui/retrieval/vector/dbs/elasticsearch.py (+44 -23)
📝 backend/open_webui/routers/configs.py (+5 -0)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/components/admin/Settings/CodeExecution.svelte (+10 -0)
📝 src/lib/components/chat/Chat.svelte (+1 -1)
📝 src/lib/components/chat/MessageInput.svelte (+14 -0)
📝 src/lib/components/chat/Messages/CodeBlock.svelte (+1 -1)
📝 src/lib/components/common/RichTextInput.svelte (+11 -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 (+60 -59)
📝 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)

...and 42 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/11257 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/6/2025 **Status:** ✅ Merged **Merged:** 3/6/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`2dc5f3c`](https://github.com/open-webui/open-webui/commit/2dc5f3c30cd445de7573f459100f4570aeac3688) Update catalan translation.json - [`a8f2052`](https://github.com/open-webui/open-webui/commit/a8f205213c7cde998c57eba59c0c11fdf9d4ff10) fixed es bugs - [`73a77ab`](https://github.com/open-webui/open-webui/commit/73a77abd201625dbb00b9f2108b188380dcb5c7c) Merge pull request #11245 from tupe2009/kleqon.fix-es-bugs - [`edf94d7`](https://github.com/open-webui/open-webui/commit/edf94d732b983f2d1661fdc033c3a6ed024abfc1) refac - [`f95a482`](https://github.com/open-webui/open-webui/commit/f95a482c24be83c6f7b227698b92511eec9ca102) Merge pull request #11209 from aleixdorca/dev - [`6b0af94`](https://github.com/open-webui/open-webui/commit/6b0af942db2f60762866a7ddb847b925635293d0) i18n: update zh-TW - [`f573a90`](https://github.com/open-webui/open-webui/commit/f573a90a56e685a55c3cc5017788b95827db0af4) Merge pull request #11254 from open-webui/main - [`f9b44c6`](https://github.com/open-webui/open-webui/commit/f9b44c6bf2834fa36c5b54cd6706ab699553a384) refac - [`dce2422`](https://github.com/open-webui/open-webui/commit/dce24225e073f623cddc81ef82de8e77e096c2dd) Merge pull request #11249 from TiancongLx/dev - [`5e78a5c`](https://github.com/open-webui/open-webui/commit/5e78a5c510c959625120445aaebd279d1731efc2) enh: enable_code_execution toggle ### 📊 Changes **62 files changed** (+228 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+13 -1) 📝 `backend/open_webui/config.py` (+12 -2) 📝 `backend/open_webui/main.py` (+3 -0) 📝 `backend/open_webui/retrieval/vector/dbs/elasticsearch.py` (+44 -23) 📝 `backend/open_webui/routers/configs.py` (+5 -0) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/components/admin/Settings/CodeExecution.svelte` (+10 -0) 📝 `src/lib/components/chat/Chat.svelte` (+1 -1) 📝 `src/lib/components/chat/MessageInput.svelte` (+14 -0) 📝 `src/lib/components/chat/Messages/CodeBlock.svelte` (+1 -1) 📝 `src/lib/components/common/RichTextInput.svelte` (+11 -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` (+60 -59) 📝 `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) _...and 42 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-18 09:29:54 -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#110011