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

7.7.1 RC1 #5760

Merged
merged 55 commits into from
Apr 1, 2024
Merged

7.7.1 RC1 #5760

merged 55 commits into from
Apr 1, 2024

Commits on Feb 20, 2024

  1. Merge pull request #5683 from avalonmediasystem/staging

    Release 7.7! 🎉
    cjcolvar authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    eb51ca5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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

Commits on Feb 22, 2024

  1. Set event listeners once for playlist modal

    We were encountering an issue where adding a new playlist from the
    dropdown menu would insert the new playlist's name into the list
    multiple times. This was caused by the `.add_new_playlist_option()`
    function being triggered every time the Add to Playlist menu was opened.
    This caused the event listener that updates the dropdown list to be
    added every time the menu opened, causing the duplication we were
    seeing. Moving the function call out of the parent event listener so it
    only runs once fixes the issue.
    masaball committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1fefccb View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    ca0e4db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d56106d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d9bd82 View commit details
    Browse the repository at this point in the history
  4. Reduce player icon size

    Dananji committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    413d4d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1d56ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    841e782 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Merge pull request #5674 from avalonmediasystem/player-icon-android

    Reduce player icon size
    Dananji authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b52b35a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5699 from avalonmediasystem/mo_collection_id_json

    Add collection_id to media_object JSON response
    masaball authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0ac5593 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Merge pull request #5692 from avalonmediasystem/action-buttons

    Enable action buttons on item page only when player is fully loaded
    Dananji authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    62d9d86 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Merge pull request #5694 from avalonmediasystem/playlist_position

    Support positional URLs for playlist items
    masaball authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a142cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb59de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    626c426 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5713 from avalonmediasystem/manage_content_quickly

    Optimize collection media object counts
    cjcolvar authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1e96a12 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    0803130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29f8ef7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5715 from avalonmediasystem/manage_content_quickly

    Correctly convert count result array into hash
    cjcolvar authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9b441cf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5711 from avalonmediasystem/migrate_captions

     Skip validation and log files with improper mime types
    cjcolvar authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    3b6c825 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on Mar 8, 2024

  1. Add ability to run reindex on only certain models, ability to munge u…

    …ri_ss on IndexedFile objects, respect reindex limit, specifying number of parallel threads
    cjcolvar committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f7eef18 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5701 from avalonmediasystem/reindex_improvements

    Fixes and improvements to the reindexing script
    cjcolvar authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    62d12f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    1359a56 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5718 from avalonmediasystem/caption_validation

    Set content_type explicitly based on file extension
    masaball authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3e818f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    605e1e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c40f778 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c56bfc View commit details
    Browse the repository at this point in the history
  6. Refactor to avoid modifying input SRT in place

    Also includes a change to the test for readability
    masaball committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4ab5fb0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5719 from avalonmediasystem/transform_srt

    Convert SRT to VTT captions for cosumption into Video.js
    masaball authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9900b02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    edc4753 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Mar 13, 2024

  1. Reduce Video.js icon size for mobile devices to 90% (#5705)

    * Reduce Video.js icon size for mobile devices to 90%
    
    * Adjust audio player height to match font-size
    Dananji authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0c9cb61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5723 from avalonmediasystem/audio_thumbnail

    Disable create thumbnail button for audio items
    masaball authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e62ce52 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5721 from avalonmediasystem/playlist_search

    Allow fuzzier searching on playlist titles
    masaball authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ef16a82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f89139b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Merge pull request #5735 from avalonmediasystem/remove_hls_captions

    Remove captions from HLS manifest
    masaball authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    20efa05 View commit details
    Browse the repository at this point in the history
  2. Latest code from Ramp

    Dananji committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ba1b294 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5737 from avalonmediasystem/new-ramp-build

    Latest code from Ramp
    masaball authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    532898e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 25, 2024

  1. Bump JS dependencies

    cjcolvar committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0fe383d View commit details
    Browse the repository at this point in the history
  2. Bump ruby dependencies

    cjcolvar committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c45b2de View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5739 from avalonmediasystem/update_caption_migration

    Set caption language to system default when migrating
    masaball authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    68f955d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5745 from avalonmediasystem/deps_up_2

    Update dependencies for security warnings
    cjcolvar authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2e8034e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Set duration of MasterFile from ActiveEncode instead of relying on th…

    …e imprecise mediainfo duration
    cjcolvar committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d608f13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5754 from avalonmediasystem/precise_duration

    Set duration of MasterFile from ActiveEncode instead of relying on the imprecise mediainfo duration
    cjcolvar authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    df6e04d View commit details
    Browse the repository at this point in the history
  3. Ramp build for Avalon 7.7.1

    Dananji committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    38423bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25ef7d9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5756 from avalonmediasystem/ramp-build-7.7.1

    Ramp build for Avalon 7.7.1
    cjcolvar authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4d77250 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5757 from avalonmediasystem/sme-build-7.7.1

    SME build with fixes for 7.7.1
    cjcolvar authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    dd6a1d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Bump version for release

    cjcolvar committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3e32eb0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5759 from avalonmediasystem/7.7.1.rc1

    Bump version to prepare for 7.7.1 release
    cjcolvar authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3f1b1af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7c6947 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5761 from avalonmediasystem/7.7.1.rc1

    Use released version of iiif_manifest
    cjcolvar authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0b50bd9 View commit details
    Browse the repository at this point in the history