dependabot-preview[bot]
d78d965183
Bump copy-webpack-plugin from 4.6.0 to 5.1.2
...
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin ) from 4.6.0 to 5.1.2.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/v5.1.2/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.6.0...v5.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-02 14:26:51 -05:00
dependabot-preview[bot]
49dab0fb3a
Bump react-simplemde-editor from 4.1.0 to 4.1.3
...
Bumps [react-simplemde-editor](https://github.com/RIP21/react-simplemde-editor ) from 4.1.0 to 4.1.3.
- [Release notes](https://github.com/RIP21/react-simplemde-editor/releases )
- [Commits](https://github.com/RIP21/react-simplemde-editor/compare/v4.1.0...v4.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-02 12:32:43 -05:00
dependabot-preview[bot]
44de139236
Bump @babel/preset-flow from 7.10.1 to 7.12.1
...
Bumps [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow ) from 7.10.1 to 7.12.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.1/packages/babel-preset-flow )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-02 12:32:31 -05:00
dependabot-preview[bot]
7510703b5a
Bump connected-react-router from 6.7.0 to 6.8.0
...
Bumps [connected-react-router](https://github.com/supasate/connected-react-router ) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/supasate/connected-react-router/releases )
- [Commits](https://github.com/supasate/connected-react-router/compare/v6.7.0...v6.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-02 12:32:21 -05:00
infiinte-persistence
0699c55229
videojs: make control bar slightly transparent.
...
## Issue
Closes #5392 better support for non-standard resolution videos
It's not actually cropped -- the control bar was opaque.
## Change
Use 0.80 opacity to somewhat see the full picture.
Using 0.5 or less would be even better, but due to the default tiny size of the control bar, the text becomes unreadable (it's readable if you zoom the browser to get larger text). Don't want to mess with sizing for now, so using 0.80 to get the best of both worlds.
2021-02-01 17:06:49 -05:00
dependabot-preview[bot]
9f9da5fd64
Bump babel-plugin-add-module-exports from 1.0.2 to 1.0.4
...
Bumps [babel-plugin-add-module-exports](https://github.com/59naga/babel-plugin-add-module-exports ) from 1.0.2 to 1.0.4.
- [Release notes](https://github.com/59naga/babel-plugin-add-module-exports/releases )
- [Commits](https://github.com/59naga/babel-plugin-add-module-exports/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-01 14:51:29 -05:00
infiinte-persistence
44458c2b8c
Fix 5438: Keep floating player in view area
...
## Issue
5438: Keep floating player in view area
## Changes
- Restore correct z-index
- The bug came as a side effect of cbac2174
. Redo cbac2174
to cover both close button and floating player.
- Remove wobbling when dragging to bottom-right.
- The extra gap introduced is fighting against react-draggable. If gaps are needed, handle it entire ourselves or do it somewhere in react-draggable; neither is worth the effort, so the gap was removed.
2021-02-01 14:51:04 -05:00
Sean Yesmunt
19275f8f3d
flowfixme
2021-02-01 13:50:16 -05:00
DispatchCommit
599f9e106e
use smooth scrolling
...
Tells browser to use smooth scrolling to animate scroll
https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo
2021-02-01 13:50:16 -05:00
Daniela Narvaez
1698ca8775
Small change based on code review
2021-02-01 10:58:37 -05:00
Daniela Narvaez
1f66132cd2
Small change based on code review
2021-02-01 10:58:37 -05:00
Daniela Narvaez
ec875a6cdf
"Fix Long commenter name issue"
2021-02-01 10:58:37 -05:00
dependabot-preview[bot]
aa6fcbddc4
Bump chalk from 2.4.2 to 4.1.0
...
Bumps [chalk](https://github.com/chalk/chalk ) from 2.4.2 to 4.1.0.
- [Release notes](https://github.com/chalk/chalk/releases )
- [Commits](https://github.com/chalk/chalk/compare/v2.4.2...v4.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-01 10:49:10 -05:00
dependabot-preview[bot]
5be380abdc
Bump mammoth from 1.4.9 to 1.4.16
...
Bumps [mammoth](https://github.com/mwilliamson/mammoth.js ) from 1.4.9 to 1.4.16.
- [Release notes](https://github.com/mwilliamson/mammoth.js/releases )
- [Changelog](https://github.com/mwilliamson/mammoth.js/blob/master/NEWS )
- [Commits](https://github.com/mwilliamson/mammoth.js/compare/1.4.9...1.4.16 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-01 10:48:56 -05:00
Franco Montenegro
77d90b807e
Display default image for channel thumbnail on error
2021-01-29 14:50:36 -05:00
Dispatch
b27395607c
Add all proper react lifecycle hooks
...
Fixes 1 of 52 linting warnings
2021-01-29 14:49:12 -05:00
dependabot-preview[bot]
30678e3c41
[Security] Bump electron from 9.3.1 to 9.4.0
...
Bumps [electron](https://github.com/electron/electron ) from 9.3.1 to 9.4.0. **This update includes a security fix.**
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v9.3.1...v9.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-29 13:40:27 -05:00
dependabot-preview[bot]
618d8823b9
Bump remark-react from 4.0.3 to 8.0.0
...
Bumps [remark-react](https://github.com/remarkjs/remark-react ) from 4.0.3 to 8.0.0.
- [Release notes](https://github.com/remarkjs/remark-react/releases )
- [Changelog](https://github.com/remarkjs/remark-react/blob/main/changelog.md )
- [Commits](https://github.com/remarkjs/remark-react/compare/4.0.3...8.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-29 13:39:40 -05:00
Sean Yesmunt
f28707504a
Revert "Make dropdown menus actually dropdown"
...
This reverts commit a2046be0ee
.
2021-01-29 11:54:39 -05:00
Sean Yesmunt
5314100714
Revert "use variable for header height"
...
This reverts commit b68600d978
.
2021-01-29 11:54:39 -05:00
Sean Yesmunt
17f0997ec3
Revert "animate in from top instead of bottom"
...
This reverts commit 153ebbca63
.
2021-01-29 11:54:39 -05:00
dependabot-preview[bot]
a8dc336df6
Bump reselect from 3.0.1 to 4.0.0
...
Bumps [reselect](https://github.com/reduxjs/reselect ) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/reduxjs/reselect/releases )
- [Changelog](https://github.com/reduxjs/reselect/blob/master/CHANGELOG.md )
- [Commits](https://github.com/reduxjs/reselect/compare/v3.0.1...v4.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-29 11:12:00 -05:00
dependabot-preview[bot]
97263149fb
Bump uuid from 8.3.0 to 8.3.2
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 8.3.0 to 8.3.2.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-29 11:11:33 -05:00
Jeffrey Fisher
1155f5512d
Fix linting errors.
...
Closes #4027
2021-01-29 10:10:10 -05:00
dependabot-preview[bot]
4dd17832ef
Bump @hot-loader/react-dom from 16.12.0 to 16.13.0
...
Bumps [@hot-loader/react-dom](https://github.com/hot-loader/react-dom ) from 16.12.0 to 16.13.0.
- [Release notes](https://github.com/hot-loader/react-dom/releases )
- [Commits](https://github.com/hot-loader/react-dom/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-29 10:09:42 -05:00
Franco Montenegro
d7f9d7ef7f
Remove markdown from og and description header tags
2021-01-29 10:09:11 -05:00
dependabot-preview[bot]
9bd9b5c121
Bump @types/three from 0.93.31 to 0.103.2
...
Bumps [@types/three](https://github.com/mrdoob/three.js ) from 0.93.31 to 0.103.2.
- [Release notes](https://github.com/mrdoob/three.js/releases )
- [Commits](https://github.com/mrdoob/three.js/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-28 15:35:29 -05:00
zeppi
6a16d8e0cd
fix bad lighthouse results
2021-01-28 15:35:15 -05:00
Jeffrey Fisher
4c97cb4ba4
Enable PDF Viewer in App
...
Closes #2903
2021-01-28 10:21:35 -05:00
dependabot-preview[bot]
77f6bf6fac
Bump videojs-logo from 2.0.0 to 2.1.4
...
Bumps [videojs-logo](https://github.com/tapioca24/videojs-logo ) from 2.0.0 to 2.1.4.
- [Release notes](https://github.com/tapioca24/videojs-logo/releases )
- [Changelog](https://github.com/tapioca24/videojs-logo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tapioca24/videojs-logo/compare/v2.0.0...v2.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-28 10:21:13 -05:00
dependabot-preview[bot]
2488cc690d
Bump dotenv-defaults from 1.1.1 to 2.0.1
...
Bumps [dotenv-defaults](https://github.com/mrsteele/dotenv-defaults ) from 1.1.1 to 2.0.1.
- [Release notes](https://github.com/mrsteele/dotenv-defaults/releases )
- [Commits](https://github.com/mrsteele/dotenv-defaults/compare/v1.1.1...v2.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-28 10:19:14 -05:00
dependabot-preview[bot]
9378704701
Bump remark-breaks from 1.0.5 to 2.0.1
...
Bumps [remark-breaks](https://github.com/remarkjs/remark-breaks ) from 1.0.5 to 2.0.1.
- [Release notes](https://github.com/remarkjs/remark-breaks/releases )
- [Commits](https://github.com/remarkjs/remark-breaks/compare/1.0.5...2.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-28 10:18:48 -05:00
dependabot-preview[bot]
beccb9cdf0
Bump @reach/rect from 0.2.1 to 0.13.0
...
Bumps [@reach/rect](https://github.com/reach/reach-ui/tree/HEAD/packages/rect ) from 0.2.1 to 0.13.0.
- [Release notes](https://github.com/reach/reach-ui/releases )
- [Commits](https://github.com/reach/reach-ui/commits/v0.13.0/packages/rect )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-28 10:18:22 -05:00
dependabot-preview[bot]
b87d27db1d
Bump electron-notarize from 0.1.1 to 1.0.0
...
Bumps [electron-notarize](https://github.com/electron/electron-notarize ) from 0.1.1 to 1.0.0.
- [Release notes](https://github.com/electron/electron-notarize/releases )
- [Changelog](https://github.com/electron/electron-notarize/blob/master/.releaserc.json )
- [Commits](https://github.com/electron/electron-notarize/compare/v0.1.1...v1.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-28 10:17:32 -05:00
dependabot-preview[bot]
3c1a478ff3
Bump @babel/preset-env from 7.10.2 to 7.12.11
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.10.2 to 7.12.11.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.11/packages/babel-preset-env )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-28 10:16:59 -05:00
Sean Yesmunt
8c21ec30e8
prevent caching on streaming url requests
...
Fixes an issue where the browser still thought a file wasn't transcoded because it was serving the cached response
2021-01-27 14:27:27 -05:00
Sean Yesmunt
99d7487bc2
fix quality selector not showing up
2021-01-27 14:27:27 -05:00
DispatchCommit
9a395a0284
remove leftover console log
2021-01-27 12:50:40 -05:00
DispatchCommit
d6e5df540e
remove unused player
reference
2021-01-27 12:50:40 -05:00
DispatchCommit
3d38739be1
adds vjs player reference to component state
2021-01-27 12:50:40 -05:00
infiinte-persistence
1f48dab312
Remove unnecessary 'reload' at the return statement.
...
We no longer need to re-render the whole thing..
2021-01-27 12:50:40 -05:00
infiinte-persistence
84bba58d64
Update broken 'Retry' button after videojs refactoring.
2021-01-27 12:50:40 -05:00
dependabot-preview[bot]
b4cf2f85e7
[Security] Bump dot-prop from 4.2.0 to 4.2.1
...
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop ) from 4.2.0 to 4.2.1. **This update includes a security fix.**
- [Release notes](https://github.com/sindresorhus/dot-prop/releases )
- [Commits](https://github.com/sindresorhus/dot-prop/compare/v4.2.0...v4.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-27 11:01:24 -05:00
infiinte-persistence
33f880758a
Thumbnail: Display the same label (recommended ratio) for both URL and UPLOAD.
...
- Fix i18n concat problem for some languages.
- Display the same label (specifically, the recommended aspect ratio) for both URL and UPLOAD. I think the string "File to upload" can be omitted, but I left it as-is.
- Remove old/unused strings.
2021-01-27 10:21:59 -05:00
infiinte-persistence
7419fefa2d
Zoomable image viewer in Markdown (posts and comments)
...
## Issue
4899: Ability to expand images in markdown posts for viewing
2021-01-27 10:06:31 -05:00
Sean Yesmunt
153ebbca63
animate in from top instead of bottom
2021-01-27 10:05:02 -05:00
DispatchCommit
b68600d978
use variable for header height
2021-01-27 10:05:02 -05:00
DispatchCommit
a2046be0ee
Make dropdown menus actually dropdown
2021-01-27 10:05:02 -05:00
DispatchCommit
8ea6ea87ad
stop linting my web build files please
2021-01-27 09:45:58 -05:00
Dispatch
4cf9a455bc
add autoplay logic for embedded player ( #5399 )
...
Add autoplay logic when player is embedded.
Adds new `autoplay` prop to `VideoJs` component for specifying autoplay value.
2021-01-27 08:49:30 -05:00