Original PR: https://github.com/open-webui/open-webui/pull/17274 Author: @cableman Created: 9/8/2025 Status: ❌ Closed
Base: main ← Head: feature/frontend
main
feature/frontend
ef5374a
0bca4e2
898826d
be373e9
0ebe4f8
9d80cc3
d735b03
3111d1b
1ca5ad4
1d1a83b
143 files changed (+2063 additions, -1255 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 (+1 -1) 📝 Dockerfile (+13 -7) 📝 backend/open_webui/config.py (+21 -2) 📝 backend/open_webui/main.py (+41 -7) 📝 backend/open_webui/models/files.py (+9 -0) 📝 backend/open_webui/models/folders.py (+15 -2) 📝 backend/open_webui/models/knowledge.py (+25 -5) 📝 backend/open_webui/models/models.py (+12 -3) 📝 backend/open_webui/models/notes.py (+3 -1) 📝 backend/open_webui/models/prompts.py (+12 -4) 📝 backend/open_webui/models/tools.py (+11 -3) 📝 backend/open_webui/retrieval/loaders/external_document.py (+2 -1)
.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/main.py
backend/open_webui/models/files.py
backend/open_webui/models/folders.py
backend/open_webui/models/knowledge.py
backend/open_webui/models/models.py
backend/open_webui/models/notes.py
backend/open_webui/models/prompts.py
backend/open_webui/models/tools.py
backend/open_webui/retrieval/loaders/external_document.py
...and 80 more files
Combination off:
As these adds code in the same place it is easier to resolved merge conflicts if they are combined
🔄 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/17274
Author: @cableman
Created: 9/8/2025
Status: ❌ Closed
Base:
main← Head:feature/frontend📝 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
143 files changed (+2063 additions, -1255 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(+1 -1)📝
Dockerfile(+13 -7)📝
backend/open_webui/config.py(+21 -2)📝
backend/open_webui/main.py(+41 -7)📝
backend/open_webui/models/files.py(+9 -0)📝
backend/open_webui/models/folders.py(+15 -2)📝
backend/open_webui/models/knowledge.py(+25 -5)📝
backend/open_webui/models/models.py(+12 -3)📝
backend/open_webui/models/notes.py(+3 -1)📝
backend/open_webui/models/prompts.py(+12 -4)📝
backend/open_webui/models/tools.py(+11 -3)📝
backend/open_webui/retrieval/loaders/external_document.py(+2 -1)...and 80 more files
📄 Description
Combination off:
As these adds code in the same place it is easier to resolved merge conflicts if they are combined
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.