-
Notifications
You must be signed in to change notification settings - Fork 51
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
Avalon 8.0 RC 1 #6118
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51c7e1f - Browse repository at this point
Copy the full SHA 51c7e1fView commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bcbfdc7 - Browse repository at this point
Copy the full SHA bcbfdc7View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af11804 - Browse repository at this point
Copy the full SHA af11804View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa319d0 - Browse repository at this point
Copy the full SHA aa319d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 799114a - Browse repository at this point
Copy the full SHA 799114aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f5a1f - Browse repository at this point
Copy the full SHA 95f5a1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aeaeb3 - Browse repository at this point
Copy the full SHA 5aeaeb3View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 166694c - Browse repository at this point
Copy the full SHA 166694cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38e81c8 - Browse repository at this point
Copy the full SHA 38e81c8View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0abfacf - Browse repository at this point
Copy the full SHA 0abfacfView commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37cfbea - Browse repository at this point
Copy the full SHA 37cfbeaView commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf09bb8 - Browse repository at this point
Copy the full SHA cf09bb8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for aa5df51 - Browse repository at this point
Copy the full SHA aa5df51View commit details -
Allow overflow in modal to enable scrolling to the bottom, use BS fle…
…x in access control modal
Configuration menu - View commit details
-
Copy full SHA for bb6310f - Browse repository at this point
Copy the full SHA bb6310fView commit details
Commits on Aug 7, 2024
-
Merge pull request #5961 from avalonmediasystem/cypress_charumitra__3
Cypress Automation - Item, playlist , login , media object specs
Configuration menu - View commit details
-
Copy full SHA for 07b47e1 - Browse repository at this point
Copy the full SHA 07b47e1View commit details -
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 authoredAug 7, 2024 Configuration menu - View commit details
-
Copy full SHA for bf3b288 - Browse repository at this point
Copy the full SHA bf3b288View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6396ef1 - Browse repository at this point
Copy the full SHA 6396ef1View commit details -
Merge pull request #5973 from avalonmediasystem/dropdown_focus
Prevent keyboard opening for playlist dropdown on mobile devices
Configuration menu - View commit details
-
Copy full SHA for 4d2fff5 - Browse repository at this point
Copy the full SHA 4d2fff5View commit details
Commits on Aug 19, 2024
-
Merge pull request #5947 from avalonmediasystem/btn_race_condition
Fix enabling of media object action buttons
Configuration menu - View commit details
-
Copy full SHA for f2acb4d - Browse repository at this point
Copy the full SHA f2acb4dView commit details -
Merge pull request #5969 from avalonmediasystem/video_icon
Display video icon when video lacks thumbnail
Configuration menu - View commit details
-
Copy full SHA for 60f89bc - Browse repository at this point
Copy the full SHA 60f89bcView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d795651 - Browse repository at this point
Copy the full SHA d795651View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a1a13f6 - Browse repository at this point
Copy the full SHA a1a13f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad09f52 - Browse repository at this point
Copy the full SHA ad09f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 581fc00 - Browse repository at this point
Copy the full SHA 581fc00View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9635b5e - Browse repository at this point
Copy the full SHA 9635b5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe40545 - Browse repository at this point
Copy the full SHA fe40545View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5933c5 - Browse repository at this point
Copy the full SHA e5933c5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for efe41de - Browse repository at this point
Copy the full SHA efe41deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15390b4 - Browse repository at this point
Copy the full SHA 15390b4View commit details -
Use auto-submitting form to workaround omniauth2 requirement for only…
… POST requests to auth endpoints
Configuration menu - View commit details
-
Copy full SHA for 6548f38 - Browse repository at this point
Copy the full SHA 6548f38View commit details
Commits on Aug 26, 2024
-
Update spec/controllers/master_files_controller_spec.rb
Co-authored-by: Chris Colvard <chris.colvard@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 68581f3 - Browse repository at this point
Copy the full SHA 68581f3View commit details -
Merge pull request #6004 from avalonmediasystem/sup_file_rendering_link
Generate correct rendering link in iiif manifest
Configuration menu - View commit details
-
Copy full SHA for cf83eb0 - Browse repository at this point
Copy the full SHA cf83eb0View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b1b67fe - Browse repository at this point
Copy the full SHA b1b67feView commit details -
Merge pull request #5939 from avalonmediasystem/child_file_delete
Delete supplemental files when parent object is deleted
Configuration menu - View commit details
-
Copy full SHA for fd5f15b - Browse repository at this point
Copy the full SHA fd5f15bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7deb92 - Browse repository at this point
Copy the full SHA a7deb92View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37906ee - Browse repository at this point
Copy the full SHA 37906eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cb1753 - Browse repository at this point
Copy the full SHA 3cb1753View commit details
Commits on Aug 29, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1609d1b - Browse repository at this point
Copy the full SHA 1609d1bView commit details -
Merge pull request #5982 from avalonmediasystem/remove_mediainfo
Remove mediainfo gem, replace with ffprobe call
Configuration menu - View commit details
-
Copy full SHA for c3dce9d - Browse repository at this point
Copy the full SHA c3dce9dView commit details -
`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.
Configuration menu - View commit details
-
Copy full SHA for bb6046f - Browse repository at this point
Copy the full SHA bb6046fView commit details
Commits on Aug 30, 2024
-
Machine gen icon for supplemental files (#6011)
* Show an icon for machine-generated transcripts in manage file * From code review: cleanup JS
Configuration menu - View commit details
-
Copy full SHA for d9dfe95 - Browse repository at this point
Copy the full SHA d9dfe95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56de779 - Browse repository at this point
Copy the full SHA 56de779View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61eb742 - Browse repository at this point
Copy the full SHA 61eb742View commit details -
Merge pull request #5996 from avalonmediasystem/jemalloc
Upgrade to ruby 3.3 and enable jemalloc and YJIT
Configuration menu - View commit details
-
Copy full SHA for 43b075f - Browse repository at this point
Copy the full SHA 43b075fView commit details
Commits on Sep 4, 2024
-
Merge pull request #6020 from avalonmediasystem/mo_index_groups
Override RSolr::Client to fallback to ActiveFedora#default_http_method
Configuration menu - View commit details
-
Copy full SHA for 2011b2a - Browse repository at this point
Copy the full SHA 2011b2aView commit details -
Merge pull request #6017 from avalonmediasystem/rails_7-2
Upgrade to Rails 7.2
Configuration menu - View commit details
-
Copy full SHA for b9c119f - Browse repository at this point
Copy the full SHA b9c119fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5c90c77 - Browse repository at this point
Copy the full SHA 5c90c77View commit details -
Configuration menu - View commit details
-
Copy full SHA for b53e78a - Browse repository at this point
Copy the full SHA b53e78aView commit details -
Merge pull request #6010 from avalonmediasystem/mf_reflections
Reduce number of solr calls by preemptively loading reflections
Configuration menu - View commit details
-
Copy full SHA for cb86a47 - Browse repository at this point
Copy the full SHA cb86a47View commit details -
Merge pull request #5676 from avalonmediasystem/no_managers
Cast to arrays to avoid nils
Configuration menu - View commit details
-
Copy full SHA for 9473f86 - Browse repository at this point
Copy the full SHA 9473f86View commit details -
Merge pull request #5981 from avalonmediasystem/cjcolvar-patch-3
Match correct route
Configuration menu - View commit details
-
Copy full SHA for 426bbf1 - Browse repository at this point
Copy the full SHA 426bbf1View commit details -
Merge pull request #6007 from avalonmediasystem/omniauth_2_devise
Use auto-submitting form to workaround omniauth2 requirement for only POST requests to auth endpoints
Configuration menu - View commit details
-
Copy full SHA for 49ee610 - Browse repository at this point
Copy the full SHA 49ee610View commit details
Commits on Sep 5, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 91f5b88 - Browse repository at this point
Copy the full SHA 91f5b88View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69b8fd8 - Browse repository at this point
Copy the full SHA 69b8fd8View commit details
Commits on Sep 9, 2024
-
Merge pull request #6025 from avalonmediasystem/noid-rails-bump
Use official release of noid-rails
Configuration menu - View commit details
-
Copy full SHA for 24cdb9a - Browse repository at this point
Copy the full SHA 24cdb9aView commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c533a3 - Browse repository at this point
Copy the full SHA 9c533a3View commit details -
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}'"] ```
Configuration menu - View commit details
-
Copy full SHA for 5263e6a - Browse repository at this point
Copy the full SHA 5263e6aView commit details -
Merge pull request #6029 from avalonmediasystem/cjcolvar-patch-3
Enable rubyconfig to work with array ENV variables
Configuration menu - View commit details
-
Copy full SHA for 0925315 - Browse repository at this point
Copy the full SHA 0925315View commit details -
Merge pull request #6028 from avalonmediasystem/mo_api_update_fields
Reenable setting derivative mimetype if provided
Configuration menu - View commit details
-
Copy full SHA for d5230b4 - Browse repository at this point
Copy the full SHA d5230b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b2cf57 - Browse repository at this point
Copy the full SHA 3b2cf57View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2e531f - Browse repository at this point
Copy the full SHA c2e531fView commit details
Commits on Sep 13, 2024
-
Merge pull request #6030 from avalonmediasystem/default_manifest
Provide default required metadata in IIIF Manifest
Configuration menu - View commit details
-
Copy full SHA for 130de66 - Browse repository at this point
Copy the full SHA 130de66View commit details -
Co-authored-by: Chris Colvard <chris.colvard@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4333359 - Browse repository at this point
Copy the full SHA 4333359View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6534429 - Browse repository at this point
Copy the full SHA 6534429View commit details
Commits on Sep 16, 2024
-
Merge pull request #6023 from avalonmediasystem/video_check
Adjust non-media item filtering in ffprobe
Configuration menu - View commit details
-
Copy full SHA for e07abd8 - Browse repository at this point
Copy the full SHA e07abd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d249a - Browse repository at this point
Copy the full SHA 48d249aView commit details -
Merge pull request #6034 from avalonmediasystem/video_check
Convert fall back display aspect ratio to string
Configuration menu - View commit details
-
Copy full SHA for fe09a36 - Browse repository at this point
Copy the full SHA fe09a36View commit details -
Merge pull request #6035 from avalonmediasystem/ride_the_waves
Optimize waveform generation
Configuration menu - View commit details
-
Copy full SHA for bdf83fb - Browse repository at this point
Copy the full SHA bdf83fbView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a68db3c - Browse repository at this point
Copy the full SHA a68db3cView commit details
Commits on Sep 18, 2024
-
Merge pull request #6040 from avalonmediasystem/faster_orders
Reduce max rows in solr queries to 100_000 to improve solr performance
Configuration menu - View commit details
-
Copy full SHA for 0bfb424 - Browse repository at this point
Copy the full SHA 0bfb424View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1ca8d2f - Browse repository at this point
Copy the full SHA 1ca8d2fView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 10e0cad - Browse repository at this point
Copy the full SHA 10e0cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e2b92f - Browse repository at this point
Copy the full SHA 0e2b92fView commit details -
Merge pull request #6045 from avalonmediasystem/cjcolvar-patch-3
Remove Statement of Responsibility form title on MediaObject vie page
Configuration menu - View commit details
-
Copy full SHA for 9b8c88b - Browse repository at this point
Copy the full SHA 9b8c88bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9441929 - Browse repository at this point
Copy the full SHA 9441929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 749215c - Browse repository at this point
Copy the full SHA 749215cView commit details
Commits on Sep 23, 2024
-
Merge pull request #6044 from avalonmediasystem/saml-up
Bump version of omniauth-saml and ruby-saml
Configuration menu - View commit details
-
Copy full SHA for 26f5bf8 - Browse repository at this point
Copy the full SHA 26f5bf8View commit details -
Merge pull request #6046 from avalonmediasystem/drop_solr6
Drop solr6 support
Configuration menu - View commit details
-
Copy full SHA for 4b24aca - Browse repository at this point
Copy the full SHA 4b24acaView commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4960f3 - Browse repository at this point
Copy the full SHA a4960f3View commit details -
Merge pull request #6042 from avalonmediasystem/prog_downloads
Allow manual loading of records with progressive download streams instead of HLS streams
Configuration menu - View commit details
-
Copy full SHA for 66f9c0c - Browse repository at this point
Copy the full SHA 66f9c0cView commit details -
Merge pull request #6051 from avalonmediasystem/webrick
Bump version of webrick
Configuration menu - View commit details
-
Copy full SHA for 59a6c4c - Browse repository at this point
Copy the full SHA 59a6c4cView commit details -
Merge pull request #6047 from avalonmediasystem/missing_dates
Date issued is no longer a required field
Configuration menu - View commit details
-
Copy full SHA for 6328acc - Browse repository at this point
Copy the full SHA 6328accView commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 432453d - Browse repository at this point
Copy the full SHA 432453dView commit details -
Merge pull request #6053 from avalonmediasystem/issuedate-update
Removed "Required" Text for Date Issued Description
Configuration menu - View commit details
-
Copy full SHA for 0cb924b - Browse repository at this point
Copy the full SHA 0cb924bView commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce3ccb1 - Browse repository at this point
Copy the full SHA ce3ccb1View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a0f7b8 - Browse repository at this point
Copy the full SHA 7a0f7b8View commit details
Commits on Oct 7, 2024
-
Merge pull request #6066 from avalonmediasystem/stream_details
Improve stream selection when extracting stills
Configuration menu - View commit details
-
Copy full SHA for ab2b7dd - Browse repository at this point
Copy the full SHA ab2b7ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a68257 - Browse repository at this point
Copy the full SHA 8a68257View commit details -
Merge pull request #6067 from avalonmediasystem/samvera-versions
Bump samvera gems to released versions
Configuration menu - View commit details
-
Copy full SHA for 0e9c865 - Browse repository at this point
Copy the full SHA 0e9c865View commit details -
Configuration menu - View commit details
-
Copy full SHA for c985ce8 - Browse repository at this point
Copy the full SHA c985ce8View commit details
Commits on Oct 8, 2024
-
Merge pull request #6068 from avalonmediasystem/nil_encodes
Prevent bad encode status from breaking encode record pages
Configuration menu - View commit details
-
Copy full SHA for 18e3388 - Browse repository at this point
Copy the full SHA 18e3388View commit details -
Configuration menu - View commit details
-
Copy full SHA for dae897a - Browse repository at this point
Copy the full SHA dae897aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dca5747 - Browse repository at this point
Copy the full SHA dca5747View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c351e - Browse repository at this point
Copy the full SHA 14c351eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 052b7fa - Browse repository at this point
Copy the full SHA 052b7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77f339d - Browse repository at this point
Copy the full SHA 77f339dView commit details -
Merge pull request #6075 from avalonmediasystem/refactored_ramp_build
New ramp build
Configuration menu - View commit details
-
Copy full SHA for 9f8ee30 - Browse repository at this point
Copy the full SHA 9f8ee30View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0767a1 - Browse repository at this point
Copy the full SHA f0767a1View commit details
Commits on Oct 15, 2024
-
Merge pull request #6079 from avalonmediasystem/gear-icon-6039
Switch machine-gen file icon on edit page
Configuration menu - View commit details
-
Copy full SHA for fa3c65b - Browse repository at this point
Copy the full SHA fa3c65bView commit details
Commits on Oct 21, 2024
-
Merge pull request #6049 from avalonmediasystem/subject_link
Link to faceted search for subjects in IIIF manifest
Configuration menu - View commit details
-
Copy full SHA for 1ec2af0 - Browse repository at this point
Copy the full SHA 1ec2af0View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3969b9 - Browse repository at this point
Copy the full SHA d3969b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for db7fd39 - Browse repository at this point
Copy the full SHA db7fd39View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3cd43 - Browse repository at this point
Copy the full SHA bb3cd43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 051aad6 - Browse repository at this point
Copy the full SHA 051aad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6fd880 - Browse repository at this point
Copy the full SHA e6fd880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 647fbd8 - Browse repository at this point
Copy the full SHA 647fbd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6b5f3a - Browse repository at this point
Copy the full SHA f6b5f3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b3a526 - Browse repository at this point
Copy the full SHA 4b3a526View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b7ef0e - Browse repository at this point
Copy the full SHA 1b7ef0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d46459 - Browse repository at this point
Copy the full SHA 5d46459View commit details -
Configuration menu - View commit details
-
Copy full SHA for d94dc7b - Browse repository at this point
Copy the full SHA d94dc7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6365900 - Browse repository at this point
Copy the full SHA 6365900View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61718e0 - Browse repository at this point
Copy the full SHA 61718e0View commit details -
Co-authored-by: Chris Colvard <chris.colvard@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ec39976 - Browse repository at this point
Copy the full SHA ec39976View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b59643 - Browse repository at this point
Copy the full SHA 5b59643View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2603910 - Browse repository at this point
Copy the full SHA 2603910View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b5565f - Browse repository at this point
Copy the full SHA 9b5565fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eaeccf - Browse repository at this point
Copy the full SHA 5eaeccfView commit details -
Merge pull request #6082 from avalonmediasystem/fedora6_7.8_rebase_re…
…base Fedora6 7.8 rebase rebase
Configuration menu - View commit details
-
Copy full SHA for 2d0eb7e - Browse repository at this point
Copy the full SHA 2d0eb7eView commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12b186e - Browse repository at this point
Copy the full SHA 12b186eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d08855d - Browse repository at this point
Copy the full SHA d08855dView commit details -
Merge pull request #6085 from avalonmediasystem/new-ramp-build
New Ramp build
Configuration menu - View commit details
-
Copy full SHA for f16e226 - Browse repository at this point
Copy the full SHA f16e226View commit details -
Merge pull request #6086 from avalonmediasystem/playlist-overflow
Set max-height to be smaller than full height
Configuration menu - View commit details
-
Copy full SHA for 925552e - Browse repository at this point
Copy the full SHA 925552eView commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b4d55eb - Browse repository at this point
Copy the full SHA b4d55ebView commit details -
Merge pull request #6074 from avalonmediasystem/updated_atoms
Fix updated element in atom feed entries when query string present
Configuration menu - View commit details
-
Copy full SHA for 837de9f - Browse repository at this point
Copy the full SHA 837de9fView commit details -
Merge pull request #6087 from avalonmediasystem/ramp-enable-collapse
Ramp enable collapse button
Configuration menu - View commit details
-
Copy full SHA for 65b3147 - Browse repository at this point
Copy the full SHA 65b3147View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28259f6 - Browse repository at this point
Copy the full SHA 28259f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 870cc07 - Browse repository at this point
Copy the full SHA 870cc07View commit details -
Merge pull request #6088 from avalonmediasystem/resize-player
Adjust column size to avoid player overflow on browser resize
Configuration menu - View commit details
-
Copy full SHA for beef060 - Browse repository at this point
Copy the full SHA beef060View commit details -
Merge pull request #6089 from avalonmediasystem/playlist-items
Playlist items list
Configuration menu - View commit details
-
Copy full SHA for f3dd874 - Browse repository at this point
Copy the full SHA f3dd874View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 469e019 - Browse repository at this point
Copy the full SHA 469e019View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac740f0 - Browse repository at this point
Copy the full SHA ac740f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9575864 - Browse repository at this point
Copy the full SHA 9575864View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c6547e - Browse repository at this point
Copy the full SHA 8c6547eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82fbfd7 - Browse repository at this point
Copy the full SHA 82fbfd7View commit details -
Move lengthly check for leases into indexing background job
Co-authored-by: Mason Ballengee <masaball@iu.edu>
Configuration menu - View commit details
-
Copy full SHA for c6033ab - Browse repository at this point
Copy the full SHA c6033abView commit details -
Remove redundant saves and other redundant costly setup
Co-authored-by: Mason Ballengee <masaball@iu.edu>
Configuration menu - View commit details
-
Copy full SHA for d3c275c - Browse repository at this point
Copy the full SHA d3c275cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e445d2 - Browse repository at this point
Copy the full SHA 5e445d2View commit details -
Run background job when updating ips or external groups
Co-authored-by: Mason Ballengee <masaball@iu.edu>
Configuration menu - View commit details
-
Copy full SHA for 395d713 - Browse repository at this point
Copy the full SHA 395d713View commit details -
Configuration menu - View commit details
-
Copy full SHA for a683614 - Browse repository at this point
Copy the full SHA a683614View commit details -
Merge pull request #6073 from avalonmediasystem/sharepoint_test
OneDrive integration
Configuration menu - View commit details
-
Copy full SHA for 777455a - Browse repository at this point
Copy the full SHA 777455aView commit details
Commits on Oct 30, 2024
-
Remove date default from playlist item partial
Co-authored-by: Chris Colvard <chris.colvard@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a173ce1 - Browse repository at this point
Copy the full SHA a173ce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 538b8d8 - Browse repository at this point
Copy the full SHA 538b8d8View commit details -
Merge pull request #6062 from avalonmediasystem/separate_dates
Separate display date into 'Creation date' and 'Publication date'
Configuration menu - View commit details
-
Copy full SHA for 79685c0 - Browse repository at this point
Copy the full SHA 79685c0View commit details -
Merge pull request #6093 from avalonmediasystem/ramp-build
Latest code from Ramp
Configuration menu - View commit details
-
Copy full SHA for 1e1abe2 - Browse repository at this point
Copy the full SHA 1e1abe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a03e9 - Browse repository at this point
Copy the full SHA 52a03e9View commit details -
Don't mark type as dirty if class type is empty
This avoids a save of the file metadata when nothing has changed.
Configuration menu - View commit details
-
Copy full SHA for 88680da - Browse repository at this point
Copy the full SHA 88680daView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8054084 - Browse repository at this point
Copy the full SHA 8054084View commit details
Commits on Nov 1, 2024
-
Merge pull request #6095 from avalonmediasystem/align-sections-text
Align sections text in the structures UI
Configuration menu - View commit details
-
Copy full SHA for 5933190 - Browse repository at this point
Copy the full SHA 5933190View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36b2003 - Browse repository at this point
Copy the full SHA 36b2003View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7603cc6 - Browse repository at this point
Copy the full SHA 7603cc6View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ec6720 - Browse repository at this point
Copy the full SHA 5ec6720View commit details -
Mark content as changed when deleting nodes instead of only when adde…
…d because sometimes all values are removed
Configuration menu - View commit details
-
Copy full SHA for e1c6bde - Browse repository at this point
Copy the full SHA e1c6bdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3224648 - Browse repository at this point
Copy the full SHA 3224648View commit details -
Merge pull request #6100 from avalonmediasystem/new-ramp-build
New Ramp build
Configuration menu - View commit details
-
Copy full SHA for 066dbaa - Browse repository at this point
Copy the full SHA 066dbaaView commit details -
Fix CORS issues related to S3, timelines, and playlists
Co-authored-by: Chris Colvard <chris.colvard@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b77d504 - Browse repository at this point
Copy the full SHA b77d504View commit details -
Merge pull request #6090 from avalonmediasystem/lease_to_solr
Move lengthly check for leases into indexing background job
Configuration menu - View commit details
-
Copy full SHA for d2df1bc - Browse repository at this point
Copy the full SHA d2df1bcView commit details -
Merge pull request #6091 from avalonmediasystem/extra_saves
Remove redundant saves and other redundant costly setup
Configuration menu - View commit details
-
Copy full SHA for 681e2ee - Browse repository at this point
Copy the full SHA 681e2eeView commit details -
Merge pull request #6099 from avalonmediasystem/sharepoint_sites
Update browseeverything to pull in Sharepoint Sites
Configuration menu - View commit details
-
Copy full SHA for b208d4e - Browse repository at this point
Copy the full SHA b208d4eView commit details -
Change audio player progress-bar and controls in embeds (#6102)
* Change audio player progress-bar and controls in embeds * Align horizontal volume control thumb
Configuration menu - View commit details
-
Copy full SHA for 45391e4 - Browse repository at this point
Copy the full SHA 45391e4View commit details -
Merge pull request #6103 from avalonmediasystem/s3_cors
Fix CORS issues related to S3, timelines, and playlists
Configuration menu - View commit details
-
Copy full SHA for cfedcd5 - Browse repository at this point
Copy the full SHA cfedcd5View commit details
Commits on Nov 6, 2024
-
Always return 0 from docker init script so startup doesn't halt on co…
…ncurrent db migrate errors
Configuration menu - View commit details
-
Copy full SHA for 71ab79d - Browse repository at this point
Copy the full SHA 71ab79dView commit details
Commits on Nov 8, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for d1a4876 - Browse repository at this point
Copy the full SHA d1a4876View commit details -
Merge pull request #6104 from avalonmediasystem/init_ok
Always return 0 from docker init script
Configuration menu - View commit details
-
Copy full SHA for b3411c8 - Browse repository at this point
Copy the full SHA b3411c8View commit details -
Merge pull request #6106 from avalonmediasystem/fix_test_fedora_conne…
…ction Set fedora url env variable to right value in test container
Configuration menu - View commit details
-
Copy full SHA for 6ee29e1 - Browse repository at this point
Copy the full SHA 6ee29e1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d4216a1 - Browse repository at this point
Copy the full SHA d4216a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c265dea - Browse repository at this point
Copy the full SHA c265deaView commit details -
Revert "Populate section title with filename when there is one section"
This reverts commit d4216a1.
Configuration menu - View commit details
-
Copy full SHA for 31d2ebb - Browse repository at this point
Copy the full SHA 31d2ebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 677cae9 - Browse repository at this point
Copy the full SHA 677cae9View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39b3941 - Browse repository at this point
Copy the full SHA 39b3941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bad0e2 - Browse repository at this point
Copy the full SHA 9bad0e2View commit details -
Merge pull request #6107 from avalonmediasystem/ramp-build
New Ramp build files
Configuration menu - View commit details
-
Copy full SHA for 20b0843 - Browse repository at this point
Copy the full SHA 20b0843View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35cd919 - Browse repository at this point
Copy the full SHA 35cd919View commit details -
Merge pull request #6105 from avalonmediasystem/display_section_title
Use structure_title for populating structure list
Configuration menu - View commit details
-
Copy full SHA for bf27f8c - Browse repository at this point
Copy the full SHA bf27f8cView commit details -
Merge pull request #6108 from avalonmediasystem/subject_link
Don't escape values let Blacklight handle that
Configuration menu - View commit details
-
Copy full SHA for 178633c - Browse repository at this point
Copy the full SHA 178633cView commit details -
Merge pull request #6098 from avalonmediasystem/cjcolvar-patch-3
Don't remove file_location since it is used to render the file's filename
Configuration menu - View commit details
-
Copy full SHA for 7933ded - Browse repository at this point
Copy the full SHA 7933dedView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e380f8 - Browse repository at this point
Copy the full SHA 7e380f8View commit details -
Merge pull request #6110 from avalonmediasystem/ramp-build
New Ramp build
Configuration menu - View commit details
-
Copy full SHA for c15a818 - Browse repository at this point
Copy the full SHA c15a818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 573642d - Browse repository at this point
Copy the full SHA 573642dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6d241b - Browse repository at this point
Copy the full SHA f6d241bView commit details -
Merge pull request #6113 from avalonmediasystem/new-ramp-build
Ramp build with latest bug fixes
Configuration menu - View commit details
-
Copy full SHA for c0825a4 - Browse repository at this point
Copy the full SHA c0825a4View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 953cf3c - Browse repository at this point
Copy the full SHA 953cf3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e5e8c - Browse repository at this point
Copy the full SHA 44e5e8cView commit details -
Merge pull request #6112 from avalonmediasystem/deps_update
Update dependencies that have security alerts
Configuration menu - View commit details
-
Copy full SHA for 4e9aba7 - Browse repository at this point
Copy the full SHA 4e9aba7View commit details -
Merge pull request #6115 from avalonmediasystem/ramp-build
Ramp build for testing
Configuration menu - View commit details
-
Copy full SHA for 5fbdca5 - Browse repository at this point
Copy the full SHA 5fbdca5View commit details -
Merge pull request #6116 from avalonmediasystem/deps_update
Use tags and releases instead of git branches
Configuration menu - View commit details
-
Copy full SHA for aca1b0d - Browse repository at this point
Copy the full SHA aca1b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bc4b06 - Browse repository at this point
Copy the full SHA 1bc4b06View commit details