mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[PR #21277] [MERGED] refac: acl #64863
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/21277
Author: @tjbck
Created: 2/9/2026
Status: ✅ Merged
Merged: 2/9/2026
Merged by: @tjbck
Base:
dev← Head:acl📝 Commits (10+)
9be85b6refac: access control migrationd193c14refac42763cbenh: access grants table0f78451refac9747b07refacb147616refac3ae44d1refacf7406ffrefac3c7f9aarefac68c7729refac📊 Changes
57 files changed (+2992 additions, -877 deletions)
View changed files
📝
backend/open_webui/functions.py(+0 -1)📝
backend/open_webui/main.py(+0 -1)➕
backend/open_webui/migrations/versions/f1e2d3c4b5a6_add_access_grant_table.py(+350 -0)➕
backend/open_webui/models/access_grants.py(+776 -0)📝
backend/open_webui/models/channels.py(+51 -58)📝
backend/open_webui/models/files.py(+0 -5)📝
backend/open_webui/models/groups.py(+18 -7)📝
backend/open_webui/models/knowledge.py(+84 -41)📝
backend/open_webui/models/models.py(+70 -89)📝
backend/open_webui/models/notes.py(+41 -137)📝
backend/open_webui/models/prompt_history.py(+31 -19)📝
backend/open_webui/models/prompts.py(+76 -54)📝
backend/open_webui/models/tools.py(+44 -40)📝
backend/open_webui/retrieval/utils.py(+19 -4)📝
backend/open_webui/routers/channels.py(+97 -41)📝
backend/open_webui/routers/files.py(+8 -3)📝
backend/open_webui/routers/groups.py(+18 -0)📝
backend/open_webui/routers/knowledge.py(+88 -20)📝
backend/open_webui/routers/models.py(+44 -7)📝
backend/open_webui/routers/notes.py(+28 -14)...and 37 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.