stash/pkg/scraper
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
..
stashbox Add phash generation and dupe checking (#1158) 2021-04-12 09:04:40 +10:00
action.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
config.go Random strings for cookie values (#1122) 2021-02-23 13:40:43 +11:00
cookies.go Random strings for cookie values (#1122) 2021-02-23 13:40:43 +11:00
freeones.go Fix Freeones search (#1230) 2021-03-25 10:01:56 +11:00
image.go Setup and migration UI refactor (#1190) 2021-04-12 09:31:33 +10:00
json.go Expose url for URLReplace in JSON scrapeByURL and scrapeByFragment (#1150) 2021-03-02 09:19:56 +11:00
json_test.go Add JSON scrape support (#717) 2020-08-10 14:21:50 +10:00
mapped.go Support today, yesterday when using parseDate in scrapers (#1261) 2021-04-07 09:09:04 +10:00
mapped_test.go scraper/mapped: Add feetToCm post process. (#711) 2020-08-12 11:17:43 +10:00
matchers.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
query_url.go Expose url for URLReplace in JSON scrapeByURL and scrapeByFragment (#1150) 2021-03-02 09:19:56 +11:00
scrapers.go Setup and migration UI refactor (#1190) 2021-04-12 09:31:33 +10:00
script.go Find correct python executable (#1156) 2021-03-03 08:01:01 +11:00
stash.go Performer tags (#1132) 2021-03-10 12:25:51 +11:00
url.go Setup and migration UI refactor (#1190) 2021-04-12 09:31:33 +10:00
xpath.go Expose url for URLReplace in JSON scrapeByURL and scrapeByFragment (#1150) 2021-03-02 09:19:56 +11:00
xpath_test.go Setup and migration UI refactor (#1190) 2021-04-12 09:31:33 +10:00