stash/pkg/models/mocks
notsafeforgit 2fb31cfff2 feat: Implement Image Duplicate Checker
This change introduces a new tool to identify duplicate images based on their perceptual hash (phash). It includes:
- Backend implementation for phash distance comparison and grouping.
- GraphQL schema updates and API resolvers.
- Frontend UI for the Image Duplicate Checker tool.
- Unit tests for the image search and duplicate detection logic.
2026-03-29 23:47:36 -07:00
..
database.go Fix stale browser-cached thumbnails after file content changes during scan. (#6622) 2026-03-02 15:53:02 +11:00
FileReaderWriter.go Add option to ignore zip contents during clean (#6700) 2026-03-18 15:58:32 +11:00
FolderReaderWriter.go Expand folder select hierarchy based on initial selected folder (#6738) 2026-03-23 16:15:23 +11:00
GalleryChapterReaderWriter.go Fix scene marker/gallery chapter update overwriting created at date (#3945) 2023-07-27 09:44:06 +10:00
GalleryReaderWriter.go Make gallery/scene association during scan more consistent (#6705) 2026-03-19 08:54:44 +11:00
GroupReaderWriter.go Backend support for Group custom fields (#6596) 2026-02-23 11:53:12 +11:00
ImageReaderWriter.go feat: Implement Image Duplicate Checker 2026-03-29 23:47:36 -07:00
PerformerReaderWriter.go Performer merge (#5910) 2026-01-05 15:54:19 +11:00
query.go Ignore missing scenes when submitting fingerprints (#5799) 2025-04-02 15:48:07 +11:00
SavedFilterReaderWriter.go Movie group renames (#5039) 2024-07-04 09:10:26 +10:00
SceneMarkerReaderWriter.go Model refactor (#3915) 2023-09-01 10:39:29 +10:00
SceneReaderWriter.go Scene custom field backend support (#6584) 2026-02-18 16:50:32 +11:00
StudioReaderWriter.go Studio custom fields backend support (#6156) 2026-02-05 09:01:29 +11:00
TagReaderWriter.go FR: Tags Tagger (#6559) 2026-02-25 11:39:14 +11:00