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

Avalon 8.0 RC 1 #6118

Merged
merged 187 commits into from
Nov 13, 2024
Merged

Avalon 8.0 RC 1 #6118

merged 187 commits into from
Nov 13, 2024

Commits on Feb 16, 2024

  1. Cast to arrays to avoid nils

    cjcolvar committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    51c7e1f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    af11804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa319d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    799114a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95f5a1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5aeaeb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    166694c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38e81c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

Commits on Aug 5, 2024

  1. Merge pull request #5972 from avalonmediasystem/staging

    Release v7.8
    masaball authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    37cfbea View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    cf09bb8 View commit details
    Browse the repository at this point in the history
  2. Fix enabling of media object action buttons

    On page load, both initial and refreshed, in mobile browsers there was
    some sort of race condition that was disabling the Add to Playlist,
    Timeline, and Thumbnail buttons immediately after being enabled.
    Changing the event listener for disabling the buttons to be triggered on
    the player emptying instead of loading seems to fix that race condition,
    but uncovered a separate one when switching canvases. This second race
    condition behaved similarly to the first, where the enabling function
    would be run before the disabling function. Adding a fallback enabling
    function that triggers on loadstart seems to fix this second race
    condition. There may still be some flakiness, especially on apple
    devices, because events triggering properly sometimes just doesn't
    happen.
    masaball committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    aa5df51 View commit details
    Browse the repository at this point in the history
  3. Allow overflow in modal to enable scrolling to the bottom, use BS fle…

    …x in access control modal
    Dananji committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    bb6310f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Merge pull request #5961 from avalonmediasystem/cypress_charumitra__3

    Cypress Automation - Item, playlist , login , media object specs
    cjcolvar authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    07b47e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5974 from avalonmediasystem/ios-scroll-5616

    Allow overflow in modal to enable scrolling to the bottom, use BS flex in access control modal
    Jon Cameron authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bf3b288 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Match correct route

    cjcolvar authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6396ef1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5973 from avalonmediasystem/dropdown_focus

    Prevent keyboard opening for playlist dropdown on mobile devices
    masaball authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4d2fff5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge pull request #5947 from avalonmediasystem/btn_race_condition

    Fix enabling of media object action buttons
    masaball authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f2acb4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5969 from avalonmediasystem/video_icon

    Display video icon when video lacks thumbnail
    masaball authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    60f89bc View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Update gems for new Rails

    masaball committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d795651 View commit details
    Browse the repository at this point in the history
  2. Fix active_fedora_general initalization and assign a JS package manager

    These fixes take care of a couple errors that were preventing bringing
    the docker container up.
    masaball committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a1a13f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad09f52 View commit details
    Browse the repository at this point in the history
  4. bin/rails update output

    masaball committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    581fc00 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    9635b5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe40545 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5933c5 View commit details
    Browse the repository at this point in the history
  4. Re-add initializer to set mediainfo path

    Active encode still uses MediaInfo for the time being so we need to make
    sure that variables are still being set up properly.
    
    This commit also adds safe navigation or other conditionals to prevent
    errors when MediaInfo or FFmpeg are not defined properly in
    Settings.yml.
    masaball committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    efe41de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15390b4 View commit details
    Browse the repository at this point in the history
  6. Use auto-submitting form to workaround omniauth2 requirement for only…

    … POST requests to auth endpoints
    cjcolvar committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6548f38 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Update spec/controllers/master_files_controller_spec.rb

    Co-authored-by: Chris Colvard <chris.colvard@gmail.com>
    masaball and cjcolvar authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    68581f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6004 from avalonmediasystem/sup_file_rendering_link

    Generate correct rendering link in iiif manifest
    masaball authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    cf83eb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

    Delete supplemental files when parent object is deleted
    masaball authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fd5f15b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7deb92 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    37906ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cb1753 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Fix broken tests, skip incomplete tests

    There was a failing spec because rspec has been updated to raise an
    ArgumentError when an `include` matcher is empty. I am temporarily
    skipping those tests as I am not familiar with that bit of code so don't
    know what is needed to fill them out and get them passing.
    masaball committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1609d1b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5982 from avalonmediasystem/remove_mediainfo

    Remove mediainfo gem, replace with ffprobe call
    masaball authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c3dce9d View commit details
    Browse the repository at this point in the history
  3. Update default config

    `wrap_paramters.rb` default behavior has been moved to
    `config.action_controller.wrap_paramters_by_default` in 7.0. We do not
    have any customizations for parameter wrapping, so can remove the
    initializer.
    
    Rails 7.0 adds a default to protect against "open redirects", so we have
    to add `allow_other_host: true` to any `redirect_to` calls that may lead
    to external resources.
    
    Rails 7.1 changes how autoloading and the $LOAD_PATH are handled. This
    breaks integration of several Samvera gems, so we are setting
    `config.add_autoload_paths_to_load_path` to true for the time being.
    
    Rails 7.1 changes the default serialization coder to `nil`. We did not
    use any non-default coders previously, so setting the global default to
    YAML (the old default) should retain the current expected behaviors.
    masaball committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bb6046f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Machine gen icon for supplemental files (#6011)

    * Show an icon for machine-generated transcripts in manage file
    
    * From code review: cleanup JS
    Dananji authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d9dfe95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56de779 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    61eb742 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5996 from avalonmediasystem/jemalloc

    Upgrade to ruby 3.3 and enable jemalloc and YJIT
    cjcolvar authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    43b075f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Merge pull request #6020 from avalonmediasystem/mo_index_groups

    Override RSolr::Client to fallback to ActiveFedora#default_http_method
    masaball authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2011b2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6017 from avalonmediasystem/rails_7-2

    Upgrade to Rails 7.2
    masaball authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b9c119f View commit details
    Browse the repository at this point in the history
  3. Reduce number of solr calls by preemptively loading reflections

    This works around an inefficiency in SpeedyAF where loading reflections lazily doesn't get cached.
    
    Co-authored-by: Mason Ballengee <masaball@iu.edu>
    cjcolvar and masaball committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5c90c77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b53e78a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6010 from avalonmediasystem/mf_reflections

    Reduce number of solr calls by preemptively loading reflections
    masaball authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cb86a47 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5676 from avalonmediasystem/no_managers

    Cast to arrays to avoid nils
    cjcolvar authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9473f86 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5981 from avalonmediasystem/cjcolvar-patch-3

    Match correct route
    cjcolvar authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    426bbf1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6007 from avalonmediasystem/omniauth_2_devise

    Use auto-submitting form to workaround omniauth2 requirement for only POST requests to auth endpoints
    cjcolvar authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    49ee610 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Adjust non-media item filtering in ffprobe

    In QA it was found that a video was improperly processed as audio. This
    was a result of keying off display aspect ratio to filter out
    non-audio/video items, under the false assumption that all videos would
    have a display aspect ratio. Explicitly filtering out plain text files
    and using frame count to filter images will hopefully be more
    consistent.
    masaball committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    91f5b88 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 9, 2024

  1. Merge pull request #6025 from avalonmediasystem/noid-rails-bump

    Use official release of noid-rails
    cjcolvar authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    24cdb9a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    9c533a3 View commit details
    Browse the repository at this point in the history
  2. Enable rubyconfig to work with array ENV variables

    With this flag set environment variables with sequential suffixes can be used to set array Settings.
    
    For example,
    ```
    export SETTINGS__BIB_RETRIEVER__DEFAULT__QUERY__0="cql.serverChoice='^C%{bib_id}'"
    export SETTINGS__BIB_RETRIEVER__DEFAULT__QUERY__1="cql.serverChoice exact '%{bib_id}'"
    export SETTINGS__BIB_RETRIEVER__DEFAULT__QUERY__2="cql.serverChoice='%{bib_id}'"
    ```
    will result in
    ```
    Settings.bib_retriever.default.query
    # ["cql.serverChoice='^C%{bib_id}'", "cql.serverChoice exact '%{bib_id}'", "cql.serverChoice='%{bib_id}'"]
    ```
    cjcolvar authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5263e6a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6029 from avalonmediasystem/cjcolvar-patch-3

    Enable rubyconfig to work with array ENV variables
    cjcolvar authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0925315 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6028 from avalonmediasystem/mo_api_update_fields

    Reenable setting derivative mimetype if provided
    masaball authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d5230b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b2cf57 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Sep 13, 2024

  1. Merge pull request #6030 from avalonmediasystem/default_manifest

    Provide default required metadata in IIIF Manifest
    masaball authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    130de66 View commit details
    Browse the repository at this point in the history
  2. Simplify methods in FFprobe

    Co-authored-by: Chris Colvard <chris.colvard@gmail.com>
    masaball and cjcolvar committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4333359 View commit details
    Browse the repository at this point in the history
  3. Optimize waveform generation

    cjcolvar committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6534429 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Merge pull request #6023 from avalonmediasystem/video_check

    Adjust non-media item filtering in ffprobe
    masaball authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e07abd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48d249a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6034 from avalonmediasystem/video_check

    Convert fall back display aspect ratio to string
    masaball authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fe09a36 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6035 from avalonmediasystem/ride_the_waves

    Optimize waveform generation
    cjcolvar authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bdf83fb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Sep 18, 2024

  1. Merge pull request #6040 from avalonmediasystem/faster_orders

    Reduce max rows in solr queries to 100_000 to improve solr performance
    cjcolvar authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0bfb424 View commit details
    Browse the repository at this point in the history
  2. Allow manual loading of records with progressive download streams ins…

    …tead of HLS streams
    
    This allows use of mp3s pushed into avalon via inges api to playback correctly in ramp.
    cjcolvar committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1ca8d2f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    10e0cad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e2b92f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6045 from avalonmediasystem/cjcolvar-patch-3

    Remove Statement of Responsibility form title on MediaObject vie page
    cjcolvar authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9b8c88b View commit details
    Browse the repository at this point in the history
  4. Remove support for solr 6

    cjcolvar committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9441929 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    749215c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Merge pull request #6044 from avalonmediasystem/saml-up

    Bump version of omniauth-saml and ruby-saml
    cjcolvar authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    26f5bf8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6046 from avalonmediasystem/drop_solr6

    Drop solr6 support
    cjcolvar authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4b24aca View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Bump version of webrick

    cjcolvar committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a4960f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6042 from avalonmediasystem/prog_downloads

    Allow manual loading of records with progressive download streams instead of HLS streams
    cjcolvar authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    66f9c0c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6051 from avalonmediasystem/webrick

    Bump version of webrick
    cjcolvar authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    59a6c4c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6047 from avalonmediasystem/missing_dates

    Date issued is no longer a required field
    cjcolvar authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6328acc View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    432453d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6053 from avalonmediasystem/issuedate-update

    Removed "Required" Text for Date Issued Description
    joncameron authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0cb924b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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

Commits on Oct 4, 2024

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

Commits on Oct 7, 2024

  1. Merge pull request #6066 from avalonmediasystem/stream_details

    Improve stream selection when extracting stills
    masaball authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ab2b7dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a68257 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6067 from avalonmediasystem/samvera-versions

    Bump samvera gems to released versions
    masaball authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0e9c865 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c985ce8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Merge pull request #6068 from avalonmediasystem/nil_encodes

    Prevent bad encode status from breaking encode record pages
    masaball authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    18e3388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dae897a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dca5747 View commit details
    Browse the repository at this point in the history
  4. New ramp build

    cjcolvar committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    14c351e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    052b7fa View commit details
    Browse the repository at this point in the history
  6. Add tests

    cjcolvar committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    77f339d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f8ee30 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

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

Commits on Oct 15, 2024

  1. Merge pull request #6079 from avalonmediasystem/gear-icon-6039

    Switch machine-gen file icon on edit page
    Dananji authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fa3c65b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Merge pull request #6049 from avalonmediasystem/subject_link

    Link to faceted search for subjects in IIIF manifest
    cjcolvar authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1ec2af0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    d3969b9 View commit details
    Browse the repository at this point in the history
  2. Test with fcrepo 6.4

    cjcolvar committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    db7fd39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb3cd43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    051aad6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6fd880 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    647fbd8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6b5f3a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b3a526 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b7ef0e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5d46459 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d94dc7b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6365900 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    61718e0 View commit details
    Browse the repository at this point in the history
  14. Fix failing media object test

    Co-authored-by: Chris Colvard <chris.colvard@gmail.com>
    masaball and cjcolvar committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ec39976 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5b59643 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2603910 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    9b5565f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eaeccf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6082 from avalonmediasystem/fedora6_7.8_rebase_re…

    …base
    
    Fedora6 7.8 rebase rebase
    cjcolvar authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2d0eb7e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. New Ramp build

    Dananji committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    12b186e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d08855d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f16e226 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6086 from avalonmediasystem/playlist-overflow

    Set max-height to be smaller than full height
    Dananji authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    925552e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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

    Fix updated element in atom feed entries when query string present
    cjcolvar authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    837de9f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6087 from avalonmediasystem/ramp-enable-collapse

    Ramp enable collapse button
    Dananji authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    65b3147 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28259f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    870cc07 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6088 from avalonmediasystem/resize-player

    Adjust column size to avoid player overflow on browser resize
    Dananji authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    beef060 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6089 from avalonmediasystem/playlist-items

    Playlist items list
    Dananji authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f3dd874 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Sharepoint proof of concept

    masaball committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    469e019 View commit details
    Browse the repository at this point in the history
  2. Fix output generation

    masaball committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ac740f0 View commit details
    Browse the repository at this point in the history
  3. Fix failing test

    masaball committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9575864 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c6547e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82fbfd7 View commit details
    Browse the repository at this point in the history
  6. Move lengthly check for leases into indexing background job

    Co-authored-by: Mason Ballengee <masaball@iu.edu>
    cjcolvar and masaball committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c6033ab View commit details
    Browse the repository at this point in the history
  7. Remove redundant saves and other redundant costly setup

    Co-authored-by: Mason Ballengee <masaball@iu.edu>
    cjcolvar and masaball committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d3c275c View commit details
    Browse the repository at this point in the history
  8. Update avalon-workflow

    cjcolvar committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5e445d2 View commit details
    Browse the repository at this point in the history
  9. Run background job when updating ips or external groups

    Co-authored-by: Mason Ballengee <masaball@iu.edu>
    cjcolvar and masaball committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    395d713 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a683614 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #6073 from avalonmediasystem/sharepoint_test

    OneDrive integration
    masaball authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    777455a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Remove date default from playlist item partial

    Co-authored-by: Chris Colvard <chris.colvard@gmail.com>
    masaball and cjcolvar committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a173ce1 View commit details
    Browse the repository at this point in the history
  2. Latest code from Ramp

    Dananji committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    538b8d8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6062 from avalonmediasystem/separate_dates

    Separate display date into 'Creation date' and 'Publication date'
    masaball authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    79685c0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6093 from avalonmediasystem/ramp-build

    Latest code from Ramp
    Dananji authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1e1abe2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52a03e9 View commit details
    Browse the repository at this point in the history
  6. Don't mark type as dirty if class type is empty

    This avoids a save of the file metadata when nothing has changed.
    cjcolvar committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    88680da View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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

Commits on Nov 1, 2024

  1. Merge pull request #6095 from avalonmediasystem/align-sections-text

    Align sections text in the structures UI
    Dananji authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5933190 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    36b2003 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7603cc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    5ec6720 View commit details
    Browse the repository at this point in the history
  2. Mark content as changed when deleting nodes instead of only when adde…

    …d because sometimes all values are removed
    cjcolvar committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e1c6bde View commit details
    Browse the repository at this point in the history
  3. New Ramp build

    Dananji committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3224648 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    066dbaa View commit details
    Browse the repository at this point in the history
  5. Fix CORS issues related to S3, timelines, and playlists

    Co-authored-by: Chris Colvard <chris.colvard@gmail.com>
    masaball and cjcolvar committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b77d504 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6090 from avalonmediasystem/lease_to_solr

    Move lengthly check for leases into indexing background job
    cjcolvar authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d2df1bc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6091 from avalonmediasystem/extra_saves

    Remove redundant saves and other redundant costly setup
    cjcolvar authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    681e2ee View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6099 from avalonmediasystem/sharepoint_sites

    Update browseeverything to pull in Sharepoint Sites
    masaball authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b208d4e View commit details
    Browse the repository at this point in the history
  9. Change audio player progress-bar and controls in embeds (#6102)

    * Change audio player progress-bar and controls in embeds
    
    * Align horizontal volume control thumb
    Dananji authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    45391e4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6103 from avalonmediasystem/s3_cors

    Fix CORS issues related to S3, timelines, and playlists
    masaball authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    cfedcd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Always return 0 from docker init script so startup doesn't halt on co…

    …ncurrent db migrate errors
    cjcolvar committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    71ab79d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Set fedora url env variable to right value in test container

    This PR also removes the version number from the top of the compose
    file. There is a deprecation message that it is no longer used.
    masaball committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d1a4876 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6104 from avalonmediasystem/init_ok

    Always return 0 from docker init script
    cjcolvar authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b3411c8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6106 from avalonmediasystem/fix_test_fedora_conne…

    …ction
    
    Set fedora url env variable to right value in test container
    masaball authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6ee29e1 View commit details
    Browse the repository at this point in the history
  4. Populate section title with filename when there is one section

    We have completely reworked how media object, master file, and playlist
    item titles are generated/displayed so limiting the creation of a
    display title from filename to only when there are multiple sections is
    no longer necessary.
    masaball committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d4216a1 View commit details
    Browse the repository at this point in the history
  5. Fix failing tests

    masaball committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c265dea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31d2ebb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    677cae9 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. New Ramp build files

    Dananji committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    39b3941 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bad0e2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6107 from avalonmediasystem/ramp-build

    New Ramp build files
    Dananji authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    20b0843 View commit details
    Browse the repository at this point in the history
  4. Add test of title generation

    masaball committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    35cd919 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6105 from avalonmediasystem/display_section_title

    Use structure_title for populating structure list
    masaball authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    bf27f8c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6108 from avalonmediasystem/subject_link

    Don't escape values let Blacklight handle that
    cjcolvar authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    178633c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6098 from avalonmediasystem/cjcolvar-patch-3

    Don't remove file_location since it is used to render the file's filename
    cjcolvar authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7933ded View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. New Ramp build

    Dananji committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7e380f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6110 from avalonmediasystem/ramp-build

    New Ramp build
    joncameron authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c15a818 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    573642d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6d241b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6113 from avalonmediasystem/new-ramp-build

    Ramp build with latest bug fixes
    Dananji authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c0825a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Ramp build for testing

    Dananji committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    953cf3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44e5e8c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6112 from avalonmediasystem/deps_update

    Update dependencies that have security alerts
    cjcolvar authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4e9aba7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6115 from avalonmediasystem/ramp-build

    Ramp build for testing
    Dananji authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5fbdca5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6116 from avalonmediasystem/deps_update

    Use tags and releases instead of git branches
    cjcolvar authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    aca1b0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bc4b06 View commit details
    Browse the repository at this point in the history