stash/internal/api
WithoutPants 7b5bd80515 Separate graphql API from rest of the system (#2503)
* Move graphql generated files to api
* Refactor identify options
* Remove models.StashBoxes
* Move ScraperSource to scraper package
* Rename field strategy enums
* Rename identify.TaskOptions to Options
2022-09-06 07:03:40 +00:00
..
urlbuilders Caption support (#2462) 2022-05-06 11:59:28 +10:00
authentication.go Allow unauthenticated access to UI assets (#2755) 2022-07-22 17:23:40 +10:00
byterange.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
changeset_translator.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
check_version.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
context_keys.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
dir_list.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
images.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
locale.go Add Korean Language (#2601) 2022-05-19 15:38:42 -07:00
resolver.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_model_gallery.go Improve performance of gallery and image queries (#2422) 2022-03-25 12:00:51 +11:00
resolver_model_image.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_model_movie.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
resolver_model_performer.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
resolver_model_scene.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_model_scene_marker.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
resolver_model_studio.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
resolver_model_tag.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
resolver_mutation_configure.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_mutation_dlna.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_mutation_gallery.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_mutation_image.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_mutation_job.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
resolver_mutation_metadata.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_mutation_movie.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_mutation_performer.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_mutation_plugin.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_mutation_saved_filter.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_mutation_scene.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_mutation_scraper.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
resolver_mutation_stash_box.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_mutation_studio.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_mutation_tag.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_mutation_tag_test.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_configuration.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_dlna.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_find_gallery.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_find_image.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_find_movie.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_find_performer.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_find_saved_filter.go Customize recommendations (#2592) 2022-06-14 10:34:04 +10:00
resolver_query_find_scene.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_find_scene_marker.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_find_studio.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_find_tag.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_job.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_logs.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_metadata.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_plugin.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_scene.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_scraper.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_subscription_job.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_subscription_logging.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
routes_downloads.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
routes_image.go Fix image thumbnail generation (#2524) 2022-04-25 15:56:06 +10:00
routes_movie.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
routes_performer.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
routes_scene.go Caption support (#2462) 2022-05-06 11:59:28 +10:00
routes_studio.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
routes_tag.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
scraped_content.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
server.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
session.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
types.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00