chore: update from upstream#25
Merged
pedrobmarin merged 45 commits intomconf:developfrom Mar 23, 2022
Merged
Conversation
Add option to hide the recording date from the playback UI. IMPORTANT: this does not remove user's complete access to the date the recording was made. BigBlueButton uses the epoch timestamp as part of the `recordingId`. Anyone a little more curious can still get that number and convert it to a human readable date.
feat(config): disable the recording date
+ react-intl@5.23.0 + video.js@7.17.0
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.14.6...v1.14.7) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.1.30...3.2.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/follow-redirects-1.14.7 chore(deps): bump follow-redirects from 1.14.6 to 1.14.7
…m_and_yarn/nanoid-3.2.0 chore(deps): bump nanoid from 3.1.30 to 3.2.0
Add a `seeked` event listener at the primary media to force update the player's data when the media is paused.
fix(player): update data on media seeked
Use `Alt`+`Shift`+`Enter` to play or pause the playback.
feat(shortcuts): add play/pause control
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/follow-redirects-1.14.8 chore(deps): bump follow-redirects from 1.14.7 to 1.14.8
Add information about the playback's existing shortcuts at the about modal.
feat(shortcuts): add cheatsheet
Remove the dependency of complete locales for anything besides `en`.
refactor(locales): use en as partial fallback
From BigBlueButton v2.4 project at Transifex.
chore(locale): fetch from transifex
Control elements overflow by including a scrollable wrapper around the shortcuts list.
refactor(shortcuts): make list scrollable
style: missing semicolon
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/url-parse-1.5.7 chore(deps): bump url-parse from 1.5.3 to 1.5.7
Co-authored-by: Pedro Beschorner Marin <pedrobmarin@gmail.com>
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/url-parse-1.5.10 chore(deps): bump url-parse from 1.5.7 to 1.5.10
Changes to fit the new parameter into the playback phase.
+ prop-types@15.8.1 + react-intl@5.24.6 + sass@1.49.9
…ition fix(player): mispositioned caption popup
fix(locales): use RFC 5646 code pattern
This file contains hidden or 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
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.
With locales resolved.
Still missing part of pt-BR localization that needs to be done at BigBlueButton's v2.4 Transifex project.