WithoutPants
f8a760d729
Fix vtt for chapter display in scene players ( #263 )
2019-12-13 15:41:46 -05:00
WithoutPants
da3e91193c
Allow uploading of custom scene covers ( #262 )
...
* Refactor common code
* Further refactoring
* Add UI support for changing scene cover image
* Add backend support for changing scene screenshot
2019-12-13 15:40:58 -05:00
WithoutPants
c05496a724
Make scene metadata from file metadata optional ( #259 )
2019-12-13 01:18:02 -05:00
WithoutPants
50784025f2
Change scraper config to yaml ( #256 )
2019-12-12 14:27:44 -05:00
WithoutPants
50930f6ca7
Add responsive menu ( #257 )
2019-12-12 13:57:13 -05:00
WithoutPants
bb164f1895
Add Play random button to scenes and scene markers page ( #255 )
...
* Add play random button for scenes
* Add play random to scene markers
2019-12-09 09:39:01 -05:00
WithoutPants
c66d9fcc28
Use inputgroup instead of editabletext ( #251 )
2019-12-08 17:28:38 -05:00
echo6ix
7dab3fcff7
Beautify scene list table ( #252 )
...
* Beautify scene list table
Added modifier props to HTMLTable component.
* Apply table change to performers table
2019-12-08 17:20:38 -05:00
InfiniteTF
ecf4e802b0
Bump react-scripts to version v3.3.0 ( #254 )
2019-12-08 09:17:02 -05:00
Colin_
86ecbf1c74
Adding issue templates
...
RFC template
Feature template
Bug report template
2019-12-07 16:24:37 -05:00
Stash Dev
d76f792f34
JWPlayer 8.11.5
2019-12-05 12:34:55 -08:00
WithoutPants
12c7faab4e
Scene ui improvements ( #232 )
...
* Move duration and resolution to overlay
* Improve display of portrait videos
* Condense filter controls
* Add performer images to scene tags
* Add studio overlay to scene cards
* Fade out scene overlays on hover
* CSS grid tweaks
* Align overlay to bottom of video preview
* Fix opacity value
* Fix performer thumbnails
* Show studio overlay on mouseover
* Correct display colour for display mode buttons
* Add scene zoom slider
* Add show studio as text option
* Move select all/none to more button
2019-12-05 12:24:22 -05:00
WithoutPants
c14153ab5a
Allow pasting image into performer/studio ( #246 )
2019-12-05 10:44:05 -05:00
WithoutPants
fe7bf59906
Marker time input ( #242 )
...
* Use duration input for marker time
* Allow reset to current time
* Validate input
2019-12-04 12:47:17 -05:00
WithoutPants
85935f022a
Fix video.js current time ( #241 )
2019-12-03 09:29:45 -05:00
WithoutPants
1760f4fdcf
Fix performers/studio/tags updating after parse ( #229 )
2019-12-01 11:19:44 -05:00
WithoutPants
1704d3771f
Add scene auto-tagging from filename ( #204 )
...
* Add auto tagging for performers, studios and tags
* Fix scene title logging
* Fix golang 1.11 compile error
* Improve regex pattern. Only log when added
* Remove paging from parse query
* Add integration test
* Fix prefix detection on paths
2019-12-01 11:18:44 -05:00
Stash Dev
ca2680a86d
Improve display of wall items
...
Respect the aspect ratio and show all content
2019-11-30 13:38:23 -08:00
bnkai
3f511e48e8
Fix previews generation bug ( #231 )
2019-11-30 08:58:15 -08:00
Stash Dev
ddae45f2b4
Revert "Use justified layout for wall ( #218 )"
...
This reverts commit 7f03f48310
.
2019-11-30 08:41:03 -08:00
WithoutPants
dc781df417
Fix marker page error ( #237 )
2019-11-30 06:46:20 -08:00
WithoutPants
8493c013e7
Loop and autostart flags. Save interface options ( #230 )
2019-11-28 20:41:17 -05:00
StashAppDev
bcd3cefcc9
Update FUNDING.yml
2019-11-28 09:14:31 -08:00
echo6ix
a4858327aa
README: Added additional notes to dev installion ( #190 )
...
* Go download url/instructions
* `yarn install`
* `mingw32-make` for Windows
2019-11-28 10:40:24 -05:00
WithoutPants
c759a068b1
Fix clobbered script ( #228 )
2019-11-28 10:03:32 -05:00
WithoutPants
482d9ddd45
Upload pull request builds to transfer.sh ( #165 )
...
* Upload pull request builds to transfer.sh
2019-11-27 13:17:32 -05:00
StashAppDev
7c97e36af8
Config should be read from cwd before user profile ( #225 )
...
fixes #219
2019-11-26 13:11:42 -08:00
WithoutPants
2a02e5a65d
Add test and integration tests to the Makefile ( #222 )
...
* Add unit and integration test to make file
* Add gitattributes for go.mod/go.sum files
* Always run integration tests
* Removed redundant call. Clarified targets
2019-11-24 21:10:16 -05:00
Leopere
46654f1672
fix builds ( #223 )
...
* updated cross-compile.sh and .travis.yml
2019-11-19 08:59:23 -05:00
WithoutPants
17247060b6
Generic performer scrapers ( #203 )
...
* Generalise scraper API
* Add script performer scraper
* Fixes from testing
* Add context to scrapers and generalise
* Add scraping performer from URL
* Add error handling
* Move log to debug
* Add supported scrape types
2019-11-18 21:49:05 -05:00
WithoutPants
9bfa4e7560
Fix if ] character
2019-11-18 12:54:20 +11:00
WithoutPants
1f9da15491
Fix extra quote in travis.yml
2019-11-18 12:34:04 +11:00
WithoutPants
561a718674
Fix missing quote in travis.yml
2019-11-18 12:23:32 +11:00
WithoutPants
7f03f48310
Use justified layout for wall ( #218 )
2019-11-17 16:43:14 -05:00
WithoutPants
23657408de
Refresh config when paths change ( #217 )
2019-11-17 16:42:24 -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
6dcb270471
Close database after migrating. Add reset errors ( #215 )
2019-11-17 16:39:33 -05:00
WithoutPants
6a75d5551f
Use vendor when building ( #201 )
...
* Use vendor code for all go calls
* Add missing vendor dependencies
* Add travis_retry to yarn install
* Fix go test call
2019-11-16 08:03:28 -08:00
Leopere
3e13103264
update cross-compiler.sh
...
fixup
2019-11-15 20:35:26 -05:00
Leopere
fa6da54760
Update cross-compile.sh for new docker tag. ( #212 )
...
https://hub.docker.com/repository/docker/stashapp/stash/tags?page=1 with a tag of `compiler`
2019-11-15 20:06:18 -05:00
WithoutPants
ec2a8d0dc6
Add Raspberry Pi binary to builds ( #189 )
...
* Add Raspberry Pi binary to builds
* Attempt to add arm cross compile to dockerfile
* WIP fix for OSX crosscompiler
* WIP docker build debug
* Fix errors building docker image
2019-11-15 17:29:45 -05:00
bnkai
a6b8a3f2e8
Make sort filter queries for name case insensitive ( #183 )
2019-11-15 17:12:47 -05:00
WithoutPants
9e8d7bb26f
Fix panic on import with existing scene ( #205 )
2019-11-15 16:34:00 -05:00
bnkai
5c0ec39db1
Calculate and print job totals for scan and generate tasks ( #188 )
...
* Calculate and print job totals for scan and generate tasks
* Cosmetic print fixes
2019-11-15 12:23:58 -05:00
WithoutPants
4a5d2bd6e5
Register regexp func in init ( #202 )
2019-11-14 10:28:17 -08:00
WithoutPants
49c9b1aa9a
Fix race condition in running encoders ( #199 )
2019-11-14 10:27:13 -08: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
Stash Dev
7416a8237d
Fixed a race condition in running_streams.go
2019-11-07 13:34:32 -08: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