Files
MilkyShots/Lactose
REDCODE 44394daebf fix(AlbumController): exclude deleted assets from search visibility for #11
Album search for User role used asset.IsPubliclyShared and
SharedWith checks without filtering soft-deleted assets. A deleted
public asset would cause its album to appear in search results.

Added asset.DeletedAt == null checks to both filter paths.

Refs: #11
2026-07-08 17:49:08 +02:00
..
2026-07-08 01:08:00 +02:00
2026-07-08 01:08:00 +02:00
2024-09-24 17:21:40 +02:00