stash/pkg/models
gitgiggety f66333bac9
Add date filters (#2834)
* graphql: support date and timestamp filter types
* sql: add support for date & timestamp criterions
* ui: add support for date and timestamp criterions
* scenes: add support for filtering by date, created at and updated at
* image: support filtering by created at and updated at
* gallery: support filtering by date, created at and updated at
* movie: support filtering by date, created at and updated at
* studio: support filtering by date, created at and updated at
* tag: support filtering by date, created at and updated at
* performer: support filtering by bitrh & death date and created & updated at
* marker: support filtering by created & updated at and scene date, created & updated at
2022-11-15 11:52:05 +11:00
..
json Restructure ffmpeg (#2392) 2022-04-18 10:50:10 +10:00
jsonschema Support file-less scenes. Add scene split, merge and reassign file (#3006) 2022-11-14 16:35:09 +11:00
mocks Performer refactor (#3057) 2022-10-31 14:58:01 +11:00
paths Support file-less scenes. Add scene split, merge and reassign file (#3006) 2022-11-14 16:35:09 +11:00
date.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
errors.go Refactor scraper top half (#1893) 2021-11-19 10:55:34 +11:00
file.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
filter.go Add date filters (#2834) 2022-11-15 11:52:05 +11:00
find_filter.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
gallery.go Add date filters (#2834) 2022-11-15 11:52:05 +11:00
generate.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
image.go Add date filters (#2834) 2022-11-15 11:52:05 +11:00
import.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
int64.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
model_file.go Handle file rescan (#2951) 2022-09-28 16:08:00 +10:00
model_gallery.go Make title optional for non-user created galleries (#3110) 2022-11-10 14:19:13 +11:00
model_image.go [Files Refactor] Set primary flag when cleaning (#2880) 2022-09-06 07:04:52 +00:00
model_joins.go Support file-less scenes. Add scene split, merge and reassign file (#3006) 2022-11-14 16:35:09 +11:00
model_movie.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
model_performer.go Change performer height to be numeric (#3060) 2022-11-08 14:09:03 +11:00
model_saved_filter.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
model_scene.go Support file-less scenes. Add scene split, merge and reassign file (#3006) 2022-11-14 16:35:09 +11:00
model_scene_marker.go
model_scene_test.go [Feature] Add fields `director` and (studio) `code` to scenes (#3051) 2022-11-07 18:16:52 +11:00
model_scraped_item.go [Feature] Add fields `director` and (studio) `code` to scenes (#3051) 2022-11-07 18:16:52 +11:00
model_studio.go Add ignore autotag flag (#2439) 2022-04-04 20:03:39 +10:00
model_tag.go Add descriptions to tags and display tag cards on hover (#2708) 2022-10-06 10:01:06 +11:00
movie.go Add date filters (#2834) 2022-11-15 11:52:05 +11:00
performer.go Add date filters (#2834) 2022-11-15 11:52:05 +11:00
query.go Show duration and filesize in results (#1776) 2021-10-25 11:40:13 +11:00
relationships.go Support file-less scenes. Add scene split, merge and reassign file (#3006) 2022-11-14 16:35:09 +11:00
repository.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
resolution.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
saved_filter.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
scene.go Add date filters (#2834) 2022-11-15 11:52:05 +11:00
scene_marker.go Add date filters (#2834) 2022-11-15 11:52:05 +11:00
scraped.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
search.go Add search string parsing (#1982) 2021-11-22 14:59:22 +11:00
search_test.go Add search string parsing (#1982) 2021-11-22 14:59:22 +11:00
sql.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
sqlite_date.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
sqlite_date_test.go Validate SQLiteDate (#2052) 2021-11-23 08:18:43 +11:00
sqlite_timestamp.go
stash_box.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
stash_ids.go Support file-less scenes. Add scene split, merge and reassign file (#3006) 2022-11-14 16:35:09 +11:00
studio.go Add date filters (#2834) 2022-11-15 11:52:05 +11:00
tag.go Add date filters (#2834) 2022-11-15 11:52:05 +11:00
timestamp.go Support a minModTime input on metadata scans. (#1951) 2021-11-26 11:48:31 +11:00
timestamp_test.go Support a minModTime input on metadata scans. (#1951) 2021-11-26 11:48:31 +11:00
update.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
value.go Support file-less scenes. Add scene split, merge and reassign file (#3006) 2022-11-14 16:35:09 +11:00