Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-01-18Merge pull request #86 from nextcloud/bugfix/59/autoplayRoeland Jago Douma
Do not try to autoplay on public pages
2019-01-18Remove lodashRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-18Do not try to autoplay on public pagesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-18Just use import for videojsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-18Bundle videojs css into vendorJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-18Update video-js skinJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-17Move vendored dependencies to npm, build with webpack and babelChristoph Wurst
Fixes https://github.com/nextcloud/files_videoplayer/issues/71 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>