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
dev
acl
9be85b6
d193c14
42763cb
0f78451
9747b07
b147616
3ae44d1
f7406ff
3c7f9aa
68c7729
57 files changed (+2992 additions, -877 deletions)
📝 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)
backend/open_webui/functions.py
backend/open_webui/main.py
backend/open_webui/migrations/versions/f1e2d3c4b5a6_add_access_grant_table.py
backend/open_webui/models/access_grants.py
backend/open_webui/models/channels.py
backend/open_webui/models/files.py
backend/open_webui/models/groups.py
backend/open_webui/models/knowledge.py
backend/open_webui/models/models.py
backend/open_webui/models/notes.py
backend/open_webui/models/prompt_history.py
backend/open_webui/models/prompts.py
backend/open_webui/models/tools.py
backend/open_webui/retrieval/utils.py
backend/open_webui/routers/channels.py
backend/open_webui/routers/files.py
backend/open_webui/routers/groups.py
backend/open_webui/routers/knowledge.py
backend/open_webui/routers/models.py
backend/open_webui/routers/notes.py
...and 37 more files
No description provided
🔄 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/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.