mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
[PR #7056] [MERGED] fix: deleted user handling #8805
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/7056
Author: @tjbck
Created: 11/20/2024
Status: ✅ Merged
Merged: 11/20/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (1)
0c43c1efix: deleted user handling📊 Changes
54 files changed (+114 additions, -42 deletions)
View changed files
📝
backend/open_webui/apps/webui/models/knowledge.py(+13 -10)📝
backend/open_webui/apps/webui/models/models.py(+11 -8)📝
backend/open_webui/apps/webui/models/prompts.py(+13 -8)📝
backend/open_webui/apps/webui/models/tools.py(+11 -8)📝
src/lib/components/workspace/Knowledge.svelte(+4 -2)📝
src/lib/components/workspace/Models.svelte(+8 -2)📝
src/lib/components/workspace/Prompts.svelte(+4 -2)📝
src/lib/components/workspace/Tools.svelte(+4 -2)📝
src/lib/i18n/locales/ar-BH/translation.json(+1 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+1 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+1 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+1 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+1 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+1 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+1 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+1 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+1 -0)📝
src/lib/i18n/locales/en-US/translation.json(+1 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+1 -0)...and 34 more files
📄 Description
#7055
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.