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
main
dev
a0268e5
793e628
8854541
2fa3b84
df42d96
2e71b3f
69270e1
8a0018c
9918ab6
203ec29
109 files changed (+1058 additions, -355 deletions)
📝 .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)
.github/pull_request_template.md
CHANGELOG.md
Dockerfile
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/models/chats.py
backend/open_webui/models/feedbacks.py
backend/open_webui/models/notes.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/web/utils.py
backend/open_webui/routers/calendar.py
backend/open_webui/routers/channels.py
backend/open_webui/routers/chats.py
backend/open_webui/routers/folders.py
backend/open_webui/routers/images.py
backend/open_webui/routers/knowledge.py
backend/open_webui/routers/models.py
backend/open_webui/routers/notes.py
backend/open_webui/routers/retrieval.py
...and 80 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/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.