mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #13634] [CLOSED] ft: User's Group Management #23251
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/13634
Author: @AnapatChaiwongse
Created: 5/7/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (2)
f16763fft: User's Group Management7081285Merge branch 'dev' into dev📊 Changes
22 files changed (+4740 additions, -2066 deletions)
View changed files
📝
backend/open_webui/config.py(+8 -1)📝
backend/open_webui/models/groups.py(+6 -5)📝
backend/open_webui/routers/groups.py(+43 -11)📝
backend/open_webui/routers/users.py(+13 -6)📝
backend/open_webui/utils/access_control.py(+2 -0)📝
package-lock.json(+2861 -2038)📝
src/lib/components/admin/Users/Groups.svelte(+3 -2)📝
src/lib/components/admin/Users/Groups/Permissions.svelte(+12 -1)📝
src/lib/components/admin/Users/Groups/Users.svelte(+7 -1)📝
src/lib/components/layout/Sidebar.svelte(+42 -0)➕
src/lib/components/user/Users.svelte(+104 -0)➕
src/lib/components/user/Users/Groups.svelte(+275 -0)➕
src/lib/components/user/Users/Groups/AddGroupModal.svelte(+149 -0)➕
src/lib/components/user/Users/Groups/Display.svelte(+61 -0)➕
src/lib/components/user/Users/Groups/EditGroupModal.svelte(+325 -0)➕
src/lib/components/user/Users/Groups/GroupItem.svelte(+84 -0)➕
src/lib/components/user/Users/Groups/Users.svelte(+141 -0)➕
src/lib/components/user/Users/UserList.svelte(+520 -0)➕
src/routes/(app)/user/+layout.svelte(+70 -0)➕
src/routes/(app)/user/+page.svelte(+8 -0)...and 2 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
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.