[PR #15889] [CLOSED] Sync with upstream main #47022

Closed
opened 2026-04-29 22:04:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/15889
Author: @FarzamMohammadi
Created: 7/20/2025
Status: Closed

Base: mainHead: main


📝 Commits (9)

  • 743e036 Handle Image uploads by extracting its text through default file processing
  • 4284f8b Deactivate all github workflows
  • 54d469a Create docker image publication github pipeline
  • 697691e Process uploaded images through content extraction pipeline
  • 8decb75 Add document to capture modifications from upstream openwebui
  • fa62825 Skip docker publication build for docs & metadata changes
  • 6526e2c Show upload progress indicator for images
  • 3522b22 Embed image OCR content as files alongside vision processing
  • 29fc265 Sync 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/15889 **Author:** [@FarzamMohammadi](https://github.com/FarzamMohammadi) **Created:** 7/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (9) - [`743e036`](https://github.com/open-webui/open-webui/commit/743e0364543b47c623fca8bc873d208b4a353cac) Handle Image uploads by extracting its text through default file processing - [`4284f8b`](https://github.com/open-webui/open-webui/commit/4284f8bc6c15a26111dc435461021bdc37b8442d) Deactivate all github workflows - [`54d469a`](https://github.com/open-webui/open-webui/commit/54d469a901a5110ca7dfa409f446f9698558da48) Create docker image publication github pipeline - [`697691e`](https://github.com/open-webui/open-webui/commit/697691efe550a49aed7e6c4b8556db679219dd37) Process uploaded images through content extraction pipeline - [`8decb75`](https://github.com/open-webui/open-webui/commit/8decb75191310ff33138858acfacea447e90bbed) Add document to capture modifications from upstream openwebui - [`fa62825`](https://github.com/open-webui/open-webui/commit/fa628258e6d62c7d0831d4116870d00b890bce7a) Skip docker publication build for docs & metadata changes - [`6526e2c`](https://github.com/open-webui/open-webui/commit/6526e2c9fc94ed8743b88300c85a65eaf795978f) Show upload progress indicator for images - [`3522b22`](https://github.com/open-webui/open-webui/commit/3522b222938cef558a0c1d60157958f9b8008fc0) Embed image OCR content as files alongside vision processing - [`29fc265`](https://github.com/open-webui/open-webui/commit/29fc265b484a22dd8980264a8c9ba435aa3245e4) Sync with upstream main ### 📊 Changes **155 files changed** (+7336 additions, -3814 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 22:04:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#47022