mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #17274] [CLOSED] Feature/frontend #63232
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/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.