stash/internal/identify
WithoutPants 7cff71c35f
Add filesystem based blob storage (#3187)
* Refactor transaction hooks. Add preCommit
* Add BlobStore
* Use blobStore for tag images
* Use blobStore for studio images
* Use blobStore for performer images
* Use blobStore for scene covers
* Don't generate screenshots in legacy directory
* Run post-hooks outside original transaction
* Use blobStore for movie images
* Remove unnecessary DestroyImage methods
* Add missing filter for scene cover
* Add covers to generate options
* Add generate cover option to UI
* Add screenshot migration
* Delete thumb files as part of screenshot migration
2023-03-17 10:52:49 +11:00
..
identify.go Add filesystem based blob storage (#3187) 2023-03-17 10:52:49 +11:00
identify_test.go Use post commit hook for post-create plugin hooks (#2920) 2022-09-19 14:53:06 +10:00
options.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
performer.go Performer disambiguation and aliases (#3113) 2022-12-01 13:54:08 +11:00
performer_test.go Performer disambiguation and aliases (#3113) 2022-12-01 13:54:08 +11:00
scene.go [Files Refactor] Performance tuning (#2819) 2022-09-06 07:03:42 +00:00
scene_test.go [Files Refactor] Performance tuning (#2819) 2022-09-06 07:03:42 +00:00
studio.go [Files Refactor] Performance tuning (#2819) 2022-09-06 07:03:42 +00:00
studio_test.go [Files Refactor] Performance tuning (#2819) 2022-09-06 07:03:42 +00:00