mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 22:52:58 +03:00
[PR #355] [MERGED] feat(profile-picture): allow reset of profile picture #859
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/pocket-id/pocket-id/pull/355
Author: @kmendell
Created: 3/17/2025
Status: ✅ Merged
Merged: 3/18/2025
Merged by: @stonith404
Base:
main← Head:feat/reset-profile-picture📝 Commits (5)
53642dcfeat(profile-picture): allow reset of profile picture318a160fix: split up profile picture stringsb4608affix: codeql warnings38483a4minor improvementsee2764eMerge branch 'main' into feat/reset-profile-picture📊 Changes
6 files changed (+156 additions, -31 deletions)
View changed files
📝
backend/internal/controller/user_controller.go(+40 -0)📝
backend/internal/service/user_service.go(+24 -0)📝
frontend/src/lib/components/form/profile-picture-settings.svelte(+60 -27)📝
frontend/src/lib/services/user-service.ts(+8 -0)📝
frontend/src/routes/settings/account/+page.svelte(+14 -2)📝
frontend/src/routes/settings/admin/users/[id]/+page.svelte(+10 -2)📄 Description
Fixes: https://github.com/pocket-id/pocket-id/issues/346
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.