stash/pkg/gallery
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
..
chapter_import.go Model refactor (#3915) 2023-09-01 10:39:29 +10:00
delete.go Fix handling of files to delete during delete Gallery operation (#5213) 2024-09-05 11:27:31 +10:00
export.go Add Studio Code and Photographer to Galleries. (#4195) 2023-11-28 15:05:33 +11:00
export_test.go Model refactor, part 3 (#4152) 2023-10-16 14:26:34 +11:00
filter.go Selective clean (#2125) 2021-12-16 13:28:44 +11:00
import.go Handle modified files where the case of the filename changed on case-insensitive filesystems (#6327) 2025-12-02 12:53:37 +11:00
import_test.go Performer custom fields (#5487) 2024-12-03 13:49:55 +11:00
query.go Model refactor (#3915) 2023-09-01 10:39:29 +10:00
scan.go Improve plugin hook cyclic detection (#4625) 2024-02-28 08:29:25 +11:00
service.go Fix handling of files to delete during delete Gallery operation (#5213) 2024-09-05 11:27:31 +10:00
update.go Support for assigning any image from a gallery as the cover (#5053) 2024-08-29 11:24:52 +10:00
validation.go Genericise sliceutil functions (#4253) 2023-11-02 08:58:32 +11:00