[codex] Fix bekende personen feature review findings #50

Merged
janpeter merged 4 commits from codex/duplicate-cleanup-review-fixes into main 2026-06-13 17:11:45 +02:00
Owner

Summary

  • Require session auth before serving or proxying Immich person asset media.
  • Make the Immich person browser/search query the full local person set instead of a capped in-memory list.
  • Stop exposing physical filesystem paths in Immich person media details.
  • Add the code review and implementation plan markdown docs.

Why

The known-people feature review found unauthenticated media access, incomplete person discovery for larger Immich libraries, and local path leakage in the client detail model.

Validation

  • npm test
  • npm run build
## Summary - Require session auth before serving or proxying Immich person asset media. - Make the Immich person browser/search query the full local person set instead of a capped in-memory list. - Stop exposing physical filesystem paths in Immich person media details. - Add the code review and implementation plan markdown docs. ## Why The known-people feature review found unauthenticated media access, incomplete person discovery for larger Immich libraries, and local path leakage in the client detail model. ## Validation - npm test - npm run build
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
janpeter/Media-Organizer!50
No description provided.