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
main
dev
1d30d8a
fc5c8db
bb0e11b
e0ec2cd
abba7c1
361584b
295c7eb
b60beb6
79cca06
f3c2614
134 files changed (+6159 additions, -1456 deletions)
📝 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)
CHANGELOG.md
backend/open_webui/config.py
backend/open_webui/main.py
backend/open_webui/retrieval/loaders/main.py
backend/open_webui/retrieval/loaders/mistral.py
backend/open_webui/retrieval/utils.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/configs.py
backend/open_webui/routers/folders.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/retrieval.py
backend/open_webui/routers/tasks.py
backend/open_webui/routers/tools.py
backend/open_webui/routers/users.py
backend/open_webui/utils/auth.py
backend/open_webui/utils/filter.py
backend/open_webui/utils/middleware.py
backend/open_webui/utils/oauth.py
backend/open_webui/utils/plugin.py
backend/open_webui/utils/tools.py
...and 80 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/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.