stash/internal/autotag
WithoutPants 4017c42fe2
Handle modified files where the case of the filename changed on case-insensitive filesystems (#6327)
* Find existing files with case insensitivity if filesystem is case insensitive
* Handle case change in folders
* Optimise to only test file system case sensitivity if the first query found nothing

This limits the overhead to new paths, and adds an extra query for new paths to windows installs
2025-12-02 12:53:37 +11:00
..
doc.go Add package docs and project vision/goals (#5169) 2024-08-28 09:01:39 +10:00
gallery.go Use slices package from the stdlib when possible (#5360) 2024-10-29 11:26:23 +11:00
gallery_test.go Model refactor, part 3 (#4152) 2023-10-16 14:26:34 +11:00
image.go Use slices package from the stdlib when possible (#5360) 2024-10-29 11:26:23 +11:00
image_test.go Model refactor, part 3 (#4152) 2023-10-16 14:26:34 +11:00
integration_test.go Handle modified files where the case of the filename changed on case-insensitive filesystems (#6327) 2025-12-02 12:53:37 +11:00
performer.go Use slices package from the stdlib when possible (#5360) 2024-10-29 11:26:23 +11:00
performer_test.go Model refactor, part 3 (#4152) 2023-10-16 14:26:34 +11:00
scene.go Use slices package from the stdlib when possible (#5360) 2024-10-29 11:26:23 +11:00
scene_test.go Model refactor, part 3 (#4152) 2023-10-16 14:26:34 +11:00
studio.go Model refactor, part 2 (#4092) 2023-09-11 12:24:15 +10:00
studio_test.go Model refactor, part 3 (#4152) 2023-10-16 14:26:34 +11:00
tag.go Use slices package from the stdlib when possible (#5360) 2024-10-29 11:26:23 +11:00
tag_test.go Model refactor, part 3 (#4152) 2023-10-16 14:26:34 +11:00
tagger.go Model refactor (#3915) 2023-09-01 10:39:29 +10:00