mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 23:38:13 -05:00
[PR #23511] [CLOSED] accidentall pull request to open-webui, my bad....................... #130893
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/23511
Author: @mehhovcki-dev
Created: 4/8/2026
Status: ❌ Closed
Base:
main← Head:codex/ci-docker-fork-fix📝 Commits (10+)
80100bfupdate readme.mde573062model list update // 0.0.126ae18d0.0.2 - providers tabf17a4330.0.2.1 - added todo, rewrote readme.md, added readme.ru.mda4e0942whoops fixed russian readmef710bb6small fixes to readme.ru.md3a867fb0.0.3 - registration & sso management / invite code registration system7744cfaMerge branch 'main' of https://github.com/mehhovcki-dev/awesome-webui108323afix up readme.md because ai while fixing my damn grammar removed the "awesome changes" joke UGHUGHUGHUHF92e58040.0.4 - guest notify and motd📊 Changes
144 files changed (+28319 additions, -11132 deletions)
View changed files
📝
.github/workflows/build-release.yml(+83 -36)📝
.github/workflows/docker-build.yaml(+3 -1)📝
.github/workflows/release-pypi.yml(+7 -11)➕
CHANGELOG_AWESOME.md(+57 -0)➕
README.RU.MD(+86 -0)📝
README.md(+84 -224)📝
backend/open_webui/__init__.py(+39 -32)📝
backend/open_webui/config.py(+2355 -1590)📝
backend/open_webui/constants.py(+2 -0)📝
backend/open_webui/env.py(+568 -310)📝
backend/open_webui/main.py(+866 -568)➕
backend/open_webui/migrations/versions/d9f1c6b7a123_add_password_state_to_auth_table.py(+44 -0)📝
backend/open_webui/models/auths.py(+69 -21)📝
backend/open_webui/models/users.py(+50 -0)📝
backend/open_webui/routers/audio.py(+445 -385)📝
backend/open_webui/routers/auths.py(+1142 -315)📝
backend/open_webui/routers/channels.py(+769 -439)📝
backend/open_webui/routers/ollama.py(+460 -460)📝
backend/open_webui/routers/openai.py(+564 -490)📝
backend/open_webui/routers/users.py(+296 -93)...and 80 more files
📄 Description
hi,
as i'm not the best with github, i did not verify i was pushing into my fork of open webui, which resulted in this being here.
whooopppsss! my bad.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.