mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-24 11:58:31 -05:00
[PR #17685] [CLOSED] Sync fork #24518
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/17685
Author: @littelfuse-ssamuel
Created: 9/23/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (10+)
aa5cd8fexternal content engine image processing08c3077change log and version update497479c0.6.26+lf2bcdcdclf build8612f0eDelete .github/workflows/release-pypi.yml49cc716github actions cleanup38295b2Merge branch 'main' of https://github.com/littelfuse-ssamuel/open-webuibcbe4faexternal_document engine fixa1de975external_document engine fix 29505d72external document loader fix 3📊 Changes
35 files changed (+2084 additions, -1711 deletions)
View changed files
📝
.dockerignore(+8 -0)➕
.github/workflows/build-lf-package.yml(+242 -0)➖
.github/workflows/build-release.yml(+0 -72)➖
.github/workflows/codespell.disabled(+0 -25)➖
.github/workflows/deploy-to-hf-spaces.yml(+0 -63)➖
.github/workflows/docker-build.yaml(+0 -800)➕
.github/workflows/docker.yml(+48 -0)➖
.github/workflows/format-backend.yaml(+0 -49)➖
.github/workflows/format-build-frontend.yaml(+0 -65)➖
.github/workflows/integration-test.disabled(+0 -255)➖
.github/workflows/lint-backend.disabled(+0 -27)➖
.github/workflows/lint-frontend.disabled(+0 -21)➖
.github/workflows/release-pypi.yml(+0 -36)📝
CHANGELOG.md(+1 -1)📝
Dockerfile(+10 -7)➕
Dockerfile.extloader(+44 -0)📝
backend/open_webui/config.py(+8 -0)📝
backend/open_webui/internal/db.py(+1 -1)➕
backend/open_webui/migrations/versions/8257b99d21e3_manually_add_image_refs_to_file_table.py(+30 -0)📝
backend/open_webui/models/chats.py(+115 -11)...and 15 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.