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: main ← Head: dev
main
dev
2dc5f3c
a8f2052
73a77ab
edf94d7
f95a482
6b0af94
f573a90
f9b44c6
dce2422
5e78a5c
62 files changed (+228 additions, -93 deletions)
📝 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)
CHANGELOG.md
backend/open_webui/config.py
backend/open_webui/main.py
backend/open_webui/retrieval/vector/dbs/elasticsearch.py
backend/open_webui/routers/configs.py
package-lock.json
package.json
src/lib/components/admin/Settings/CodeExecution.svelte
src/lib/components/chat/Chat.svelte
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/Messages/CodeBlock.svelte
src/lib/components/common/RichTextInput.svelte
src/lib/i18n/locales/ar-BH/translation.json
src/lib/i18n/locales/bg-BG/translation.json
src/lib/i18n/locales/bn-BD/translation.json
src/lib/i18n/locales/ca-ES/translation.json
src/lib/i18n/locales/ceb-PH/translation.json
src/lib/i18n/locales/cs-CZ/translation.json
src/lib/i18n/locales/da-DK/translation.json
src/lib/i18n/locales/de-DE/translation.json
...and 42 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/11257
Author: @tjbck
Created: 3/6/2025
Status: ✅ Merged
Merged: 3/6/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
2dc5f3cUpdate catalan translation.jsona8f2052fixed es bugs73a77abMerge pull request #11245 from tupe2009/kleqon.fix-es-bugsedf94d7refacf95a482Merge pull request #11209 from aleixdorca/dev6b0af94i18n: update zh-TWf573a90Merge pull request #11254 from open-webui/mainf9b44c6refacdce2422Merge pull request #11249 from TiancongLx/dev5e78a5cenh: enable_code_execution toggle📊 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.