stash/pkg/sqlite
julien0221 25311247ed
added an url filter option in scenes (#1266)
* added an url filter option in scenes
* added url filter on gallery, movies, performers and studios
* Add empty string filter to stringCriterionHandler
* Add unit tests

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2021-04-09 15:05:11 +10:00
..
filter.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
filter_internal_test.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
gallery.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
gallery_test.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
image.go Performer tags (#1132) 2021-03-10 12:25:51 +11:00
image_test.go Performer tags (#1132) 2021-03-10 12:25:51 +11:00
movies.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
movies_test.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
performer.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
performer_test.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
query.go Handle NULL in regex criteria (#1208) 2021-03-16 11:13:14 +11:00
repository.go Add sqlite filter builder. Add AND, OR, NOT filters to scene filter (#1115) 2021-03-02 11:27:36 +11:00
scene.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
scene_marker.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
scene_marker_test.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
scene_test.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
scraped_item.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
setup_test.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
sql.go Add sqlite filter builder. Add AND, OR, NOT filters to scene filter (#1115) 2021-03-02 11:27:36 +11:00
stash_id_test.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
studio.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
studio_test.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
tag.go Remove slim graphql endpoints (#1207) 2021-03-17 11:17:01 +11:00
tag_test.go Performer tags (#1132) 2021-03-10 12:25:51 +11:00
transaction.go Add write mutex and max connection lifetime (#1211) 2021-03-18 21:45:01 +11:00