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

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    f46ed6b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Clean eslint warnings

    echo360-damyon committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    63dada9 View commit details
    Browse the repository at this point in the history
  2. Remove (most) jQuery

    echo360-damyon committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    98abfa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c020c3 View commit details
    Browse the repository at this point in the history
  4. Add isLoaded function

    echo360-damyon committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3f4cb36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac0447f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    313e5d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6b47e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Comparison operator

    echo360-damyon committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    261340b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    cc460c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    671326e View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    45e03c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. PLT-2090: Update quality option mapping

    Use updated quality options
    MHod-101 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d4a217c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Echo360/plt-2090-update-quality-selection-…

    …logic
    
    PLT-2090: Update quality option mapping
    echo360-damyon authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fc1bb89 View commit details
    Browse the repository at this point in the history
  3. Fix startAt option

    echo360-damyon committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fc1ccb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fd6021 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    2f9f86d View commit details
    Browse the repository at this point in the history
  2. Bump patch version

    VildeStabell committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    120b5cc View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Fix numInstances

    numInstances is supposed to reflect the number of instances of the handler for a unique element id, so it cannot be an instance property
    otacke committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5fa6536 View commit details
    Browse the repository at this point in the history
  2. Stop triggering "paused" before video has been "played"

    Would cause trouble downstream, e.g. in Interactive Video
    otacke committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ea3989b View commit details
    Browse the repository at this point in the history
  3. Fix updating duration

    When the message event is "timeline", message.data.duration is `undefined`, the duration value which is used by `getDuration()`, too, would be overwritten and be `undefined` (bug there then), and here looping would not work.
    otacke committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c9d61ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bed4c8 View commit details
    Browse the repository at this point in the history
  5. Make eslint happy

    otacke committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    504c9cc View commit details
    Browse the repository at this point in the history
  6. Make code robust for document.featurePolicy

    document.featurePolicy is experimental (no support in Firefox/Safari). Prevent potential crash.
    otacke committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    bd35595 View commit details
    Browse the repository at this point in the history
  7. Fix startAt handling

    The parameter is passed as a float in seconds
    otacke committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ea53f33 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request #1 from otacke/amend-echo-video

    Fix 2nd code review issues
    echo360-damyon authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ed6fd8b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    4b25857 View commit details
    Browse the repository at this point in the history
  2. Clean eslint warnings

    echo360-damyon authored and devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    58242c2 View commit details
    Browse the repository at this point in the history
  3. Remove (most) jQuery

    echo360-damyon authored and devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fc3fa74 View commit details
    Browse the repository at this point in the history
  4. Consistent arrow functions

    echo360-damyon authored and devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0d5e843 View commit details
    Browse the repository at this point in the history
  5. Add isLoaded function

    echo360-damyon authored and devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d12e05a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    852212a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2333668 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    029ca09 View commit details
    Browse the repository at this point in the history
  9. Comparison operator

    echo360-damyon authored and devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    05ad569 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f4c57fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6547fd3 View commit details
    Browse the repository at this point in the history
  12. Improve start time handling

    echo360-damyon authored and devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    11195fe View commit details
    Browse the repository at this point in the history
  13. PLT-2090: Update quality option mapping

    Use updated quality options
    MHod-101 authored and devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9716994 View commit details
    Browse the repository at this point in the history
  14. Fix startAt option

    echo360-damyon authored and devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ee55eed View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1ecaaff View commit details
    Browse the repository at this point in the history
  16. Fix numInstances

    numInstances is supposed to reflect the number of instances of the handler for a unique element id, so it cannot be an instance property
    otacke authored and devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0159b5e View commit details
    Browse the repository at this point in the history
  17. Stop triggering "paused" before video has been "played"

    Would cause trouble downstream, e.g. in Interactive Video
    otacke authored and devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4b747c0 View commit details
    Browse the repository at this point in the history
  18. Fix updating duration

    When the message event is "timeline", message.data.duration is `undefined`, the duration value which is used by `getDuration()`, too, would be overwritten and be `undefined` (bug there then), and here looping would not work.
    otacke authored and devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    27e310e View commit details
    Browse the repository at this point in the history
  19. Pass query string with iframe source

    otacke authored and devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    bd79cb2 View commit details
    Browse the repository at this point in the history
  20. Make eslint happy

    otacke authored and devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    543a135 View commit details
    Browse the repository at this point in the history
  21. Make code robust for document.featurePolicy

    document.featurePolicy is experimental (no support in Firefox/Safari). Prevent potential crash.
    otacke authored and devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    89ffe81 View commit details
    Browse the repository at this point in the history
  22. Fix startAt handling

    The parameter is passed as a float in seconds
    otacke authored and devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    10d0b23 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    df8e267 View commit details
    Browse the repository at this point in the history
  24. HFP-3869 fix conflict

    devland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    21e4d19 View commit details
    Browse the repository at this point in the history