mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #24158] [CLOSED] Main #50525
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/24158
Author: @kolbick
Created: 4/26/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (6)
c8e7821Kolb-Bot Logosd5b4590Rebrand Open WebUI → Kolb-Bota4a89a5Remove BuildKit syntax directive for Docker Desktop compatibility49c21baKolb-Bot branding: fix remaining Open WebUI text, customize onboarding screenff15eb8Fix Kolb-Bot logos: correct assets were wrongly dropped during conflict resolution2f6930bKolb-Bot v0.9.2 branding refinements📊 Changes
156 files changed (+2246 additions, -994 deletions)
View changed files
📝
Dockerfile(+0 -1)📝
backend/open_webui/env.py(+2 -4)📝
backend/open_webui/main.py(+4 -4)📝
backend/open_webui/retrieval/web/external.py(+1 -1)📝
backend/open_webui/retrieval/web/searxng.py(+1 -1)📝
backend/open_webui/retrieval/web/yacy.py(+1 -1)📝
backend/open_webui/retrieval/web/yandex.py(+1 -1)📝
backend/open_webui/routers/audio.py(+7 -7)📝
backend/open_webui/routers/openai.py(+6 -6)📝
backend/open_webui/routers/scim.py(+1 -1)📝
backend/open_webui/static/apple-touch-icon.png(+0 -0)📝
backend/open_webui/static/custom.css(+542 -0)📝
backend/open_webui/static/favicon-96x96.png(+0 -0)📝
backend/open_webui/static/favicon-dark.png(+0 -0)📝
backend/open_webui/static/favicon.ico(+0 -0)📝
backend/open_webui/static/favicon.png(+0 -0)📝
backend/open_webui/static/logo.png(+0 -0)📝
backend/open_webui/static/splash-dark.png(+0 -0)📝
backend/open_webui/static/splash.png(+0 -0)📝
backend/open_webui/static/web-app-manifest-192x192.png(+0 -0)...and 80 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.