Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for EchoVideos from Echo360 as source #90

Merged
merged 50 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
f46ed6b
Add support for EchoVideos from Echo360 as source
echo360-damyon Aug 1, 2023
63dada9
Clean eslint warnings
echo360-damyon Feb 21, 2024
98abfa5
Remove (most) jQuery
echo360-damyon Feb 21, 2024
5c020c3
Consistent arrow functions
echo360-damyon Feb 21, 2024
3f4cb36
Add isLoaded function
echo360-damyon Feb 21, 2024
ac0447f
Iframe permission policy delegation
echo360-damyon Feb 21, 2024
313e5d1
JSDoc improvements and coding style
echo360-damyon Feb 22, 2024
f6b47e2
Duration is a number or undefined
echo360-damyon Feb 22, 2024
261340b
Comparison operator
echo360-damyon Feb 22, 2024
cc460c1
Cancel resizing on timeline updates
echo360-damyon Feb 27, 2024
671326e
Consistent playback rate handling
echo360-damyon Feb 27, 2024
45e03c5
Improve start time handling
echo360-damyon Feb 29, 2024
d4a217c
PLT-2090: Update quality option mapping
MHod-101 Mar 7, 2024
fc1bb89
Merge pull request #1 from Echo360/plt-2090-update-quality-selection-…
echo360-damyon Mar 7, 2024
fc1ccb9
Fix startAt option
echo360-damyon Mar 7, 2024
6fd6021
Load player controls before the video starts
echo360-damyon Mar 7, 2024
2f9f86d
JI-5798 fix auto pause when video ended (#121)
devland Mar 19, 2024
120b5cc
Bump patch version
VildeStabell Mar 19, 2024
5fa6536
Fix numInstances
otacke Mar 25, 2024
ea3989b
Stop triggering "paused" before video has been "played"
otacke Mar 25, 2024
c9d61ac
Fix updating duration
otacke Mar 25, 2024
4bed4c8
Pass query string with iframe source
otacke Mar 25, 2024
504c9cc
Make eslint happy
otacke Mar 25, 2024
bd35595
Make code robust for document.featurePolicy
otacke Mar 25, 2024
ea53f33
Fix startAt handling
otacke Mar 25, 2024
ed6fd8b
Merge pull request #1 from otacke/amend-echo-video
echo360-damyon Mar 26, 2024
4b25857
Add support for EchoVideos from Echo360 as source
echo360-damyon Aug 1, 2023
58242c2
Clean eslint warnings
echo360-damyon Feb 21, 2024
fc3fa74
Remove (most) jQuery
echo360-damyon Feb 21, 2024
0d5e843
Consistent arrow functions
echo360-damyon Feb 21, 2024
d12e05a
Add isLoaded function
echo360-damyon Feb 21, 2024
852212a
Iframe permission policy delegation
echo360-damyon Feb 21, 2024
2333668
JSDoc improvements and coding style
echo360-damyon Feb 22, 2024
029ca09
Duration is a number or undefined
echo360-damyon Feb 22, 2024
05ad569
Comparison operator
echo360-damyon Feb 22, 2024
f4c57fe
Cancel resizing on timeline updates
echo360-damyon Feb 27, 2024
6547fd3
Consistent playback rate handling
echo360-damyon Feb 27, 2024
11195fe
Improve start time handling
echo360-damyon Feb 29, 2024
9716994
PLT-2090: Update quality option mapping
MHod-101 Mar 7, 2024
ee55eed
Fix startAt option
echo360-damyon Mar 7, 2024
1ecaaff
Load player controls before the video starts
echo360-damyon Mar 7, 2024
0159b5e
Fix numInstances
otacke Mar 25, 2024
4b747c0
Stop triggering "paused" before video has been "played"
otacke Mar 25, 2024
27e310e
Fix updating duration
otacke Mar 25, 2024
bd79cb2
Pass query string with iframe source
otacke Mar 25, 2024
543a135
Make eslint happy
otacke Mar 25, 2024
89ffe81
Make code robust for document.featurePolicy
otacke Mar 25, 2024
10d0b23
Fix startAt handling
otacke Mar 25, 2024
df8e267
HFP-3869 fix resizing in CP editor
devland May 2, 2024
21e4d19
HFP-3869 fix conflict
devland May 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Joubel",
"majorVersion": 1,
"minorVersion": 6,
"patchVersion": 41,
"patchVersion": 42,
"runnable": 0,
"coreApi": {
"majorVersion": 1,
Expand All @@ -23,6 +23,9 @@
{
"path": "scripts/panopto.js"
},
{
"path": "scripts/echo360.js"
},
{
"path": "scripts/html5.js"
},
Expand Down
Loading