mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 17:42:18 -05:00
[PR #17801] [MERGED] feat: add permission toggle for public sharing of notes #24554
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/17801
Author: @Classic298
Created: 9/26/2025
Status: ✅ Merged
Merged: 9/26/2025
Merged by: @tjbck
Base:
dev← Head:feature/notes-public-sharing-permission📝 Commits (1)
41e4e73feat: add permission toggle for public sharing of notes📊 Changes
4 files changed (+28 additions, -1 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/routers/notes.py(+12 -0)📝
backend/open_webui/routers/users.py(+1 -0)📝
src/lib/components/admin/Users/Groups/Permissions.svelte(+9 -1)📄 Description
This commit introduces a new permission toggle that allows administrators to control whether users can publicly share their notes.
USER_PERMISSIONS_NOTES_ALLOW_PUBLIC_SHARINGto control the default setting.public_notespermission to thesharingsection of the user permissions.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.