mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #24179] fix(chat-sharing): Add UI and Environment variable for setting public #66393
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/24179
Author: @schveiguy
Created: 4/27/2026
Status: 🔄 Open
Base:
dev← Head:add-chat-public-sharing📝 Commits (2)
e87faf2fix(chat-sharing): Add UI and Environment variable for setting publice8aa145chore(i18n): Add i18n translations for "Chats Public Sharing" (done by📊 Changes
64 files changed (+82 additions, -0 deletions)
View changed files
📝
backend/open_webui/config.py(+5 -0)📝
backend/open_webui/routers/users.py(+1 -0)📝
src/lib/components/admin/Users/Groups/Permissions.svelte(+15 -0)📝
src/lib/i18n/locales/ar-BH/translation.json(+1 -0)📝
src/lib/i18n/locales/ar/translation.json(+1 -0)📝
src/lib/i18n/locales/az-AZ/translation.json(+1 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+1 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+1 -0)📝
src/lib/i18n/locales/bo-TB/translation.json(+1 -0)📝
src/lib/i18n/locales/bs-BA/translation.json(+1 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+1 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+1 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+1 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+1 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+1 -0)📝
src/lib/i18n/locales/el-GR/translation.json(+1 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+1 -0)📝
src/lib/i18n/locales/en-US/translation.json(+1 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+1 -0)...and 44 more files
📄 Description
chat sharing in user permissions.
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
2e52ad8ff2 (diff-33ee0511a35994feb3e076834524c780264a33f6ef320f37489a3a0a1573fe4cR1386)But the frontend never had the toggle added.Added
USER_PERMISSIONS_CHAT_ALLOW_PUBLIC_SHARINGwas added for the default chat public sharing setting (note that this only takes effect if the permissions section has never been created).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.