[PR #2143] [MERGED] fix(server): user update #9396

Closed
opened 2026-02-05 14:03:59 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2143
Author: @alextran1502
Created: 4/1/2023
Status: Merged
Merged: 4/1/2023
Merged by: @alextran1502

Base: mainHead: fix/user-update-related-issues


📝 Commits (5)

📊 Changes

10 files changed (+116 additions, -85 deletions)

View changed files

📝 mobile/openapi/doc/UpdateUserDto.md (+1 -2)
📝 mobile/openapi/lib/model/update_user_dto.dart (+10 -27)
📝 mobile/openapi/test/update_user_dto_test.dart (+5 -10)
📝 server/apps/immich/src/controllers/user.controller.ts (+1 -1)
📝 server/apps/immich/test/user.e2e-spec.ts (+66 -3)
📝 server/immich-openapi-specs.json (+12 -10)
📝 server/libs/domain/src/user/dto/update-user.dto.ts (+8 -18)
📝 server/libs/domain/src/user/user.core.ts (+7 -3)
📝 server/libs/domain/src/user/user.service.ts (+1 -0)
📝 web/src/api/open-api/api.ts (+5 -11)

📄 Description

No description provided


🔄 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/2143 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 4/1/2023 **Status:** ✅ Merged **Merged:** 4/1/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/user-update-related-issues` --- ### 📝 Commits (5) - [`1cebc6a`](https://github.com/immich-app/immich/commit/1cebc6ada319cdc1e199ae863a1c103b3d109d4e) fix(server): user update - [`d160bb4`](https://github.com/immich-app/immich/commit/d160bb4e01a4bcaf65a7149e6ba0f3d8587291c5) update dto - [`58c8b90`](https://github.com/immich-app/immich/commit/58c8b9086f68deea5e39f879a811b1c37defa0b1) generate api - [`7edd40a`](https://github.com/immich-app/immich/commit/7edd40acfe858f6dd844eac977e1e23b6471a26f) improve validation - [`33ba51c`](https://github.com/immich-app/immich/commit/33ba51c17bd005c2d73d4bad2b62e4b7abb746a7) add e2e tests for updating user ### 📊 Changes **10 files changed** (+116 additions, -85 deletions) <details> <summary>View changed files</summary> 📝 `mobile/openapi/doc/UpdateUserDto.md` (+1 -2) 📝 `mobile/openapi/lib/model/update_user_dto.dart` (+10 -27) 📝 `mobile/openapi/test/update_user_dto_test.dart` (+5 -10) 📝 `server/apps/immich/src/controllers/user.controller.ts` (+1 -1) 📝 `server/apps/immich/test/user.e2e-spec.ts` (+66 -3) 📝 `server/immich-openapi-specs.json` (+12 -10) 📝 `server/libs/domain/src/user/dto/update-user.dto.ts` (+8 -18) 📝 `server/libs/domain/src/user/user.core.ts` (+7 -3) 📝 `server/libs/domain/src/user/user.service.ts` (+1 -0) 📝 `web/src/api/open-api/api.ts` (+5 -11) </details> ### 📄 Description _No description provided_ --- <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 14:03:59 +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#9396