mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 10:04:14 -05:00
[PR #584] [MERGED] feat: profile image update support #7184
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/584
Author: @tjbck
Created: 1/27/2024
Status: ✅ Merged
Merged: 1/27/2024
Merged by: @tjbck
Base:
main← Head:profile-update📝 Commits (4)
418da74feat: profile image update backend3ce8f3efeat: profile update frontend integration0c32206feat: use local profile image by default77e27cefix: styling📊 Changes
9 files changed (+413 additions, -221 deletions)
View changed files
📝
backend/apps/web/models/auths.py(+9 -0)📝
backend/apps/web/models/users.py(+15 -1)📝
backend/apps/web/routers/auths.py(+35 -11)📝
backend/apps/web/routers/utils.py(+8 -1)📝
src/lib/apis/auths/index.ts(+31 -0)➕
src/lib/apis/utils/index.ts(+23 -0)➕
src/lib/components/chat/Settings/Account.svelte(+179 -0)➕
src/lib/components/chat/Settings/Account/UpdatePassword.svelte(+106 -0)📝
src/lib/components/chat/SettingsModal.svelte(+7 -208)📄 Description
Resolves #462
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.