mirror of
https://github.com/stashapp/stash.git
synced 2025-12-14 20:33:16 +01:00
* Add migration to create studio aliases table * Refactor studioQueryBuilder.Query to use filterBuilder * Expand GraphQL API with aliases support for studio * Add aliases support for studios to the UI * List aliases in details panel * Allow editing aliases in edit panel * Add 'aliases' filter when searching * Find studios by alias in filter / select * Add auto-tagging based on studio aliases * Support studio aliases for filename parsing * Support importing and exporting of studio aliases * Search for studio alias as well during scraping |
||
|---|---|---|
| .. | ||
| 1_initial.down.sql | ||
| 1_initial.up.sql | ||
| 2_cover_image.up.sql | ||
| 3_o_counter.up.sql | ||
| 4_movie.up.sql | ||
| 5_performer_gender.down.sql | ||
| 5_performer_gender.up.sql | ||
| 6_scenes_format.up.sql | ||
| 7_performer_optimization.up.sql | ||
| 8_movie_fix.up.sql | ||
| 9_studios_parent_studio.up.sql | ||
| 10_image_tables.up.sql | ||
| 11_tag_image.up.sql | ||
| 12_oshash.up.sql | ||
| 13_images.up.sql | ||
| 14_stash_box_ids.up.sql | ||
| 15_file_mod_time.up.sql | ||
| 16_organized_flag.up.sql | ||
| 17_reset_scene_size.up.sql | ||
| 18_scene_galleries.up.sql | ||
| 19_performer_tags.up.sql | ||
| 20_phash.up.sql | ||
| 21_performers_studios_details.up.sql | ||
| 22_performers_studios_rating.up.sql | ||
| 23_scenes_interactive.up.sql | ||
| 24_tag_aliases.up.sql | ||
| 25_saved_filters.up.sql | ||
| 26_tag_hierarchy.up.sql | ||
| 27_studio_aliases.up.sql | ||