[PR #716] [MERGED] fix(server): correct user permission to update user info #8735

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/716
Author: @alextran1502
Created: 9/18/2022
Status: Merged
Merged: 9/18/2022
Merged by: @alextran1502

Base: mainHead: fix/update-user-permission


📝 Commits (4)

📊 Changes

3 files changed (+157 additions, -5 deletions)

View changed files

📝 server/apps/immich/src/api-v1/user/user.controller.ts (+5 -2)
server/apps/immich/src/api-v1/user/user.service.spec.ts (+137 -0)
📝 server/apps/immich/src/api-v1/user/user.service.ts (+15 -3)

📄 Description

  • Added guard and tests
  • Added test
  • Add more tests

🔄 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/716 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 9/18/2022 **Status:** ✅ Merged **Merged:** 9/18/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/update-user-permission` --- ### 📝 Commits (4) - [`ce66373`](https://github.com/immich-app/immich/commit/ce663737f4b902ef1b5cdfa51779e63bad9ccd9e) Added guard and tests - [`0f4c003`](https://github.com/immich-app/immich/commit/0f4c003030a6507bac34f7e2ba75907f0c9a6c65) Added test - [`bab26a5`](https://github.com/immich-app/immich/commit/bab26a5f090ceb3453cb6832cf6297c7083823b2) Add more tests - [`05f052e`](https://github.com/immich-app/immich/commit/05f052e45d3c5a2e476dddf262a40f7822cb0b75) Remove unused code ### 📊 Changes **3 files changed** (+157 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `server/apps/immich/src/api-v1/user/user.controller.ts` (+5 -2) ➕ `server/apps/immich/src/api-v1/user/user.service.spec.ts` (+137 -0) 📝 `server/apps/immich/src/api-v1/user/user.service.ts` (+15 -3) </details> ### 📄 Description - Added guard and tests - Added test - Add more tests --- <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:22 +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#8735