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

Conversation

cjcolvar
Copy link
Member

No description provided.

cjcolvar and others added 30 commits February 16, 2024 15:56
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.
Cypress Automation - Item, playlist , login , media object specs
Allow overflow in modal to enable scrolling to the bottom, use BS flex in access control modal
Prevent keyboard opening for playlist dropdown on mobile devices
Fix enabling of media object action buttons
Display video icon when video lacks thumbnail
These fixes take care of a couple errors that were preventing bringing
the docker container up.
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.
Dananji and others added 28 commits November 5, 2024 16:21
* Change audio player progress-bar and controls in embeds

* Align horizontal volume control thumb
Fix CORS issues related to S3, timelines, and playlists
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.
Always return 0 from docker init script
…ction

Set fedora url env variable to right value in test container
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.
Use structure_title for populating structure list
Don't escape values let Blacklight handle that
Don't remove file_location since it is used to render the file's filename
Update dependencies that have security alerts
Use tags and releases instead of git branches
Copy link
Contributor

@joncameron joncameron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@cjcolvar cjcolvar merged commit 4506c42 into staging Nov 13, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants