mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #1209] [MERGED] 0.1.114 #36229
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dev📝 Commits (10+)
04e3b16config: allow custom default user permissions - chat deletionc6e14cerefactor: restrict the scope ofUSER_PERMISSIONS_CHAT_DELETIONbc5d322fix: add doc modal stylingc569280fix: stylinge86db74refac: stream default valuef192584Enhance Traditional Chinese translation5134217feat: Add support for Spanish language option in WebUI Settings61b4ab1spanish translation of the webui7f197a7Create translation.jsonb10eb0dUpdate 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.