[PR #584] [MERGED] feat: profile image update support #7184

Closed
opened 2025-11-11 17:19:30 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: profile-update


📝 Commits (4)

  • 418da74 feat: profile image update backend
  • 3ce8f3e feat: profile update frontend integration
  • 0c32206 feat: use local profile image by default
  • 77e27ce fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/584 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 1/27/2024 **Status:** ✅ Merged **Merged:** 1/27/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `profile-update` --- ### 📝 Commits (4) - [`418da74`](https://github.com/open-webui/open-webui/commit/418da74756430c97a35a34d1b58d8ad1d6d3add8) feat: profile image update backend - [`3ce8f3e`](https://github.com/open-webui/open-webui/commit/3ce8f3e8fbf150d078a50ade048bf81722d81275) feat: profile update frontend integration - [`0c32206`](https://github.com/open-webui/open-webui/commit/0c322063b590a8ba7d0540e6cfaaa6631cd4a13b) feat: use local profile image by default - [`77e27ce`](https://github.com/open-webui/open-webui/commit/77e27ce248698441a3b5184dd503ea6d2e7fca53) fix: styling ### 📊 Changes **9 files changed** (+413 additions, -221 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Resolves #462 --- <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 17:19:30 -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#7184