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

Testing develop on staging #5412

Merged
merged 326 commits into from
Oct 9, 2023
Merged

Testing develop on staging #5412

merged 326 commits into from
Oct 9, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 31, 2023

  1. Merge pull request #5197 from avalonmediasystem/visibility_facet

    Administrative Facet for visibility level
    cjcolvar authored May 31, 2023
    Configuration menu
    Copy the full SHA
    36c11a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6713b7f View commit details
    Browse the repository at this point in the history
  3. Use SpeedyAF::Proxy for faster ability checks

    The proxy may need to be reified for non end-user actions but this is much faster for items with many sections when fetching the HLS manifest.  The speedup comes from a faster ability check where `can? :read, @master_file` ends up checking `can? :read, @master_file.media_object`.  For non-SpeedyAF objects this will fetch the large media object from fedora which could be very slow.
    cjcolvar authored May 31, 2023
    Configuration menu
    Copy the full SHA
    77b7821 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Set MasterFile duration from ActiveEncode technical metadata

    Co-authored-by: Chris Colvard <[email protected]>
    masaball and cjcolvar committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    78a2f04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47d5459 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

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

Commits on Jun 5, 2023

  1. Merge pull request #5223 from avalonmediasystem/poster_bug

    Set MasterFile duration from ActiveEncode technical metadata
    masaball authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    405c980 View commit details
    Browse the repository at this point in the history
  2. Clean up

    masaball committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    6a4d4bc View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Move waveform to seeAlso

    masaball committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    ec3a17c View commit details
    Browse the repository at this point in the history
  2. Validate caption file type

    masaball committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    082ee4f View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Adding validation for caption file type broke some tests that did not
    explicitly assign a file to a supplemental file tagged as a caption.
    masaball committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    b0ebd01 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    772faf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6217ba3 View commit details
    Browse the repository at this point in the history
  3. Fix for codeclimate

    masaball committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4ce5380 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Simplify negative caption validation test

    Co-authored-by: Chris Colvard <[email protected]>
    masaball and cjcolvar authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    2f2f102 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Small refactor and test for save callback url

    Co-authored-by: Mason Ballengee <[email protected]>
    cjcolvar and masaball committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    5edf0ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5213 from avalonmediasystem/multiple_captions

    Add multiple captions to MasterFile
    masaball authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    cc9c371 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5229 from avalonmediasystem/public_timeline

    Improve behavior of public and token timelines
    cjcolvar authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    6242c83 View commit details
    Browse the repository at this point in the history
  4. Add ability checks for SpeedyAF::Base objects; only use proxy for end…

    …-user actions; fix tests
    cjcolvar committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    fc12e33 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Adjust tests

    masaball committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    4d05e30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5221 from avalonmediasystem/cjcolvar-patch-3

    Use SpeedyAF::Proxy for faster ability checks in MasterFilesController
    cjcolvar authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a16169a View commit details
    Browse the repository at this point in the history
  3. Slight refactor of #see_also

    Currently we only intend to provide waveforms through seeAlso so there
    is no need to have a method separate from #see_also generating the
    waveform hash. May need to be split out again if we add more to seeAlso
    later.
    masaball committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7106011 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Merge pull request #5231 from avalonmediasystem/seeAlso_waveform

    Move waveform from Rendering to seeAlso
    masaball authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    487159c View commit details
    Browse the repository at this point in the history
  2. Bump iiif_manifest

    masaball committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    0dd5135 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5232 from avalonmediasystem/seeAlso_waveform

    Bump iiif_manifest
    masaball authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    641dcfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f30a7d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Fix failing #see_also tests

    masaball committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    18afdca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5233 from avalonmediasystem/sme-waveform-build

    New SME build using seeAlso property for waveform information
    cjcolvar authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7b1d6ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9c9885 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35042d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Don't load from fedora on item view page or IIIF manifest

    Refactored shared methods out of MediaObject into new MediaObjectBehavior concern to allow for reuse in SpeedyAF::Proxy::MediaObject
    Moved setting defaults into presenters initializers instead of SpeedyAF#find calls
    cjcolvar committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c0b519c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    542928d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Assume solr fields are multiple if they include the m suffix except i…

    …f explicitly marked as singular in property definitions
    cjcolvar committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    17a04ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e30d2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    358cb50 View commit details
    Browse the repository at this point in the history
  4. Add tests

    masaball committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d999557 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5f4cc7 View commit details
    Browse the repository at this point in the history
  6. Fix for codeclimate

    masaball committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    faaf6aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1fd471e View commit details
    Browse the repository at this point in the history
  8. Fix typo in test

    masaball committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b743e0d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a1bf501 View commit details
    Browse the repository at this point in the history
  10. Fix tests

    cjcolvar committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5b531a9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    41a84be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5235bd8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2cf91f3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    56dfb5f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    109823d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ae8e617 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Fix failing tests

    cjcolvar committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    140c1a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5585f2f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    4370a2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38a0838 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Merge pull request #5235 from avalonmediasystem/andale_andale

    Don't load from fedora on end-user routes
    cjcolvar authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    a9746b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0da085a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee0c066 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac9c4a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6aacf21 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5243 from avalonmediasystem/proper_protocol

    Use the configured protocol for embed url instead of //
    cjcolvar authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d6c8c11 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5244 from avalonmediasystem/speedy_playlists

    Avoid reading from fedora when loading playlist and playlist_items
    cjcolvar authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8941058 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5246 from avalonmediasystem/speedy_keys

    Avoid reifying when to_key is called on MediaObject
    cjcolvar authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3981f84 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5247 from avalonmediasystem/speedy_tree

    Use SpeedyAF proxy for MediaObject tree route
    cjcolvar authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    0151ae9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5248 from avalonmediasystem/faster_faster

    Use SpeedyAF on playlist and bookmarks routes
    cjcolvar authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2464687 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    e9c5ea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55be10f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5245 from avalonmediasystem/index_collection_posters

    Index collection posters and serve from solr if <512K
    cjcolvar authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    81b718a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed42861 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47deff6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5226 from avalonmediasystem/iiif_caption_transcript

    Add captions and transcripts to IIIF Manifest
    masaball authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    4153b61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34c55fb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5250 from avalonmediasystem/speedy_collection_poster

    Collection poster end-user route should use SpeedyAF like admin route
    cjcolvar authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    fa12100 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5249 from avalonmediasystem/bulk_actions_speedyif…

    …y_redux
    
    Use SpeedyAF when rendering bulk action modals
    cjcolvar authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    943a014 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5251 from avalonmediasystem/iiif_robot_transcript

    Indicate machine generated transcripts in iiif manifest
    masaball authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a281e93 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Bump active encode

    masaball committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2b16196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5da1d6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91ad81b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8f1efb View commit details
    Browse the repository at this point in the history
  5. Update views

    masaball committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a6e1f60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb7e7d0 View commit details
    Browse the repository at this point in the history
  7. Adjust naming

    masaball committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    4b8fbff View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5254 from avalonmediasystem/speedy_bulk_action_mo…

    …ve_fix
    
    Fix bulk action move modal
    cjcolvar authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    fffb72c View commit details
    Browse the repository at this point in the history
  9. Index cdl_enabled as _bsi instead of _ssim

    Also test SpeedyAF proxy to ensure cdl_enabled? works the same as real object
    cjcolvar committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    ef3f076 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5257 from avalonmediasystem/speedy_cdl_fix

    Index collection#cdl_enabled as singular boolean
    cjcolvar authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    07f63a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Update testing

    masaball committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6947a33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bc747f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4868ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bbda46 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Fix special access modal

    masaball committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    03d9683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7096cde View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5238 from avalonmediasystem/hls_multiple_captions

    Hls multiple captions
    masaball authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ffc8aca View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

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

