stash/pkg/gallery
DingDongSoLong4 1c13c9e1b1
SQLite model refactoring (#3791)
* Remove ID from PerformerPartial
* Separate studio model from sqlite model
* Separate movie model from sqlite model
* Separate tag model from sqlite model
* Separate saved filter model from sqlite model
* Separate scene marker model from sqlite model
* Separate gallery chapter model from sqlite model
* Move ErrNoRows checks into sqlite, improve empty result error messages
* Move SQLiteDate and SQLiteTimestamp to sqlite
* Use changesetTranslator everywhere, refactor for consistency
* Make PerformerStore.DestroyImage private
* Fix rating on movie create
2023-06-15 12:46:09 +10:00
..
chapter_import.go SQLite model refactoring (#3791) 2023-06-15 12:46:09 +10:00
delete.go Add Chapters for Galleries (#3289) 2023-03-16 15:04:54 +11:00
export.go SQLite model refactoring (#3791) 2023-06-15 12:46:09 +10:00
export_test.go SQLite model refactoring (#3791) 2023-06-15 12:46:09 +10:00
filter.go
import.go SQLite model refactoring (#3791) 2023-06-15 12:46:09 +10:00
import_test.go SQLite model refactoring (#3791) 2023-06-15 12:46:09 +10:00
query.go
scan.go Handle file rescan (#2951) 2022-09-28 16:08:00 +10:00
service.go Update gallery UpdatedAt timestamp on contents change (#3771) 2023-05-31 11:06:01 +10:00
update.go Update gallery UpdatedAt timestamp on contents change (#3771) 2023-05-31 11:06:01 +10:00
validation.go Rebuild association tables, ensure file-system-based galleries cannot be changed (#2955) 2022-09-30 09:18:58 +10:00