Original PR: https://github.com/open-webui/open-webui/pull/17070 Author: @tjbck Created: 8/31/2025 Status: ✅ Merged Merged: 9/9/2025 Merged by: @tjbck
Base: main ← Head: dev
main
dev
ef5374a
0bca4e2
898826d
be373e9
0ebe4f8
9d80cc3
d735b03
3111d1b
1ca5ad4
1d1a83b
168 files changed (+5264 additions, -1920 deletions)
📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+8 -5) 📝 .github/dependabot.yml (+0 -6) 📝 .github/workflows/build-release.yml (+1 -1) 📝 .github/workflows/deploy-to-hf-spaces.yml (+1 -1) 📝 .github/workflows/docker-build.yaml (+10 -10) 📝 .github/workflows/format-backend.yaml (+1 -1) 📝 .github/workflows/format-build-frontend.yaml (+2 -2) 📝 .github/workflows/release-pypi.yml (+1 -1) 📝 CHANGELOG.md (+56 -1) 📝 Dockerfile (+13 -7) 📝 backend/open_webui/config.py (+41 -2) 📝 backend/open_webui/env.py (+13 -0) 📝 backend/open_webui/functions.py (+10 -0) 📝 backend/open_webui/main.py (+45 -7) ➕ backend/open_webui/migrations/versions/38d63c18f30f_add_oauth_session_table.py (+52 -0) 📝 backend/open_webui/models/files.py (+9 -0) 📝 backend/open_webui/models/folders.py (+15 -2) 📝 backend/open_webui/models/functions.py (+30 -7) 📝 backend/open_webui/models/knowledge.py (+25 -5) 📝 backend/open_webui/models/models.py (+12 -3)
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/dependabot.yml
.github/workflows/build-release.yml
.github/workflows/deploy-to-hf-spaces.yml
.github/workflows/docker-build.yaml
.github/workflows/format-backend.yaml
.github/workflows/format-build-frontend.yaml
.github/workflows/release-pypi.yml
CHANGELOG.md
Dockerfile
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/functions.py
backend/open_webui/main.py
backend/open_webui/migrations/versions/38d63c18f30f_add_oauth_session_table.py
backend/open_webui/models/files.py
backend/open_webui/models/folders.py
backend/open_webui/models/functions.py
backend/open_webui/models/knowledge.py
backend/open_webui/models/models.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/17070
Author: @tjbck
Created: 8/31/2025
Status: ✅ Merged
Merged: 9/9/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
ef5374atypo0bca4e2refac: rename tools to external tools for clarity898826dUpdate dependabot.ymlbe373e9refac: dockerfile0ebe4f8refac: conditional USE_PERMISSION_HARDENING9d80cc3PKCE requires no secret, with no secret the login button does not ever showd735b03fix: handle unicode filenames in external document loader3111d1brefac1ca5ad4Update translation.json (pt-BR)1d1a83bi18n: improve zh-CN translation📊 Changes
168 files changed (+5264 additions, -1920 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.yaml(+8 -5)📝
.github/dependabot.yml(+0 -6)📝
.github/workflows/build-release.yml(+1 -1)📝
.github/workflows/deploy-to-hf-spaces.yml(+1 -1)📝
.github/workflows/docker-build.yaml(+10 -10)📝
.github/workflows/format-backend.yaml(+1 -1)📝
.github/workflows/format-build-frontend.yaml(+2 -2)📝
.github/workflows/release-pypi.yml(+1 -1)📝
CHANGELOG.md(+56 -1)📝
Dockerfile(+13 -7)📝
backend/open_webui/config.py(+41 -2)📝
backend/open_webui/env.py(+13 -0)📝
backend/open_webui/functions.py(+10 -0)📝
backend/open_webui/main.py(+45 -7)➕
backend/open_webui/migrations/versions/38d63c18f30f_add_oauth_session_table.py(+52 -0)📝
backend/open_webui/models/files.py(+9 -0)📝
backend/open_webui/models/folders.py(+15 -2)📝
backend/open_webui/models/functions.py(+30 -7)📝
backend/open_webui/models/knowledge.py(+25 -5)📝
backend/open_webui/models/models.py(+12 -3)...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.