mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[PR #15353] [CLOSED] State-management #46849
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/15353
Author: @fugufisch
Created: 6/27/2025
Status: ❌ Closed
Base:
main← Head:state-management📝 Commits (10+)
80e055cadd nenna highlightere0d96a7add unmasking in history688fa3cadd hover2da4711add hover72f6fe9fix response overlay795cae6add cursor rules0fcd63dfix unmaskingc8bc0e7update rules32d8a78use orginal text89ce52dupdate rule📊 Changes
55 files changed (+11271 additions, -643 deletions)
View changed files
➕
.cursor/rules/admin_pii_configuration.mdc(+158 -0)➕
.cursor/rules/api_integration_patterns.mdc(+618 -0)➕
.cursor/rules/event_handling_patterns.mdc(+476 -0)➕
.cursor/rules/pii-api-integration.mdc(+443 -0)➕
.cursor/rules/pii-debugging-guide.mdc(+206 -0)➕
.cursor/rules/pii-detection-architecture.mdc(+158 -0)➕
.cursor/rules/pii-event-handling.mdc(+273 -0)➕
.cursor/rules/pii-prosemirror-integration.mdc(+415 -0)➕
.cursor/rules/pii-styling-conventions.mdc(+59 -0)➕
.cursor/rules/pii_architecture.mdc(+256 -0)➕
.cursor/rules/pii_modifier_system.mdc(+413 -0)➕
.cursor/rules/pii_system_overview.mdc(+265 -0)➕
.cursor/rules/prosemirror_extensions.mdc(+451 -0)➕
.nvmrc(+1 -0)➕
PII_DETECTION_README.md(+125 -0)➕
PII_MODIFIER_EXTENSION_README.md(+333 -0)📝
backend/open_webui/config.py(+24 -1)📝
backend/open_webui/main.py(+18 -1)📝
backend/open_webui/routers/auths.py(+14 -3)➕
backend/open_webui/static/icon-purple-128.png(+0 -0)...and 35 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
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.