Commits on Jul 11, 2023

  1. Separate modal submit to its own form and cleanup

    Co-authored-by: Chris Colvard <[email protected]>
    masaball and cjcolvar committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    060a6b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Merge pull request #5258 from avalonmediasystem/access_settings

    Update each access setting individually
    masaball authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    0f06a14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5261 from avalonmediasystem/manage-files-align

    Fix alignments of the edit forms and labels for supplemental file editing
    Dananji authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    502a150 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac14ca4 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Add SME build with video

    Dananji committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    60dd037 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5260 from avalonmediasystem/new-sme-with-video

    SME with video display and scrollable structure
    Dananji authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c717f4b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    74b1e4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cd3c4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33d2c79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe92501 View commit details
    Browse the repository at this point in the history
  5. Create service for serializing playlists to IIIF

    Co-authored-by: Chris Colvard <[email protected]>
    masaball and cjcolvar committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ba5ba35 View commit details
    Browse the repository at this point in the history
  6. Bump iiif_manifest

    masaball committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5c098c4 View commit details
    Browse the repository at this point in the history
  7. Add playlist metadata and fix ranges

    This commit also includes a fix for a bug encountered when testing
    our current playlist autoplay where an improperly set up js for loop
    prevented loading of media.
    masaball committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b42843b View commit details
    Browse the repository at this point in the history
  8. Add tests

    masaball committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    871c3ad View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5263 from avalonmediasystem/access_settings

    Fix read group assignment on overwrite
    masaball authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b277096 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

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

