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

v7.8 RC3 #5970

Merged
merged 30 commits into from
Aug 2, 2024
Merged

v7.8 RC3 #5970

merged 30 commits into from
Aug 2, 2024

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    a67b5d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5952 from avalonmediasystem/addtoplaylist-regression

    Retain user entered playlist item title during playback
    Dananji authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9be68aa View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Speed up section list migration by optimizing solr queries

    Only return ids since we're only using ids.
    cjcolvar authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    76f63de View commit details
    Browse the repository at this point in the history
  2. Send Referer header when fetching HLS for frame extraction

    The Referer header is used by the streaming server to do an auth callback.  Without this header, the request fails with a 403 Forbidden.
    cjcolvar authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c0d5086 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Merge pull request #5954 from avalonmediasystem/cjcolvar-patch-4

    Send Referer header when fetching HLS for frame extraction
    cjcolvar authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f54037c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5953 from avalonmediasystem/cjcolvar-patch-3

    Speed up section list migration by optimizing solr queries
    cjcolvar authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c65d675 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    e27f03d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff0ccb5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5957 from avalonmediasystem/ramp-build

    New Ramp build to test latest changes
    Dananji authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8b56950 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce70296 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Merge pull request #5959 from avalonmediasystem/during_migration

    Ensure that thumbnails show during migration/reindex
    cjcolvar authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    853aeda View commit details
    Browse the repository at this point in the history
  2. Fix links in footer

    masaball committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5f0f09d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5960 from avalonmediasystem/footer_links

    Fix links in footer
    masaball authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d370482 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Add tests

    masaball committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2b55f5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    971fc22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0841be6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a79d5a View commit details
    Browse the repository at this point in the history
  5. Ramp 3.2.0 bump

    Dananji committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    788be76 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5963 from avalonmediasystem/speed_racer

    Speed improvements for searching by avoiding solr queries
    cjcolvar authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    af5b08a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5964 from avalonmediasystem/ramp-3.2.0

    Ramp 3.2.0 bump
    Dananji authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e7a4323 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Testing improvements

    Co-authored-by: Mason Ballengee <[email protected]>
    cjcolvar and masaball committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    95b6200 View commit details
    Browse the repository at this point in the history
  2. Move TempfileFactory to start of middleware stack

    Co-authored-by: Chris Colvard <[email protected]>
    masaball and cjcolvar committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    dd32dd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5958 from avalonmediasystem/tempfile_location

    Add setting for alternative rack tempfile directory
    masaball authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    71b03a4 View commit details
    Browse the repository at this point in the history
  4. Ensure single value for statement of responsibility matching solr field

    This fixes an edge case where bib import may bring in multiple values.
    cjcolvar authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    830a5dd View commit details
    Browse the repository at this point in the history
  5. Get rid of nil ids when migrating to section lists

    This fixes an edge case where ordered_master_file_ids contain nils.
    cjcolvar authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    50615ec View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5965 from avalonmediasystem/cjcolvar-patch-3

    Ensure single value for statement of responsibility matching solr field
    cjcolvar authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    26c65b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge pull request #5962 from avalonmediasystem/offscreen-tags-5956

    Add margin along x-axis to playlist description and tags display in mobile view
    Jon Cameron authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1584d59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5966 from avalonmediasystem/cjcolvar-patch-4

    Get rid of nil ids when migrating to section lists
    masaball authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d36da13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5c56e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge pull request #5968 from avalonmediasystem/search_brackets

    Skip found in transcript if there are curly brackets in query
    masaball authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    783f49f View commit details
    Browse the repository at this point in the history