mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #17070] [MERGED] 0.6.27 #24311
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/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.