Commit Graph

59 Commits

Author SHA1 Message Date
Stash Dev 763424bc40 Update GQLGen and break up the schema.graphql file 2019-03-27 12:47:43 -07:00
Stash Dev 2e57c2a17a Fixes
Various fixes from Discord discussions.
2019-03-27 12:26:50 -07:00
Stash Dev e05d187a77 Fixes
* Added date to release body
* Added AVI to the scan task
* Fixed index out of bounds when generating sprites
2019-03-26 09:45:08 -07:00
Stash Dev 3b83371f84 Fix invalid scene marker tag count 2019-03-24 19:07:08 -07:00
Stash Dev b1db98bd1f Filter improvement exploration
Changed the rating filter to allow for more than just an equality check.  This progresses #29.
2019-03-24 15:11:58 -07:00
Stash Dev c1f1a6ccff More configuration options
* Allow configuration of generated file path and database path.  Closes #33
* Added checkboxes to choose what gets generated for the generate task.  Closes #32
2019-03-24 10:04:31 -07:00
StashAppDev 06d88cbeb4
Update README.md
[ci skip]
2019-03-23 17:13:55 -07:00
Stash Dev aeac58b65c Merge branch 'fixes' into develop 2019-03-23 16:34:10 -07:00
Stash Dev c73f78bb42 JPEG is a valid gallery file. Closes #28 2019-03-23 16:30:10 -07:00
Stash Dev 543d2597ec Tweaks
* Fixed scene marker "scene_updated_at" sort option
* Added "created_at" and "updated_at" sort options.  Closes #19
2019-03-23 16:27:53 -07:00
StashAppDev 3e25f78854
Update README.md
[ci skip]
2019-03-23 15:40:23 -07:00
Stash Dev 255ec4822a Merge branch 'refactor' into develop 2019-03-23 14:11:09 -07:00
Stash Dev ae9bbf237f Support multiple content folders. Closes #2 2019-03-23 14:09:05 -07:00
Stash Dev d959d61e6c go mod vendor 2019-03-23 10:12:20 -07:00
Stash Dev dd22d88d07 Config Tweaks
Using viper for config management.  Added configuration endpoint.
2019-03-23 10:06:37 -07:00
Stash Dev b69739dcc4 Fix travis build 2019-03-15 16:27:09 -07:00
Stash Dev 81177847e3 UI V2 Build updates 2019-03-15 15:46:47 -07:00
Stash Dev 66d2c5ca04 UI V2
Squashed commits:
[e74bbf9] stuff
[28476de] stuff
[c7efb7b] stuff
[2c78f94] stuff
[f79338e] stuff
[a697876] stuff
[85bb60e] stuff
[9f108b2] stuff
[d8e00c0] stuff
[7787ef9] stuff
[f7f10b7] stuff
[aa266f7] stuff
[511ba6b] stuff
[7453747] stuff
[db55e2d] stuff
[b362623] stuff
[7288c17] stuff
[86638cd] stuff
[879dac4] stuff
[65a4996] stuff
[c6fb361] stuff
[d449ce7] stuff
[349dffa] stuff
[84206ab] stuff
[0253c65] stuff
[cc0992e] stuff
[3289e7d] stuff
[d9ab290] stuff
[dcc980d] stuff
[7787da8] stuff
[5bcf7cd] stuff
[00e9316] stuff
[54c9398] stuff
[72b6ee1] stuff
[4b4b26c] stuff
[4cbdb06] stuff
[1a240b3] stuff
[650ea08] stuff
[37440ef] stuff
[9ee66ba] stuff
[b430c86] stuff
[37159c3] stuff
[deba837] stuff
[6ac65f6] stuff
[a2ca1a1] stuff
[c010229] stuff
[3fd7306] stuff
[cbe6efc] stuff
[997a8d0] stuff
[d0708a2] stuff
[d316aba] stuff
[4fe9900] Added initial files
2019-03-15 15:33:51 -07:00
Stash Dev c4d45db30c Fix json time when unmarshalling
https://github.com/stashapp/stash/issues/25
2019-03-09 10:14:55 -08:00
Stash Dev f57c2bff1d Another date fix 2019-03-07 12:19:19 -08:00
Stash Dev 1a2c53a710 CI Improvements
Added a custom docker compiler image which includes the packr2 dependency
2019-03-05 13:14:00 -08:00
Stash Dev 8d23357a13 Fix dates 2019-03-04 19:37:22 -08:00
Stash Dev b70d5f33d2 Improved date handling 2019-03-04 17:14:52 -08:00
Stash Dev 9aba952dbe Fix CI 2019-02-28 19:13:55 -08:00
Stash Dev d0331c53dc Fixed crash on first launch 2019-02-28 18:08:29 -08:00
Stash Dev d0431a02f1 Fix for gallery not displaying full image 2019-02-19 16:48:57 -08:00
Stash Dev 5db9cd9c05 Removed unnecessary error from IsStreamable 2019-02-19 16:21:38 -08:00
Stash Dev 39c37cd8a8 Readme update 2019-02-15 07:55:51 -08:00
Stash Dev f6c12107e5 Readme update 2019-02-14 16:31:48 -08:00
Stash Dev 5730ba9125 Use wss for web socket when using a https connection 2019-02-14 16:28:12 -08:00
Stash Dev b488c1ed7d Reorg 2019-02-14 15:42:52 -08:00
Stash Dev 1d00b2b36f Ran formatter and fixed some lint issues 2019-02-14 14:53:32 -08:00
Stash Dev 14df7b0700 Updated Makefile and Tavis config to include lint and vet tasks 2019-02-14 12:18:11 -08:00
Stash Dev d3f868f4da Added loggs back to the settings screen 2019-02-11 14:44:13 -08:00
Stash Dev 29a8f201e8 Fixed dashboard 2019-02-11 12:36:10 -08:00
StashAppDev 4f80decce4 Added transcode task 2019-02-11 12:12:08 -08:00
Stash Dev 505ea8ea9a Fixed nil pointers in export task 2019-02-11 06:41:59 -08:00
Stash Dev 4d3b00a4a8 Fixed performer creation / update 2019-02-11 03:06:33 -08:00
Stash Dev 77ffb65681 Added an onboarding flow 2019-02-11 02:49:39 -08:00
Stash Dev db42e43476 Forgot some stuff 2019-02-10 23:35:53 -08:00
Stash Dev 66434d106d Updated travis config
[skip ci]
2019-02-10 23:26:26 -08:00
Stash Dev 2565173105 FFMPEG auto download 2019-02-10 23:18:48 -08:00
Stash Dev 57307bfd01 Fixed database locking issue when importing 2019-02-10 12:47:34 -08:00
Stash Dev 47e788ad64 Bug fixes 2019-02-10 12:15:36 -08:00
Stash Dev 0472f9a8ed Fixed weird windows path issue 2019-02-10 10:13:23 -08:00
Stash Dev a5442a87a4 Fixed incorrect file paths on windows 2019-02-10 09:33:18 -08:00
Stash Dev 8efbfc6d72 Added Travis CI 2019-02-10 08:54:32 -08:00
Stash Dev d1506cb719 Added sprite generator 2019-02-10 02:57:56 -08:00
Stash Dev 44216edbb7 Added scene marker generator 2019-02-10 01:44:12 -08:00
Stash Dev 769e1b3e9a Fix readme 2019-02-10 00:44:01 -08:00