mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #12373] [MERGED] 0.6.1 #38534
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/12373
Author: @tjbck
Created: 4/3/2025
Status: ✅ Merged
Merged: 4/5/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
1d30d8abuild(deps): bump python-multipart from 0.0.18 to 0.0.20 in /backendfc5c8dbbuild(deps): bump einops from 0.8.0 to 0.8.1 in /backendbb0e11bbuild(deps): bump pypandoc from 1.13 to 1.15 in /backende0ec2cdrefac: $userabba7c1[FEAT]-Adjust Translations for temporary chat361584bfix: update Polish translations for clarity and accuracy295c7eb[improvement] default permission for new groups is false for enforce temp chatb60beb6fix: improve Polish translations for clarity and accuracy79cca06Merge pull request #12260 from weisser-dev/feat-default-value-for-enforce-temp-chatf3c2614Merge pull request #12253 from open-webui/dependabot/pip/backend/dev/python-multipart-0.0.20📊 Changes
134 files changed (+6159 additions, -1456 deletions)
View changed files
📝
CHANGELOG.md(+23 -0)📝
backend/open_webui/config.py(+31 -7)📝
backend/open_webui/main.py(+18 -0)📝
backend/open_webui/retrieval/loaders/main.py(+27 -11)➕
backend/open_webui/retrieval/loaders/mistral.py(+225 -0)📝
backend/open_webui/retrieval/utils.py(+6 -3)📝
backend/open_webui/routers/auths.py(+22 -18)📝
backend/open_webui/routers/configs.py(+73 -2)📝
backend/open_webui/routers/folders.py(+2 -1)📝
backend/open_webui/routers/ollama.py(+1 -1)📝
backend/open_webui/routers/retrieval.py(+25 -1)📝
backend/open_webui/routers/tasks.py(+1 -12)📝
backend/open_webui/routers/tools.py(+48 -5)📝
backend/open_webui/routers/users.py(+1 -0)📝
backend/open_webui/utils/auth.py(+13 -4)📝
backend/open_webui/utils/filter.py(+3 -3)📝
backend/open_webui/utils/middleware.py(+48 -16)📝
backend/open_webui/utils/oauth.py(+38 -33)📝
backend/open_webui/utils/plugin.py(+6 -6)📝
backend/open_webui/utils/tools.py(+406 -74)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.