Commits on Jul 21, 2023

  1. Merge pull request #5265 from avalonmediasystem/editor_not_manager

    Allow users in manager group to be added to collection with editor role
    cjcolvar authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e998b48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5b7379 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5268 from avalonmediasystem/collection_manager_fixes

    Fix bugs with collection manager move to new property
    cjcolvar authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    14da15a View commit details
    Browse the repository at this point in the history
  4. Bump IIIF Manifest gem and adjust handling of media fragments

    Co-authored-by: Chris Colvard <[email protected]>
    masaball and cjcolvar committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    824ed85 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Fixes for codeclimate

    masaball committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e7b34f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b937bc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5271 from avalonmediasystem/speedy_mo_ac

    Handle read/edit users/groups in MediaObject SpeedyAF proxy
    cjcolvar authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8054ca8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Update tests and clean up

    masaball committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    83b8252 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5264 from avalonmediasystem/iiif_playlist

    Serialize playlists to IIIF Manifest
    masaball authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3e34711 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f4b99a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Merge pull request #5274 from avalonmediasystem/poster_size_css

    Change poster CSS to 'contain'
    Jon Cameron authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b24fbca View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

Commits on Aug 1, 2023

  1. Merge pull request #5282 from avalonmediasystem/persona_user_update_fix

    Use #update instead of deprecated #update_attributes
    cjcolvar authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8342283 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    c3d5662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e49aa4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Proposed fix for issue #5286

    Proposed fix for issue described in #5286
    sgurnick authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1b27d0f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Ensure migration can run to completion even if a collection is manage…

    …r-less
    
    This should lead to less headaches during the upgrade for administrators.
    cjcolvar authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    cab4bb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ca5c95 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5290 from avalonmediasystem/cjcolvar-patch-4

    Ensure migration can run to completion even if a collection is manager-less
    cjcolvar authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    143ff5c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Add series to MediaObject model and provide edit form

    Co-authored-by: Chris Colvard <[email protected]>
    masaball and cjcolvar committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ce9faed View commit details
    Browse the repository at this point in the history
  2. Retool avalon_marker controller to act more like the Web Annotation P…

    …rotocol
    
    Co-authored-by: Mason Ballengee <[email protected]>
    cjcolvar and masaball committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6650c87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c7caf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01a32a7 View commit details
    Browse the repository at this point in the history
  5. Redesign solr query for case insensitiveness

    Co-authored-by: Chris Colvard <[email protected]>
    masaball and cjcolvar committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2195b31 View commit details
    Browse the repository at this point in the history
  6. Fixes for codeclimate

    masaball committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a95280b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Merge pull request #5291 from avalonmediasystem/matching_nodejs

    Use matching node version (14) to fix container build
    cjcolvar authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    bb96d1e View commit details
    Browse the repository at this point in the history
  2. Fix typo in spec

    masaball authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7e0f84e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aa85ea View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5295 from avalonmediasystem/annotation_service

    Retool avalon_marker controller to act more like the Web Annotation Protocol
    cjcolvar authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    700f063 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9841c72 View commit details
    Browse the repository at this point in the history
  6. Change series indexing and tighten tests

    Co-authored-by: Chris Colvard <[email protected]>
    masaball and cjcolvar committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4a709c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9b085f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5297 from avalonmediasystem/iiif_playlist

    Fix media fragment anchor and change range labels
    masaball authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f3dec49 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5293 from avalonmediasystem/media-series

    Add series to MediaObject model and edit page
    masaball authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    741119e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ccdb86 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b501151 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    a6186cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5298 from avalonmediasystem/annotation_service

    Return web annotation json for GET requests to Annotation Service
    cjcolvar authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e834ec6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37185c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Simplify conditionals

    cjcolvar committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a96bcc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d116b6b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5284 from avalonmediasystem/cjcolvar-patch-3

    Strip trailing slashes from uris to avoid odd case in AF/LDP/AT
    cjcolvar authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2624c4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8f8d85 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5310 from avalonmediasystem/cjcolvar-patch-4

    Create podman-image.yml to build images and push to both GHCR and Dockerhub
    cjcolvar authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d8906a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Ramp poc (#5277)

    * PoC for Ramp integration
    
    * Fix webpack error with new Ramp import
    
    * Remove MEJS references as much as possible without breaking playlists
    
    * Downgrade react to 17, render rails templates inside React component
    
    * Fix create timeline modal with Ramp integration
    
    * Set share panel URLs when canvas changes
    
    * Cleanup in some JS, HTML, and helper code and tar file for compiled ramp
    
    * Comment tests
    
    * Fix tests
    Co-author: [email protected]
    Dananji authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6364985 View commit details
    Browse the repository at this point in the history
  2. Upgrade to node 20

    cjcolvar committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a71ef04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    710d56a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    c0b9185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f515a3a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5307 from avalonmediasystem/conditional_local_sto…

    …rage
    
    LocalStorage is not available inside an iframe unless users change a setting to allow it
    cjcolvar authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a868aae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e80b25 View commit details
    Browse the repository at this point in the history
  5. Fixes for codeclimate

    masaball committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    000935d View commit details
    Browse the repository at this point in the history
  6. Pass into presenter the result of ability check

    This commit also includes a small efficiencty improvement in the test
    suite.
    masaball committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2afc316 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Change kwarg default to reflect boolean expectation

    Co-authored-by: Chris Colvard <[email protected]>
    masaball and cjcolvar authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    be05458 View commit details
    Browse the repository at this point in the history
  2. Bump iiif_manifest

    masaball committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6720614 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5315 from avalonmediasystem/blank_canvas

    Use blank canvas to represent inaccesible playlist items
    masaball authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e587669 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1d0ab3 View commit details
    Browse the repository at this point in the history
  5. Add support for solr 9 and test it

    Also revert to develop tag for base avalon image
    cjcolvar committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    346055a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5317 from avalonmediasystem/bump_iiif

    Bump iiif_manifest
    masaball authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0fc4c7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d71dbbf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e78e5eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c2ba09 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5319 from avalonmediasystem/parent_item_metadata

    Add parent item metadata to playlist canvases
    masaball authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1be8107 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Merge pull request #5308 from avalonmediasystem/node_webpack_upgrade

    Node and webpack upgrade using shakapacker
    cjcolvar authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    268e0d7 View commit details
    Browse the repository at this point in the history
  2. Don't use SpeedyAF::Proxy on route which modifies StructuralMetadata

    This matches the approach taken with #attach_structure and #delete_structure
    cjcolvar committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ae700eb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5320 from avalonmediasystem/SME_save

    Fix SME saving structure
    cjcolvar authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e9d2e79 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge pull request #5311 from avalonmediasystem/solr9

    Add support for solr 9 and test it
    cjcolvar authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b477907 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0027e26 View commit details
    Browse the repository at this point in the history
  3. Add marker annotation service definition to playlist manifest if requ…

    …ested by playlist owner
    cjcolvar committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f815e62 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5318 from avalonmediasystem/circleci_failed_test_…

    …rerun
    
    Use `circleci tests run` to enable rerun only failed tests option
    cjcolvar authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    7d723b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9125d8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5322 from avalonmediasystem/media-series

    Fix input field for series autocomplete
    masaball authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5d208a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0134a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0fb8fe2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    789d20f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83c799c View commit details
    Browse the repository at this point in the history
  11. Fix failing tests

    Dananji committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    558da48 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e8aa2b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    309c7b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge pull request #5321 from avalonmediasystem/anno_service_declaration

    Add marker annotation service definition to playlist manifest if requested by playlist owner
    cjcolvar authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d1dc1c7 View commit details
    Browse the repository at this point in the history
  2. StringIO no longer supports #lines so switched to #each_line

    Switch other open() call to URI.open()
    Add tests to ensure changes work with all possible M3U8Reader#read inputs
    cjcolvar committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c6d84b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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

Commits on Aug 25, 2023

  1. Merge pull request #5326 from avalonmediasystem/sgurnick-issue-5286

    Switch out calls to open() with URI#open()
    cjcolvar authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ff79c69 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Skip JS tests

    Dananji committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    cf47711 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5323 from avalonmediasystem/ramp-itemview-page

    Ramp itemview page
    cjcolvar authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f70f124 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    c2ca70d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a881e9c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5333 from avalonmediasystem/button-up

    Change 'Add' access setting button to btn-primary
    masaball authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    cb0ca4a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Merge pull request #5334 from avalonmediasystem/playlist_manifest_auth

    Fix auth check for playlist manifest generation
    masaball authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2cb858e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a477a5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    579da82 View commit details
    Browse the repository at this point in the history
  4. Fix failing SpeedyAF and Media Object series tests

    Co-authored-by: Chris Colvard <[email protected]>
    masaball and cjcolvar committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    8c6438e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f7300f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8e50db View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Move series property into descMetadata MODS document.

    Co-authored-by: Mason Ballengee <[email protected]>
    cjcolvar and masaball committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1e2ca94 View commit details
    Browse the repository at this point in the history
  2. Bring series property in through bib import including dedup.

    Co-authored-by: Mason Ballengee <[email protected]>
    cjcolvar and masaball committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    eb47d62 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5347 from avalonmediasystem/series_mods

    Move property into mods
    masaball authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    eac52db View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    443d46c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2502f3b View commit details
    Browse the repository at this point in the history
  3. Reenable playlist player

    masaball committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3b8f8af View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    539c69f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e76bc27 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge pull request #5354 from avalonmediasystem/iiif_manifest_access_…

    …lending
    
    Add access restriction and lending period to iiif metadata
    masaball authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4fa129c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    808ff0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c957cf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5351 from avalonmediasystem/videojs-embed

    Move the embedded player from MEjs to Videojs
    masaball authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    590fa57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f306747 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Merge pull request #5327 from avalonmediasystem/object-view-series

    Add series to Media Object view and Catalog search
    masaball authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b1a9120 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5358 from avalonmediasystem/iiif_playlist_source_…

    …metadata
    
    Fix serialization of source item metadata in playlist manifests
    masaball authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    37c8209 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea54703 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    efa50ad View commit details
    Browse the repository at this point in the history
  2. Add localstorage check to Modernizr

    I couldn't figure out how to get newer builds of modernizr to load through the assets pipeline so I copied this check from the Modernizr codebase.
    cjcolvar authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2b422c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21b1c92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75aef58 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    9958b27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5362 from avalonmediasystem/still_reifying

    Prevent reification when loading media object #show
    cjcolvar authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    87d6daa View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 15, 2023

  1. Use correct comment syntax

    cjcolvar authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f581905 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Merge pull request #5349 from avalonmediasystem/cjcolvar-patch-3

    Add credentials cors headers for playlist marker edit operations
    masaball authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d171ed9 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Merge pull request #5367 from avalonmediasystem/localstorage-redux

    Use Modernizr check before attempting to use localStorage
    cjcolvar authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    fb118f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5371 from avalonmediasystem/create_thumbnail

    Move create thumbnail button out of player
    masaball authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    71c691c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8de783 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f29854 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    d1dbd29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd74d51 View commit details
    Browse the repository at this point in the history
  3. Skip test requiring Ramp to render

    JS does not currently render for our feature tests so anything being
    rendered within the Ramp context does not appear for the tests. This now
    includes the title field.
    masaball committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3e8010b View commit details
    Browse the repository at this point in the history
  4. Remove references to webpacker

    webpacker:compile rake task is unnecessary in Dockerfile because assets:compile will automatically do the same work
    check_yarn_integrity config option no longer exists
    cjcolvar committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    9850c77 View commit details
    Browse the repository at this point in the history
  5. Clean some disk space by removing unused parts from base image

    The docker build for production environment ran out of disk space.
    This github action saves about 14GB but does take 1-2 minutes to run.
    cjcolvar committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b2bb1f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    cca1b7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5382 from avalonmediasystem/ending_time

    Add ending time to range canvas references
    masaball authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7d72c69 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Merge pull request #5381 from avalonmediasystem/production_build

    Fix production environment builds
    cjcolvar authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0d16202 View commit details
    Browse the repository at this point in the history
  2. Remove unneeded html and css

    masaball committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7cc481e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Merge pull request #5380 from avalonmediasystem/new_mo_show

    First pass redesign of media object page
    masaball authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5d164cd View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    b46971b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    952a9c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Use preferred method for getting videojs player

    Co-authored-by: Chris Colvard <[email protected]>
    masaball and cjcolvar committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4fddb64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5394 from avalonmediasystem/player-api

    Update player API to work with new embedded player
    masaball authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4019a16 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5393 from avalonmediasystem/css-fix-itempage

    Override Ramp css for details and transcript tabs in itemview page
    Dananji authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6867815 View commit details
    Browse the repository at this point in the history
  4. New Ramp build

    Dananji committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    5e87809 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    5597232 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5403 from avalonmediasystem/title-css

    Fix title font to match ramp components
    masaball authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    24a62a9 View commit details
    Browse the repository at this point in the history
  3. Use fragment_identifier in playlist item ranges

    Media fragments in playlist structure should use the fragments of the
    corresponding playlist item, not the full duration of the parent item.
    masaball committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    43752cf View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Merge pull request #5404 from avalonmediasystem/playlist_structure_fr…

    …agment
    
    Use fragment_identifier in playlist item ranges
    masaball authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3cf72b5 View commit details
    Browse the repository at this point in the history