mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #329] [MERGED] dev #43310
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/329
Author: @tjbck
Created: 12/30/2023
Status: ✅ Merged
Merged: 12/30/2023
Merged by: @tjbck
Base:
dev← Head:main📝 Commits (10+)
b61bb77feat: delete user backend supportad1cb5ffix: disable admin self user delete7fade0bfeat: delete user button added to admin page48cc2c5chore: delete user backend refac5b4bf45fix: delete auth with user3fce09eMerge pull request #314 from ollama-webui/delete-user136eb18feat: account settings450b9b6Merge branch 'main' into account-settings9bd48fffeat: change password supportd8bb19ffeat: change password frontend added📊 Changes
28 files changed (+1505 additions, -946 deletions)
View changed files
📝
README.md(+5 -2)📝
TROUBLESHOOTING.md(+18 -16)📝
backend/apps/web/models/auths.py(+30 -0)📝
backend/apps/web/models/chats.py(+9 -0)📝
backend/apps/web/models/users.py(+18 -0)📝
backend/apps/web/routers/auths.py(+23 -0)📝
backend/apps/web/routers/chats.py(+20 -0)📝
backend/apps/web/routers/users.py(+41 -0)📝
backend/constants.py(+5 -0)📝
src/lib/apis/auths/index.ts(+31 -0)📝
src/lib/apis/chats/index.ts(+32 -0)📝
src/lib/apis/users/index.ts(+30 -2)📝
src/lib/components/chat/Messages.svelte(+49 -788)➕
src/lib/components/chat/Messages/Name.svelte(+3 -0)➕
src/lib/components/chat/Messages/Placeholder.svelte(+71 -0)➕
src/lib/components/chat/Messages/ProfileImage.svelte(+7 -0)➕
src/lib/components/chat/Messages/ResponseMessage.svelte(+537 -0)➕
src/lib/components/chat/Messages/Skeleton.svelte(+19 -0)➕
src/lib/components/chat/Messages/UserMessage.svelte(+195 -0)📝
src/lib/components/chat/ModelSelector.svelte(+4 -3)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.