[PR #22471] [CLOSED] fix: remove public-read granting write access for notes #26715

Closed
opened 2026-04-20 06:40:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/22471
Author: @gambletan
Created: 3/9/2026
Status: Closed

Base: devHead: fix/notes-public-read-write-access


📝 Commits (1)

  • ba5e534 fix: remove public-read granting write access for notes

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 backend/open_webui/routers/notes.py (+0 -1)

📄 Description

Description

Public-read (user:* read) should not grant write access. This fix ensures that notes with public-read permission only allow read access, not write access.

Contributor License Agreement

  • By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/22471 **Author:** [@gambletan](https://github.com/gambletan) **Created:** 3/9/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix/notes-public-read-write-access` --- ### 📝 Commits (1) - [`ba5e534`](https://github.com/open-webui/open-webui/commit/ba5e5343e4afceccae8234f90e96d51f8cf649d7) fix: remove public-read granting write access for notes ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/routers/notes.py` (+0 -1) </details> ### 📄 Description ## Description Public-read (user:* read) should not grant write access. This fix ensures that notes with public-read permission only allow read access, not write access. ### Contributor License Agreement - [x] By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 06:40:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#26715