-
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
7.5.1 Release testing #5050
Merged
7.5.1 Release testing #5050
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
Necessary update of dependencies
This avoids us needing to remember to update the image manually.
Resize XML editor window to make space in the editor
Create collection page
Add structural metadata param to additional endpoints
Fix bad refactoring by passing missing parameter
Co-authored-by: Chris Colvard <chris.colvard@gmail.com>
Enable rendering of transcript viewer when CDL is disabled
Fix for broken timeliners with custom scope
Bump ActiveEncode and update FileLocator
In case file name includes ? or # use full uri omitting components before path instead of using only path which would miss query or fragment components
Allow file uris to include ? or # in filename
Bump rails for security fix
For some reason when a filename with UTF-8 characters is uploaded as a collection poster image it roundtrips from Fedora as ASCII-8BIT probably due to the fact that it is returned in an HTTP header. Forcing the original_name to UTF-8 in an override feels safe after reviewing Avalon's use of IndexedFiles. Co-authored-by: Mason Ballengee <masaball@iu.edu>
Force encoding of IndexedFile original_name to UTF-8
Fix track selection issue when player is paused
Use latest build of development image
This is needed because the avalon docker image has /home/app/avalon owned by the app user but circleci runs the checkout action as root
…5049) * Add expand option to filenames on edit page * Fix line break behavior when expanding filenames Co-authored-by: Dananji Withana <dwithana@iu.edu> * Scope d-flex override within .associated-files-top-row Co-authored-by: Dananji Withana <dwithana@iu.edu> --------- Co-authored-by: Dananji Withana <dwithana@iu.edu>
joncameron
approved these changes
Feb 3, 2023
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.
See #5041 for list of changes