stash/internal/api
pickleahead 4c73f2f845
Add descriptions to tags and display tag cards on hover (#2708)
* add descriptions to tags
* display tag description and tag image on hover

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2022-10-06 10:01:06 +11:00
..
loaders [Files Refactor] Performance tuning (#2865) 2022-09-06 07:04:52 +00:00
urlbuilders File storage rewrite (#2676) 2022-09-06 07:03:42 +00: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 File storage rewrite (#2676) 2022-09-06 07:03:42 +00: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 Handle error in newImageBox WalkDir (#2894) 2022-09-14 14:20:09 +10:00
locale.go Add Korean Language (#2601) 2022-05-19 15:38:42 -07:00
resolver.go [Files Refactor] Performance tuning (#2819) 2022-09-06 07:03:42 +00:00
resolver_model_gallery.go Fix gallery checksum resolver error (#2929) 2022-09-19 16:50:04 +10:00
resolver_model_image.go [Files Refactor] Performance tuning (#2865) 2022-09-06 07:04:52 +00:00
resolver_model_movie.go [Files Refactor] Performance tuning (#2819) 2022-09-06 07:03:42 +00:00
resolver_model_performer.go [Files Refactor] Performance tuning (#2819) 2022-09-06 07:03:42 +00:00
resolver_model_scene.go [Files Refactor] Performance tuning (#2865) 2022-09-06 07:04:52 +00:00
resolver_model_scene_marker.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_model_studio.go [Files Refactor] Performance tuning (#2819) 2022-09-06 07:03:42 +00:00
resolver_model_tag.go Add descriptions to tags and display tag cards on hover (#2708) 2022-10-06 10:01:06 +11:00
resolver_mutation_configure.go Fix backup issues (#2966) 2022-09-30 20:57:28 +10: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 Rebuild association tables, ensure file-system-based galleries cannot be changed (#2955) 2022-09-30 09:18:58 +10:00
resolver_mutation_image.go Rebuild association tables, ensure file-system-based galleries cannot be changed (#2955) 2022-09-30 09:18:58 +10:00
resolver_mutation_job.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
resolver_mutation_metadata.go Add backup directory path setting (#2953) 2022-09-30 10:00:50 +10:00
resolver_mutation_movie.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_mutation_performer.go [Files Refactor] Performance tuning (#2819) 2022-09-06 07:03:42 +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 Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_mutation_scene.go Fix bulk add movie to scenes and autotag transaction error (#2928) 2022-09-19 14:52:40 +10:00
resolver_mutation_scraper.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
resolver_mutation_stash_box.go [Files Refactor] Bug fixes (#2868) 2022-09-06 07:04:52 +00:00
resolver_mutation_studio.go [Files Refactor] Performance tuning (#2819) 2022-09-06 07:03:42 +00:00
resolver_mutation_tag.go Add descriptions to tags and display tag cards on hover (#2708) 2022-10-06 10:01:06 +11:00
resolver_mutation_tag_test.go Use post commit hook for post-create plugin hooks (#2920) 2022-09-19 14:53:06 +10:00
resolver_query_configuration.go [Feature] Config option for sub content display (#2832) 2022-09-30 11:28:47 +10: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 Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_query_find_image.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
resolver_query_find_movie.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_query_find_performer.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_query_find_saved_filter.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_query_find_scene.go [Files Refactor] Performance tuning (#2865) 2022-09-06 07:04:52 +00:00
resolver_query_find_scene_marker.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_query_find_studio.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_query_find_tag.go Restructure data layer (#2532) 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 [Files Refactor] Performance tuning (#2865) 2022-09-06 07:04:52 +00:00
resolver_query_scraper.go Restructure data layer (#2532) 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 Add default thumbnails for scenes and images (#2949) 2022-10-03 13:01:35 +11:00
routes_movie.go Suppress benign broken pipe and context closed warnings (#2927) 2022-09-19 15:01:40 +10:00
routes_performer.go Suppress benign broken pipe and context closed warnings (#2927) 2022-09-19 15:01:40 +10:00
routes_scene.go Suppress new context closed errors (#2947) 2022-09-26 11:41:28 +10:00
routes_studio.go Suppress benign broken pipe and context closed warnings (#2927) 2022-09-19 15:01:40 +10:00
routes_tag.go Suppress benign broken pipe and context closed warnings (#2927) 2022-09-19 15:01:40 +10:00
scraped_content.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
server.go Fix JSON.parse console error (#2943) 2022-09-25 10:06:32 +10:00
session.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
types.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00