[PR #6779] [MERGED] fix(server): avoid leaking people data on shared links #11345

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/6779
Author: @martabal
Created: 1/30/2024
Status: Merged
Merged: 1/31/2024
Merged by: @alextran1502

Base: mainHead: fix/leak-info-shared-link


📝 Commits (2)

  • 4b1edc5 fix: avoid leaking people data on shared links
  • c3e21d6 test: add e2e test

📊 Changes

2 files changed (+42 additions, -1 deletions)

View changed files

📝 server/e2e/api/specs/asset.e2e-spec.ts (+41 -0)
📝 server/src/domain/asset/asset.service.ts (+1 -1)

📄 Description

Avoid leaking owner data on shared links when viewing as guest


🔄 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/6779 **Author:** [@martabal](https://github.com/martabal) **Created:** 1/30/2024 **Status:** ✅ Merged **Merged:** 1/31/2024 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/leak-info-shared-link` --- ### 📝 Commits (2) - [`4b1edc5`](https://github.com/immich-app/immich/commit/4b1edc5d513192e467e1d7b04f93a44cd11e85dd) fix: avoid leaking people data on shared links - [`c3e21d6`](https://github.com/immich-app/immich/commit/c3e21d6e8fe1e4ad2a41778290cf38a3a921f78e) test: add e2e test ### 📊 Changes **2 files changed** (+42 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/e2e/api/specs/asset.e2e-spec.ts` (+41 -0) 📝 `server/src/domain/asset/asset.service.ts` (+1 -1) </details> ### 📄 Description Avoid leaking owner data on shared links when viewing as guest --- <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:37:50 +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#11345