mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #19295] [CLOSED] feat: Admins setting custom default interface settings #64023
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/19295
Author: @Classic298
Created: 11/19/2025
Status: ❌ Closed
Base:
dev← Head:admin-interface-settings-config📝 Commits (10+)
1165d57Claude/review admin interface changes 01 d9 g5ozc to dn hylmw149fbp (#71) (#76)8c84c0dfix: remove textScale error by cleaning up unused imports (#78)a6a0a51Claude/fix admin textscale error 011 f un gk a5 whv1 qqmy pkk bet (#82)184c46eClaude/fix admin textscale error 011 f un gk a5 whv1 qqmy pkk bet (#83)1a5d5abClaude/fix admin textscale error 011 f un gk a5 whv1 qqmy pkk bet (#84)38e7ac5Claude/fix admin textscale error 011 f un gk a5 whv1 qqmy pkk bet (#85)d576fe5Claude/fix admin textscale error 011 f un gk a5 whv1 qqmy pkk bet (#86)75562b2Claude/fix admin textscale error 011 f un gk a5 whv1 qqmy pkk bet (#87)a228057Claude/fix admin textscale error 011 f un gk a5 whv1 qqmy pkk bet (#88)2b10135Claude/fix admin textscale error 011 f un gk a5 whv1 qqmy pkk bet (#89)📊 Changes
14 files changed (+753 additions, -145 deletions)
View changed files
📝
backend/open_webui/models/groups.py(+3 -1)📝
backend/open_webui/routers/configs.py(+42 -0)📝
backend/open_webui/routers/users.py(+61 -0)📝
src/lib/apis/configs/index.ts(+57 -0)📝
src/lib/apis/users/index.ts(+27 -0)📝
src/lib/components/admin/Settings/Interface.svelte(+147 -0)➕
src/lib/components/admin/Settings/Interface/InterfaceDefaultsModal.svelte(+156 -0)📝
src/lib/components/admin/Users/Groups/EditGroupModal.svelte(+21 -5)📝
src/lib/components/admin/Users/Groups/Permissions.svelte(+28 -2)📝
src/lib/components/chat/Settings/Interface.svelte(+133 -133)📝
src/lib/components/chat/SettingsModal.svelte(+9 -0)📝
src/lib/utils/index.ts(+39 -0)📝
src/lib/utils/text-scale.ts(+1 -0)📝
src/routes/(app)/+layout.svelte(+29 -4)📄 Description
devbranch. Not targeting thedevbranch will lead to immediate closure of the PR.Changelog Entry
Description
This PR implements admin control for interface settings with global defaults, permission-based access control, and user reset functionality. Admins can now configure default interface settings (chat bubble, wide screen, RTL, etc.) that apply to all users, while maintaining granular control over which user groups can modify these settings.
Key Features:
Architectural Decisions:
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.