mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[PR #21346] [MERGED] 0.8.1 #49087
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/21346
Author: @tjbck
Created: 2/13/2026
Status: ✅ Merged
Merged: 2/14/2026
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
49e7eadMerge pull request #21345 from joaoback/patch-250b05b2frefac9886ebbfix: resolve knowledge collection indentation/truncation issue by correcting flex layout (#21374)4d5b7b3fix: resolve knowledge tooltip z-index issue in model edit page (#21375)ddcec98fix: ensure sync modal only triggers if community sharing is enabled (#21376)7bda6bffix: PostgreSQL cannot use get_chat_ids_by_model_id73776d5fix: enforce public sharing permission checks across all resource types (#21358)b4c3f54fix: skills postgres issuedf6e380refacd01b1d4enh: apply admin default to builtin web search (#21373)📊 Changes
39 files changed (+1264 additions, -498 deletions)
View changed files
📝
CHANGELOG.md(+34 -0)📝
Dockerfile(+3 -2)📝
backend/open_webui/env.py(+9 -1)➕
backend/open_webui/migrations/versions/b2c3d4e5f6a7_add_scim_column_to_user_table.py(+26 -0)📝
backend/open_webui/models/access_grants.py(+56 -0)📝
backend/open_webui/models/chat_messages.py(+9 -7)📝
backend/open_webui/models/chats.py(+33 -1)📝
backend/open_webui/models/skills.py(+3 -3)📝
backend/open_webui/models/users.py(+89 -8)📝
backend/open_webui/retrieval/vector/utils.py(+10 -10)📝
backend/open_webui/routers/auths.py(+2 -2)📝
backend/open_webui/routers/channels.py(+4 -8)📝
backend/open_webui/routers/knowledge.py(+50 -16)📝
backend/open_webui/routers/models.py(+62 -12)📝
backend/open_webui/routers/notes.py(+19 -0)📝
backend/open_webui/routers/ollama.py(+50 -38)📝
backend/open_webui/routers/openai.py(+169 -14)📝
backend/open_webui/routers/prompts.py(+37 -9)📝
backend/open_webui/routers/scim.py(+82 -8)📝
backend/open_webui/routers/skills.py(+21 -1)...and 19 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.