stash/internal/api
WithoutPants 5495d72849 File storage rewrite (#2676)
* Restructure data layer part 2 (#2599)
* Refactor and separate image model
* Refactor image query builder
* Handle relationships in image query builder
* Remove relationship management methods
* Refactor gallery model/query builder
* Add scenes to gallery model
* Convert scene model
* Refactor scene models
* Remove unused methods
* Add unit tests for gallery
* Add image tests
* Add scene tests
* Convert unnecessary scene value pointers to values
* Convert unnecessary pointer values to values
* Refactor scene partial
* Add scene partial tests
* Refactor ImagePartial
* Add image partial tests
* Refactor gallery partial update
* Add partial gallery update tests
* Use zero/null package for null values
* Add files and scan system
* Add sqlite implementation for files/folders
* Add unit tests for files/folders
* Image refactors
* Update image data layer
* Refactor gallery model and creation
* Refactor scene model
* Refactor scenes
* Don't set title from filename
* Allow galleries to freely add/remove images
* Add multiple scene file support to graphql and UI
* Add multiple file support for images in graphql/UI
* Add multiple file for galleries in graphql/UI
* Remove use of some deprecated fields
* Remove scene path usage
* Remove gallery path usage
* Remove path from image
* Move funscript to video file
* Refactor caption detection
* Migrate existing data
* Add post commit/rollback hook system
* Lint. Comment out import/export tests
* Add WithDatabase read only wrapper
* Prepend tasks to list
* Add 32 pre-migration
* Add warnings in release and migration notes
2022-09-06 07:03:42 +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 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 File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
resolver_model_gallery.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
resolver_model_image.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
resolver_model_movie.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_model_performer.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_model_scene.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
resolver_model_scene_marker.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_model_studio.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_model_tag.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_mutation_configure.go Restructure data layer (#2532) 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 File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
resolver_mutation_image.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
resolver_mutation_job.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
resolver_mutation_metadata.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_mutation_movie.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_mutation_performer.go File storage rewrite (#2676) 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 File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
resolver_mutation_scraper.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
resolver_mutation_stash_box.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_mutation_studio.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
resolver_mutation_tag.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_mutation_tag_test.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
resolver_query_configuration.go Restructure data layer (#2532) 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 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 File storage rewrite (#2676) 2022-09-06 07:03:42 +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 Restructure data layer (#2532) 2022-09-06 07:03:40 +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 File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
routes_movie.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
routes_performer.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
routes_scene.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
routes_studio.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
routes_tag.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
scraped_content.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
server.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00: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