[PR #16039] [CLOSED] Update OWUI #10810

Closed
opened 2025-11-11 19:14:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/16039
Author: @CenaAshoori
Created: 7/26/2025
Status: Closed

Base: mainHead: ca/update-files


📝 Commits (10+)

  • 071707c Add - link to payment
  • 16fa75d Update - replace by aibrary names
  • 46ba062 Update - replace by aibrary names
  • 7a2333a update repo
  • 2582d00 Merge remote-tracking branch 'origin/main' into ca/update-repo
  • 1c62c01 Merge branch 'main' into ui-update
  • 0c58330 Merge pull request #4 from AiBrary-dev/ca/update-repo
  • 922b6de Update custom-docker.yaml
  • 57dba5a Merge pull request #5 from AiBrary-dev/update-docker
  • 01fb3e4 Merge pull request #3 from AiBrary-dev/ui-update

📊 Changes

294 files changed (+6240 additions, -5640 deletions)

View changed files

.github/workflows/build-release.yml (+0 -72)
.github/workflows/codespell.disabled (+0 -25)
.github/workflows/custom-docker.yaml (+42 -0)
.github/workflows/deploy-to-hf-spaces.yml (+0 -63)
.github/workflows/format-backend.yaml (+0 -49)
.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)
📝 .gitignore (+2 -0)
📝 backend/open_webui/env.py (+0 -2)
📝 backend/open_webui/main.py (+515 -6)
📝 backend/open_webui/models/auths.py (+4 -0)
📝 backend/open_webui/retrieval/utils.py (+1 -1)
📝 backend/open_webui/routers/audio.py (+13 -14)
📝 backend/open_webui/routers/auths.py (+112 -2)
📝 backend/open_webui/routers/files.py (+1 -1)
📝 backend/open_webui/routers/images.py (+1 -5)
📝 backend/open_webui/routers/ollama.py (+12 -12)
📝 backend/open_webui/routers/openai.py (+14 -13)

...and 80 more files

📄 Description

resolve conflicts and replace some icon


🔄 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/16039 **Author:** [@CenaAshoori](https://github.com/CenaAshoori) **Created:** 7/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ca/update-files` --- ### 📝 Commits (10+) - [`071707c`](https://github.com/open-webui/open-webui/commit/071707c951962c2dbce0105a02dc43e53f88888e) Add - link to payment - [`16fa75d`](https://github.com/open-webui/open-webui/commit/16fa75d67ccee5bb948365a7fd29e22a47da1428) Update - replace by aibrary names - [`46ba062`](https://github.com/open-webui/open-webui/commit/46ba062e7f641d22ffca1b561e7ffce4efc20451) Update - replace by aibrary names - [`7a2333a`](https://github.com/open-webui/open-webui/commit/7a2333a7f922eb7d403f1944b791a89b44d041fa) update repo - [`2582d00`](https://github.com/open-webui/open-webui/commit/2582d00eded40e7dad10ec91da542b29a29c4a88) Merge remote-tracking branch 'origin/main' into ca/update-repo - [`1c62c01`](https://github.com/open-webui/open-webui/commit/1c62c01b4c9e921deede8ec0620b57bf2a0262ae) Merge branch 'main' into ui-update - [`0c58330`](https://github.com/open-webui/open-webui/commit/0c58330f23f19586f4f9409a0aeac3c77010a939) Merge pull request #4 from AiBrary-dev/ca/update-repo - [`922b6de`](https://github.com/open-webui/open-webui/commit/922b6dea3a9e642864cbbd8dcb3933887dc1c7ba) Update custom-docker.yaml - [`57dba5a`](https://github.com/open-webui/open-webui/commit/57dba5a5ecdebcb83ebf1fa5d1677d070b9b3fee) Merge pull request #5 from AiBrary-dev/update-docker - [`01fb3e4`](https://github.com/open-webui/open-webui/commit/01fb3e46d3e5865b34b7d9ee2fcabbe380bbe52a) Merge pull request #3 from AiBrary-dev/ui-update ### 📊 Changes **294 files changed** (+6240 additions, -5640 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/build-release.yml` (+0 -72) ➖ `.github/workflows/codespell.disabled` (+0 -25) ➕ `.github/workflows/custom-docker.yaml` (+42 -0) ➖ `.github/workflows/deploy-to-hf-spaces.yml` (+0 -63) ➖ `.github/workflows/format-backend.yaml` (+0 -49) ➖ `.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) 📝 `.gitignore` (+2 -0) 📝 `backend/open_webui/env.py` (+0 -2) 📝 `backend/open_webui/main.py` (+515 -6) 📝 `backend/open_webui/models/auths.py` (+4 -0) 📝 `backend/open_webui/retrieval/utils.py` (+1 -1) 📝 `backend/open_webui/routers/audio.py` (+13 -14) 📝 `backend/open_webui/routers/auths.py` (+112 -2) 📝 `backend/open_webui/routers/files.py` (+1 -1) 📝 `backend/open_webui/routers/images.py` (+1 -5) 📝 `backend/open_webui/routers/ollama.py` (+12 -12) 📝 `backend/open_webui/routers/openai.py` (+14 -13) _...and 80 more files_ </details> ### 📄 Description resolve conflicts and replace some icon --- <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 2025-11-11 19:14:27 -06: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#10810