stash/internal/api
sezzim 65e82a0cf6
Performer merge (#5910)
* Implement merging of performers
* Make the tag merge UI consistent with other types of merges
* Add merge action in scene menu
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2026-01-05 15:54:19 +11:00
..
loaders Add findFiles and findFile graphql queries (#5941) 2025-06-24 13:05:17 +10:00
urlbuilders Show gallery cover on the edit panel (#5935) 2025-09-25 15:26:24 +10:00
authentication.go Update tripwire link to direct to the forum (#5885) 2025-06-02 17:07:55 +10:00
bool_map.go
changeset_translator.go Bugfix: Add Trimspace to New Objects (#6226) 2025-11-27 07:48:56 +11:00
check_version.go Bug Fix: Update Macos Version Check (#6289) 2025-11-18 15:06:25 +11:00
context_keys.go
custom_fields.go Add support for removing custom field keys (#6362) 2025-12-04 07:28:06 +11:00
dir_list.go
doc.go
error.go
fields.go Add findFiles and findFile graphql queries (#5941) 2025-06-24 13:05:17 +10:00
images.go Feature: AVIF support (#6288) 2025-11-28 07:19:32 +11:00
input.go Fix issues linking a tag that already exists in the tag list (#6395) 2025-12-11 11:45:56 +11:00
json.go Fix custom field numbers not filtering correctly (#5685) 2025-02-26 14:04:51 +11:00
json_test.go Performer custom fields (#5487) 2024-12-03 13:49:55 +11:00
locale.go
models.go Add findFiles and findFile graphql queries (#5941) 2025-06-24 13:05:17 +10:00
plugin_map.go
resolver.go Add findFiles and findFile graphql queries (#5941) 2025-06-24 13:05:17 +10:00
resolver_model_config.go
resolver_model_file.go Add findFiles and findFile graphql queries (#5941) 2025-06-24 13:05:17 +10:00
resolver_model_folder.go Add findFiles and findFile graphql queries (#5941) 2025-06-24 13:05:17 +10:00
resolver_model_gallery.go
resolver_model_gallery_chapter.go
resolver_model_image.go Don't set image.title to file basename in graphql (#5658) 2025-02-18 16:32:33 +11:00
resolver_model_movie.go Group O-Counter Filter/Sort (#6122) 2025-11-10 11:53:53 +11:00
resolver_model_performer.go Performer custom fields (#5487) 2024-12-03 13:49:55 +11:00
resolver_model_plugin.go
resolver_model_saved_filter.go
resolver_model_scene.go
resolver_model_scene_marker.go
resolver_model_studio.go Show O Counter in Studio card (#5982) 2025-11-25 10:06:36 +11:00
resolver_model_tag.go Feature: Tag StashID support (#6255) 2025-11-13 14:24:09 +11:00
resolver_mutation_configure.go Respect user preference for type-to-create in image/scene multi-select form (#6376) 2025-12-11 08:22:29 +11:00
resolver_mutation_dlna.go
resolver_mutation_file.go Feature: Add trash support (#6237) 2025-11-26 13:38:19 +11:00
resolver_mutation_gallery.go Set organised flag in gallery create (#6418) 2025-12-17 17:13:03 +11:00
resolver_mutation_group.go Bugfix: Add Trimspace to New Objects (#6226) 2025-11-27 07:48:56 +11:00
resolver_mutation_image.go Feature: Add trash support (#6237) 2025-11-26 13:38:19 +11:00
resolver_mutation_job.go
resolver_mutation_metadata.go
resolver_mutation_migrate.go
resolver_mutation_movie.go Bugfix: Add Trimspace to New Objects (#6226) 2025-11-27 07:48:56 +11:00
resolver_mutation_package.go
resolver_mutation_performer.go Performer merge (#5910) 2026-01-05 15:54:19 +11:00
resolver_mutation_plugin.go
resolver_mutation_saved_filter.go Bugfix: Add Trimspace to New Objects (#6226) 2025-11-27 07:48:56 +11:00
resolver_mutation_scene.go Bugfix: Add Trimspace to New Objects (#6226) 2025-11-27 07:48:56 +11:00
resolver_mutation_scraper.go
resolver_mutation_stash_box.go Feature Request: Bulk Add by StashID and Name (#6310) 2025-11-28 13:19:14 +11:00
resolver_mutation_studio.go Performer merge (#5910) 2026-01-05 15:54:19 +11:00
resolver_mutation_tag.go Bugfix: Add Trimspace to New Objects (#6226) 2025-11-27 07:48:56 +11:00
resolver_mutation_tag_test.go
resolver_query_configuration.go Feature: Add trash support (#6237) 2025-11-26 13:38:19 +11:00
resolver_query_dlna.go
resolver_query_find_file.go Handle modified files where the case of the filename changed on case-insensitive filesystems (#6327) 2025-12-02 12:53:37 +11:00
resolver_query_find_folder.go Fix issues linking a tag that already exists in the tag list (#6395) 2025-12-11 11:45:56 +11:00
resolver_query_find_gallery.go Fix issues linking a tag that already exists in the tag list (#6395) 2025-12-11 11:45:56 +11:00
resolver_query_find_group.go Fix issues linking a tag that already exists in the tag list (#6395) 2025-12-11 11:45:56 +11:00
resolver_query_find_image.go Fix issues linking a tag that already exists in the tag list (#6395) 2025-12-11 11:45:56 +11:00
resolver_query_find_movie.go Fix issues linking a tag that already exists in the tag list (#6395) 2025-12-11 11:45:56 +11:00
resolver_query_find_performer.go Fix issues linking a tag that already exists in the tag list (#6395) 2025-12-11 11:45:56 +11:00
resolver_query_find_saved_filter.go
resolver_query_find_scene.go Fix issues linking a tag that already exists in the tag list (#6395) 2025-12-11 11:45:56 +11:00
resolver_query_find_scene_marker.go Fix issues linking a tag that already exists in the tag list (#6395) 2025-12-11 11:45:56 +11:00
resolver_query_find_studio.go Fix issues linking a tag that already exists in the tag list (#6395) 2025-12-11 11:45:56 +11:00
resolver_query_find_tag.go Fix issues linking a tag that already exists in the tag list (#6395) 2025-12-11 11:45:56 +11:00
resolver_query_job.go
resolver_query_logs.go
resolver_query_metadata.go
resolver_query_package.go
resolver_query_plugin.go
resolver_query_scene.go
resolver_query_scraper.go Feature: Manual StashId Search - Tags (#6374) 2025-12-04 11:20:29 +11:00
resolver_subscription_job.go
resolver_subscription_logging.go
routes.go
routes_custom.go
routes_downloads.go
routes_gallery.go
routes_group.go
routes_image.go
routes_performer.go Add SFW content mode option (#6262) 2025-11-18 11:13:35 +11:00
routes_plugin.go Add handler for /plugin/{}/assets (#5907) 2025-06-03 20:35:29 +10:00
routes_scene.go
routes_studio.go
routes_tag.go
scraped_content.go Handle marshalling scraped movie to group (#5974) 2025-06-30 07:51:53 +10:00
server.go Custom favicon and title (#6366) 2026-01-05 11:30:31 +11:00
session.go Login page internationalisation (#5765) 2025-03-27 11:56:43 +11:00
stash_box.go Add rate limit to stashbox connection (#5764) 2025-03-27 11:54:00 +11:00
timestamp.go
timestamp_test.go
types.go