mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[PR #24492] [MERGED] 0.9.5 #114990
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/24492
Author: @tjbck
Created: 5/9/2026
Status: ✅ Merged
Merged: 5/10/2026
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
a0268e5Merge pull request #24486 from Classic298/fix/notes-is-pinned-typeerror793e628refac8854541fix: prevent redirect-based SSRF in web-fetch and image-load call sites (#24491)2fa3b84chore: bumpdf42d96refac2e71b3fchore: format69270e1doc: changelog8a0018cfix: gate public sharing of calendars behind sharing.public_calendars permission (#24493)9918ab6fix: gate public sharing of skills behind sharing.public_skills on create/update (#24494)203ec29chore: remove unauthenticated dead-code GET /api/v1/retrieval/ status endpoint (#24497)📊 Changes
109 files changed (+1058 additions, -355 deletions)
View changed files
📝
.github/pull_request_template.md(+1 -0)📝
CHANGELOG.md(+36 -0)📝
Dockerfile(+1 -1)📝
backend/open_webui/config.py(+11 -0)📝
backend/open_webui/env.py(+16 -0)📝
backend/open_webui/main.py(+8 -4)📝
backend/open_webui/models/chats.py(+68 -5)📝
backend/open_webui/models/feedbacks.py(+4 -2)📝
backend/open_webui/models/notes.py(+1 -1)📝
backend/open_webui/retrieval/utils.py(+6 -1)📝
backend/open_webui/retrieval/web/utils.py(+21 -2)📝
backend/open_webui/routers/calendar.py(+26 -1)📝
backend/open_webui/routers/channels.py(+41 -44)📝
backend/open_webui/routers/chats.py(+11 -17)📝
backend/open_webui/routers/folders.py(+15 -16)📝
backend/open_webui/routers/images.py(+11 -3)📝
backend/open_webui/routers/knowledge.py(+18 -0)📝
backend/open_webui/routers/models.py(+22 -15)📝
backend/open_webui/routers/notes.py(+4 -1)📝
backend/open_webui/routers/retrieval.py(+5 -16)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.