[PR #7056] [MERGED] fix: deleted user handling #8805

Closed
opened 2025-11-11 18:06:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (1)

  • 0c43c1e fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/7056 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 11/20/2024 **Status:** ✅ Merged **Merged:** 11/20/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`0c43c1e`](https://github.com/open-webui/open-webui/commit/0c43c1edf67f7ba13f2d5c7e6fe080d2add2b0a1) fix: deleted user handling ### 📊 Changes **54 files changed** (+114 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description #7055 --- <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 2025-11-11 18:06:27 -06: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#8805