mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #15889] [CLOSED] Sync with upstream main #47022
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/15889
Author: @FarzamMohammadi
Created: 7/20/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (9)
743e036Handle Image uploads by extracting its text through default file processing4284f8bDeactivate all github workflows54d469aCreate docker image publication github pipeline697691eProcess uploaded images through content extraction pipeline8decb75Add document to capture modifications from upstream openwebuifa62825Skip docker publication build for docs & metadata changes6526e2cShow upload progress indicator for images3522b22Embed image OCR content as files alongside vision processing29fc265Sync with upstream main📊 Changes
155 files changed (+7336 additions, -3814 deletions)
View changed files
📝
.github/workflows/build-release.yml.disabled(+0 -0)📝
.github/workflows/deploy-to-hf-spaces.yml.disabled(+0 -0)📝
.github/workflows/docker-build.yaml.disabled(+0 -0)➕
.github/workflows/docker-build.yml(+125 -0)📝
.github/workflows/format-backend.yaml.disabled(+0 -0)📝
.github/workflows/format-build-frontend.yaml.disabled(+2 -2)📝
.github/workflows/release-pypi.yml.disabled(+0 -0)📝
CHANGELOG.md(+53 -0)➕
CUSTOMIZATIONS.md(+19 -0)📝
Dockerfile(+2 -1)➕
LICENSE_HISTORY(+53 -0)📝
backend/dev.sh(+2 -1)📝
backend/open_webui/config.py(+24 -0)📝
backend/open_webui/env.py(+16 -4)📝
backend/open_webui/models/folders.py(+2 -2)📝
backend/open_webui/models/groups.py(+53 -1)📝
backend/open_webui/models/users.py(+12 -0)📝
backend/open_webui/retrieval/utils.py(+3 -0)📝
backend/open_webui/routers/audio.py(+7 -3)📝
backend/open_webui/routers/chats.py(+14 -6)...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.