stash/pkg/sqlite
WithoutPants f6ffda7504
Setup and migration UI refactor (#1190)
* Make config instance-based
* Remove config dependency in paths
* Refactor config init
* Allow startup without database
* Get system status at UI initialise
* Add setup wizard
* Cache and Metadata optional. Database mandatory
* Handle metadata not set during full import/export
* Add links
* Remove config check middleware
* Stash not mandatory
* Panic on missing mandatory config fields
* Redirect setup to main page if setup not required
* Add migration UI
* Remove unused stuff
* Move UI initialisation into App
* Don't create metadata paths on RefreshConfig
* Add folder selector for generated in setup
* Env variable to set and create config file.
Make docker images use a fixed config file.
* Set config file during setup
2021-04-12 09:31:33 +10:00
..
filter.go Join count filter criteria (#1254) 2021-04-09 18:46:00 +10:00
filter_internal_test.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
gallery.go Join count filter criteria (#1254) 2021-04-09 18:46:00 +10:00
gallery_test.go Join count filter criteria (#1254) 2021-04-09 18:46:00 +10:00
image.go Join count filter criteria (#1254) 2021-04-09 18:46:00 +10:00
image_test.go Join count filter criteria (#1254) 2021-04-09 18:46:00 +10:00
movies.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
movies_test.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
performer.go Join count filter criteria (#1254) 2021-04-09 18:46:00 +10:00
performer_test.go Join count filter criteria (#1254) 2021-04-09 18:46:00 +10:00
query.go Join count filter criteria (#1254) 2021-04-09 18:46:00 +10:00
repository.go Add sqlite filter builder. Add AND, OR, NOT filters to scene filter (#1115) 2021-03-02 11:27:36 +11:00
scene.go Add phash generation and dupe checking (#1158) 2021-04-12 09:04:40 +10:00
scene_marker.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
scene_marker_test.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
scene_test.go Join count filter criteria (#1254) 2021-04-09 18:46:00 +10:00
scraped_item.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
setup_test.go Join count filter criteria (#1254) 2021-04-09 18:46:00 +10:00
sql.go Join count filter criteria (#1254) 2021-04-09 18:46:00 +10:00
stash_id_test.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
studio.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
studio_test.go added an url filter option in scenes (#1266) 2021-04-09 15:05:11 +10:00
tag.go Remove slim graphql endpoints (#1207) 2021-03-17 11:17:01 +11:00
tag_test.go Performer tags (#1132) 2021-03-10 12:25:51 +11:00
transaction.go Setup and migration UI refactor (#1190) 2021-04-12 09:31:33 +10:00