[PR #1209] [MERGED] 0.1.114 #43647

Closed
opened 2026-04-29 17:43:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1209
Author: @tjbck
Created: 3/19/2024
Status: Merged
Merged: 3/21/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • 04e3b16 config: allow custom default user permissions - chat deletion
  • c6e14ce refactor: restrict the scope of USER_PERMISSIONS_CHAT_DELETION
  • bc5d322 fix: add doc modal styling
  • c569280 fix: styling
  • e86db74 refac: stream default value
  • f192584 Enhance Traditional Chinese translation
  • 5134217 feat: Add support for Spanish language option in WebUI Settings
  • 61b4ab1 spanish translation of the webui
  • 7f197a7 Create translation.json
  • b10eb0d Update languages.json

📊 Changes

30 files changed (+2318 additions, -257 deletions)

View changed files

📝 CHANGELOG.md (+17 -0)
📝 backend/apps/litellm/main.py (+61 -7)
📝 backend/apps/ollama/main.py (+1 -1)
📝 backend/apps/web/main.py (+2 -0)
📝 backend/apps/web/routers/auths.py (+13 -1)
📝 backend/config.py (+8 -2)
📝 backend/constants.py (+8 -1)
📝 backend/data/config.json (+1 -1)
📝 backend/main.py (+27 -1)
backend/utils/webhook.py (+20 -0)
📝 package.json (+1 -1)
📝 src/lib/apis/index.ts (+57 -0)
📝 src/lib/components/admin/Settings/General.svelte (+26 -1)
📝 src/lib/components/chat/MessageInput.svelte (+1 -1)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+1 -1)
📝 src/lib/components/chat/Messages/UserMessage.svelte (+1 -1)
📝 src/lib/components/documents/AddDocModal.svelte (+1 -1)
src/lib/i18n/locales/ca-ES/translation.json (+363 -0)
📝 src/lib/i18n/locales/de-DE/translation.json (+1 -1)
📝 src/lib/i18n/locales/en-US/translation.json (+1 -1)

...and 10 more files

📄 Description

Resolves #1174 #1227


🔄 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/1209 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/19/2024 **Status:** ✅ Merged **Merged:** 3/21/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`04e3b16`](https://github.com/open-webui/open-webui/commit/04e3b168a604d6e327b11a8310e4f1b8f38d1279) config: allow custom default user permissions - chat deletion - [`c6e14ce`](https://github.com/open-webui/open-webui/commit/c6e14ce3272833ef139f2abcf8fdac70cdcc762c) refactor: restrict the scope of `USER_PERMISSIONS_CHAT_DELETION` - [`bc5d322`](https://github.com/open-webui/open-webui/commit/bc5d322cbb6917c0293fb8f73d773e5e6ed08ce1) fix: add doc modal styling - [`c569280`](https://github.com/open-webui/open-webui/commit/c5692808066f0b57cc28d6f80e1e9333e156e753) fix: styling - [`e86db74`](https://github.com/open-webui/open-webui/commit/e86db74333cb424c999b8d802d0658d6c0c973b5) refac: stream default value - [`f192584`](https://github.com/open-webui/open-webui/commit/f1925841e25c84f66dab0f90dee0ce2d362e543d) Enhance Traditional Chinese translation - [`5134217`](https://github.com/open-webui/open-webui/commit/51342179adcec105be5fd9d96fd37f3d9b66db30) feat: Add support for Spanish language option in WebUI Settings - [`61b4ab1`](https://github.com/open-webui/open-webui/commit/61b4ab1e6363226422be2c201eedf45633a73f75) spanish translation of the webui - [`7f197a7`](https://github.com/open-webui/open-webui/commit/7f197a70f9e51bcc8fed6a55b38e6baca357af29) Create translation.json - [`b10eb0d`](https://github.com/open-webui/open-webui/commit/b10eb0dacc0d49621a6e58941a524befb64e6392) Update languages.json ### 📊 Changes **30 files changed** (+2318 additions, -257 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+17 -0) 📝 `backend/apps/litellm/main.py` (+61 -7) 📝 `backend/apps/ollama/main.py` (+1 -1) 📝 `backend/apps/web/main.py` (+2 -0) 📝 `backend/apps/web/routers/auths.py` (+13 -1) 📝 `backend/config.py` (+8 -2) 📝 `backend/constants.py` (+8 -1) 📝 `backend/data/config.json` (+1 -1) 📝 `backend/main.py` (+27 -1) ➕ `backend/utils/webhook.py` (+20 -0) 📝 `package.json` (+1 -1) 📝 `src/lib/apis/index.ts` (+57 -0) 📝 `src/lib/components/admin/Settings/General.svelte` (+26 -1) 📝 `src/lib/components/chat/MessageInput.svelte` (+1 -1) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+1 -1) 📝 `src/lib/components/chat/Messages/UserMessage.svelte` (+1 -1) 📝 `src/lib/components/documents/AddDocModal.svelte` (+1 -1) ➕ `src/lib/i18n/locales/ca-ES/translation.json` (+363 -0) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/en-US/translation.json` (+1 -1) _...and 10 more files_ </details> ### 📄 Description Resolves #1174 #1227 --- <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-29 17:43:11 -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#43647