Commit Graph

94 Commits

Author SHA1 Message Date
WithoutPants 7f03f48310 Use justified layout for wall (#218) 2019-11-17 16:43:14 -05:00
WithoutPants 5963844191 Add develop branch releases and display version tag (#216)
* Add releases for develop branch. Show version tag

* Pass version tag to cross-compile
2019-11-17 16:41:08 -05:00
WithoutPants 06fa88cc0a Refetch tags on scene update #195 (#196)
* Don't invalidate allTags on scene update

* Refetch AllTagsForFilter on scene update

* Scene marker mutation should refetch scene

* Fix value for marker tags
2019-11-12 15:08:49 -08:00
echo6ix a3b60e95dd Update index.scss (#187)
Fixing a z-index property conflict with the bp3-navbar class identified in #186
2019-11-08 07:46:39 -05:00
WithoutPants 84bee2eb60 Performers, Tags and Studio from scene filename (#174)
* Make regex matching case-insensitive

* Port filename parser code to backend

* Add performers to scene filename parser UI

* Finish porting parser to backend

* Add performer, studio and tag parsing

* Hide fields not being parsed

* Don't query for empty performer/studio/tag

* Use exact matches

* Fix panic

* Fix arrays changed false positive. Fix layout
2019-11-07 07:49:08 -05:00
WithoutPants 3c089dd97c More performer filter criteria (#179)
* Add new performer filter criteria to UI

* Add backend support for new performer criteria
2019-11-06 23:36:48 -05:00
WithoutPants c0911f1626 Stop tasks and show task progress (#181)
* Add job status to tasks page

* Add support for stopping task

* Show progress of some tasks
2019-11-06 23:35:04 -05:00
WithoutPants d1ea2fffa5 Add configurable transcode sizes (#178) 2019-11-04 16:38:33 -05:00
dependabot[bot] 9c5812b682 Bump axios from 0.18.0 to 0.18.1 in /ui/v2 (#170)
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-30 09:40:19 -04:00
WithoutPants dfd1245739 Invalidate specific query results after mutations (#167)
* Invalidate specific query results after mutations

* Fix bulk scene update wiping query results
2019-10-30 09:38:46 -04:00
WithoutPants 7cb9cd8a38 Scene filename to metadata parser (#164)
* Initial UI prototype

* Add backend support to update multiple scenes

* Fix title editing issues

* Add query regex support. UI improvements

* Rewrite parser. Add fields button and page size

* Add helper text for escaping {} characters

* Validate date

* Only set values if different from original

* Only update scenes that have something changed

* Add built in parser input recipes

* Make pattern matching case-insensistive
2019-10-30 09:37:21 -04:00
dependabot[bot] e59fd147cf Bump lodash from 4.17.11 to 4.17.13 in /ui/v2 (#168)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-30 00:20:46 -04:00
WithoutPants d0730c7243 Add query options for tags, performers, studios #29 (#157)
* Add query options for tags, performers, studios

* Remove errant log

* Apply expanded query criteria to scene markers
2019-10-27 09:05:54 -04:00
WithoutPants 0655223c38 Bulk update scenes (#92)
* Add bulk update functionality

* Restore multiselect fixes from previous branch

* Prevent unsetting of studios/tags

* Detect when slice fields are omitted and ignore
2019-10-27 09:05:31 -04:00
WithoutPants 70ce01c604 Use wss if origin uses https (#161) 2019-10-25 10:09:03 -04:00
WithoutPants 564786f968 Add logging options (#154)
* Add various log options

* Remove logFormat. Add UI for log config

* Fix UI boolean flags
2019-10-24 20:13:44 -04:00
WithoutPants f29509577a Add logs to Logs page (#151)
* Add websocket connection

* Add logs to the log page

* Make debug color more readable

* Remove TODO from front page

* Put all log entries in latest first order

* Add filtering of log entries by level

* Limit log entries and throttle updates

* Fix logger not throttling broadcasts

* Remove now unnecessary UI-side log throttling

* Filter incoming logs by log level

* Make log view more terminal-like
2019-10-24 19:07:07 -04:00
Leopere 2021ba5f9e
Merge pull request #102 from WithoutPants/delete_scene
Add Delete Scene button
2019-10-24 14:38:32 -04:00
WithoutPants 71a4cc6a07 Merge from master 2019-10-24 15:07:34 +11:00
WithoutPants 7949e04af3 Merge branch 'master' into version 2019-10-23 13:19:42 +11:00
Leopere ccde317a56
Merge pull request #146 from endqwerty/add_clean_func
Add functionality to the Clean Button
2019-10-18 02:35:25 -04:00
Leopere 0d439ef42b
Merge pull request #97 from WithoutPants/delete_tag
Add delete tag button #96
2019-10-18 02:34:56 -04:00
WithoutPants 1ac6703d7f Merge from master 2019-10-18 08:15:45 +11:00
daposy 151a0323c8 remove extra icon added to button 2019-10-16 23:18:13 -07:00
daposy fc20363ed1 update warning to be more descriptive 2019-10-16 23:16:38 -07:00
daposy 481c0bdf74 add warning to clean button and make it match import 2019-10-16 23:09:51 -07:00
daposy de1a2a9007 use WithoutPants logic for cleaning up artifacts 2019-10-16 18:13:42 -07:00
daposy 6aa54c2775 add functionality to clean button 2019-10-16 16:47:53 -07:00
WithoutPants 019712bff9 Merge from master 2019-10-17 10:16:36 +11:00
WithoutPants 17b2cc77e7 Merge from master 2019-10-17 08:56:45 +11:00
Leopere c8e0ac7d20
Merge pull request #132 from friendlycrab/cleanup
Remove unused and generated code
2019-10-16 16:59:18 -04:00
WithoutPants caa63127ca Add performer list view. Add images to list views. 2019-10-16 09:57:24 +11:00
Friendly C e6bcff0767 Remove generated GraphQL files 2019-10-15 17:04:02 +02:00
Friendly C bdd704ddef Remove UI V1 2019-10-15 17:03:44 +02:00
Leopere 99fd1aed05
Merge pull request #140 from WithoutPants/issues/122
Reset to first page when changing sort by
2019-10-15 10:26:47 -04:00
Leopere 37ffa67e15
Merge pull request #141 from WithoutPants/scene_list_view
Add scene list view
2019-10-15 10:13:54 -04:00
Leopere 57e954d4e7
Merge pull request #137 from WithoutPants/nullable_scene_props
Allow unsetting of rating, studio, gallery
2019-10-15 10:09:26 -04:00
WithoutPants 9c8b110aba Add basic scene list view 2019-10-15 20:27:39 +11:00
WithoutPants 484bff8d2d Reset to first page when changing sort by 2019-10-15 18:15:51 +11:00
WithoutPants becf2769e7 Fix studio display after clearing 2019-10-15 14:21:40 +11:00
Leopere 9ed941dd35
Merge pull request #84 from WithoutPants/live_transcode_seeking
Add seeking for live transcoding via video.js
2019-10-14 11:39:12 -04:00
WithoutPants 470c64b840 Allow unsetting of rating, studio, gallery 2019-10-12 22:32:01 +11:00
WithoutPants afcadd941b Make title from file metadata optional 2019-10-12 19:20:27 +11:00
WithoutPants 57073faab7
Merge branch 'master' into delete_scene 2019-08-25 17:41:32 +10:00
WithoutPants 21a9baabb9
Merge branch 'master' into version 2019-08-25 17:40:54 +10:00
StashAppDev a786e40aeb
Merge pull request #113 from WithoutPants/wall_improvements
Use screenshot as wall fallback image
2019-08-24 10:01:02 -07:00
WithoutPants 949117bb69 Use screenshot as wall fallback image 2019-08-23 13:17:48 +10:00
WithoutPants 7562792589 Add custom css 2019-08-23 08:24:14 +10:00
WithoutPants 3cf4b26f1d Show version info in about page 2019-08-21 14:47:48 +10:00
WithoutPants c3e4c5702a
Merge branch 'master' into delete_scene 2019-08-20 15:37:58 +10:00