Original PR: https://github.com/open-webui/open-webui/pull/12177 Author: @JunaidPinjari Created: 3/29/2025 Status: ❌ Closed
Base: dev ← Head: feat/dynamic-notification-branding
dev
feat/dynamic-notification-branding
a805e03
ab5a4d5
2 files changed (+42 additions, -39 deletions)
📝 backend/open_webui/routers/files.py (+40 -37) 📝 src/routes/+layout.svelte (+2 -2)
backend/open_webui/routers/files.py
src/routes/+layout.svelte
WEBUI_NAME
feat
Improves frontend flexibility by using WEBUI_NAME instead of the hardcoded "Open WebUI" in browser notification titles.
This change affects:
Dynamic naming improves user experience in customized or white-labeled environments.
🔄 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/12177
Author: @JunaidPinjari
Created: 3/29/2025
Status: ❌ Closed
Base:
dev← Head:feat/dynamic-notification-branding📝 Commits (2)
a805e03Feat: Add optional ingest_file and as_attachment params to upload and download endpointsab5a4d5Feat: Use WEBUI_NAME in notification titles for dynamic branding📊 Changes
2 files changed (+42 additions, -39 deletions)
View changed files
📝
backend/open_webui/routers/files.py(+40 -37)📝
src/routes/+layout.svelte(+2 -2)📄 Description
devbranch.WEBUI_NAMEvalue.featChangelog Entry
Description
Improves frontend flexibility by using
WEBUI_NAMEinstead of the hardcoded "Open WebUI" in browser notification titles.Changed
WEBUI_NAME, improving support for rebranded or self-hosted deployments.Additional Information
This change affects:
Dynamic naming improves user experience in customized or white-labeled environments.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.