-
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
Merged
Avalon 8.0 RC 1 #6118
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release v7.8
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.
…x in access control modal
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.
… POST requests to auth endpoints
* Change audio player progress-bar and controls in embeds * Align horizontal volume control thumb
Fix CORS issues related to S3, timelines, and playlists
…ncurrent db migrate errors
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.
This reverts commit d4216a1.
New Ramp build files
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
New Ramp build
Ramp build with latest bug fixes
Update dependencies that have security alerts
Ramp build for testing
Use tags and releases instead of git branches
joncameron
approved these changes
Nov 13, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.