Original PR: https://github.com/open-webui/open-webui/pull/16039 Author: @CenaAshoori Created: 7/26/2025 Status: ❌ Closed
Base: main ← Head: ca/update-files
main
ca/update-files
071707c
16fa75d
46ba062
7a2333a
2582d00
1c62c01
0c58330
922b6de
57dba5a
01fb3e4
294 files changed (+6240 additions, -5640 deletions)
➖ .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)
.github/workflows/build-release.yml
.github/workflows/codespell.disabled
.github/workflows/custom-docker.yaml
.github/workflows/deploy-to-hf-spaces.yml
.github/workflows/format-backend.yaml
.github/workflows/integration-test.disabled
.github/workflows/lint-backend.disabled
.github/workflows/lint-frontend.disabled
.github/workflows/release-pypi.yml
.gitignore
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/models/auths.py
backend/open_webui/retrieval/utils.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/files.py
backend/open_webui/routers/images.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/openai.py
...and 80 more files
resolve conflicts and replace some icon
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/16039
Author: @CenaAshoori
Created: 7/26/2025
Status: ❌ Closed
Base:
main← Head:ca/update-files📝 Commits (10+)
071707cAdd - link to payment16fa75dUpdate - replace by aibrary names46ba062Update - replace by aibrary names7a2333aupdate repo2582d00Merge remote-tracking branch 'origin/main' into ca/update-repo1c62c01Merge branch 'main' into ui-update0c58330Merge pull request #4 from AiBrary-dev/ca/update-repo922b6deUpdate custom-docker.yaml57dba5aMerge pull request #5 from AiBrary-dev/update-docker01fb3e4Merge 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.