[PR #23511] [CLOSED] accidentall pull request to open-webui, my bad....................... #66083

Closed
opened 2026-05-06 12:12:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/23511
Author: @mehhovcki-dev
Created: 4/8/2026
Status: Closed

Base: mainHead: codex/ci-docker-fork-fix


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/23511 **Author:** [@mehhovcki-dev](https://github.com/mehhovcki-dev) **Created:** 4/8/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `codex/ci-docker-fork-fix` --- ### 📝 Commits (10+) - [`80100bf`](https://github.com/open-webui/open-webui/commit/80100bf359d499ecf17e235a497df463ecb74316) update readme.md - [`e573062`](https://github.com/open-webui/open-webui/commit/e5730627c7e358313534dc8de88733cdc085877f) model list update // 0.0.1 - [`26ae18d`](https://github.com/open-webui/open-webui/commit/26ae18dfbb29be0d2cbb3931172c2da3f6f9935b) 0.0.2 - providers tab - [`f17a433`](https://github.com/open-webui/open-webui/commit/f17a433fee35618c090fc4570e767b2c862f1b3e) 0.0.2.1 - added todo, rewrote readme.md, added readme.ru.md - [`a4e0942`](https://github.com/open-webui/open-webui/commit/a4e0942a50f34f67b48628d5324cd83db7159dfe) whoops fixed russian readme - [`f710bb6`](https://github.com/open-webui/open-webui/commit/f710bb6c33ab72fc8e3ff90985ffe8180ebe4748) small fixes to readme.ru.md - [`3a867fb`](https://github.com/open-webui/open-webui/commit/3a867fb008d3d8d2ceb5607b1b275bc98a4244d3) 0.0.3 - registration & sso management / invite code registration system - [`7744cfa`](https://github.com/open-webui/open-webui/commit/7744cfa7b1b7303b45ff91c5abd356120c63dcf4) Merge branch 'main' of https://github.com/mehhovcki-dev/awesome-webui - [`108323a`](https://github.com/open-webui/open-webui/commit/108323a100a783cd953e76f654cc930144151355) fix up readme.md because ai while fixing my damn grammar removed the "awesome changes" joke UGHUGHUGHUHF - [`92e5804`](https://github.com/open-webui/open-webui/commit/92e5804a81f5bcbed2009783ea76effc88c9185b) 0.0.4 - guest notify and motd ### 📊 Changes **144 files changed** (+28319 additions, -11132 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 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. --- <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-05-06 12:12:21 -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#66083