[PR #788] [CLOSED] Draft: user deletion from web interface #8759

Closed
opened 2026-02-05 13:52:48 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/788
Author: @PrivateGER
Created: 10/5/2022
Status: Closed

Base: mainHead: feature/delete-users


📝 Commits (1)

  • 84c50c3 First draft: user deletion

📊 Changes

10 files changed (+178 additions, -3 deletions)

View changed files

openapitools.json (+7 -0)
📝 server/apps/immich/src/api-v1/user/user-repository.ts (+5 -0)
📝 server/apps/immich/src/api-v1/user/user.controller.ts (+9 -0)
📝 server/apps/immich/src/api-v1/user/user.service.spec.ts (+13 -0)
📝 server/apps/immich/src/api-v1/user/user.service.ts (+20 -0)
📝 server/immich-openapi-specs.json (+1 -1)
📝 web/src/api/open-api/.openapi-generator/FILES (+0 -1)
📝 web/src/api/open-api/api.ts (+67 -0)
📝 web/src/lib/components/forms/edit-user-form.svelte (+23 -0)
📝 web/src/routes/admin/+page.svelte (+33 -1)

📄 Description

Relates to #695

This is a first draft, the user deletion endpoint does work and removes the user, but the other data (such as shared albums) owned by the user will need to be adjusted as well.

The frontend will also need changes, maybe the data owned by the deleted user could be rewritten to become owned by "Deleted User" similar in a way that Discord does it.


🔄 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/immich-app/immich/pull/788 **Author:** [@PrivateGER](https://github.com/PrivateGER) **Created:** 10/5/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/delete-users` --- ### 📝 Commits (1) - [`84c50c3`](https://github.com/immich-app/immich/commit/84c50c352338522ec327a07f5c7ad6d19ab2b650) First draft: user deletion ### 📊 Changes **10 files changed** (+178 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `openapitools.json` (+7 -0) 📝 `server/apps/immich/src/api-v1/user/user-repository.ts` (+5 -0) 📝 `server/apps/immich/src/api-v1/user/user.controller.ts` (+9 -0) 📝 `server/apps/immich/src/api-v1/user/user.service.spec.ts` (+13 -0) 📝 `server/apps/immich/src/api-v1/user/user.service.ts` (+20 -0) 📝 `server/immich-openapi-specs.json` (+1 -1) 📝 `web/src/api/open-api/.openapi-generator/FILES` (+0 -1) 📝 `web/src/api/open-api/api.ts` (+67 -0) 📝 `web/src/lib/components/forms/edit-user-form.svelte` (+23 -0) 📝 `web/src/routes/admin/+page.svelte` (+33 -1) </details> ### 📄 Description Relates to #695 This is a first draft, the user deletion endpoint does work and removes the user, but the other data (such as shared albums) owned by the user will need to be adjusted as well. The frontend will also need changes, maybe the data owned by the deleted user could be rewritten to become owned by "Deleted User" similar in a way that Discord does it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:52:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8759