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

7.7.1 RC1 #5760

Merged
merged 55 commits into from
Apr 1, 2024
Merged

7.7.1 RC1 #5760

merged 55 commits into from
Apr 1, 2024

Conversation

cjcolvar
Copy link
Member

@cjcolvar cjcolvar commented Apr 1, 2024

Merge of develop to staging for testing before release to 7.7.1

cjcolvar and others added 30 commits February 20, 2024 14:39
We were encountering an issue where adding a new playlist from the
dropdown menu would insert the new playlist's name into the list
multiple times. This was caused by the `.add_new_playlist_option()`
function being triggered every time the Add to Playlist menu was opened.
This caused the event listener that updates the dropdown list to be
added every time the menu opened, causing the duplication we were
seeing. Moving the function call out of the parent event listener so it
only runs once fixes the issue.
Add collection_id to media_object JSON response
Enable action buttons on item page only when player is fully loaded
Support positional URLs for playlist items
Correctly convert count result array into hash
 Skip validation and log files with improper mime types
…ri_ss on IndexedFile objects, respect reindex limit, specifying number of parallel threads
Fixes and improvements to the reindexing script
Set content_type explicitly based on file extension
Also includes a change to the test for readability
masaball and others added 23 commits March 11, 2024 14:23
Convert SRT to VTT captions for cosumption into Video.js
* Reduce Video.js icon size for mobile devices to 90%

* Adjust audio player height to match font-size
Disable create thumbnail button for audio items
Allow fuzzier searching on playlist titles
Set caption language to system default when migrating
Update dependencies for security warnings
Set duration of MasterFile from ActiveEncode instead of relying on the imprecise mediainfo duration
Bump version to prepare for 7.7.1 release
Gemfile Outdated Show resolved Hide resolved
@cjcolvar cjcolvar merged commit e64e151 into staging Apr 1, 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.

3 participants