forked from bigbluebutton/bbb-playback
-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: update from develop #32
Open
germanocaumo
wants to merge
173
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
-Add Persian locale (bigbluebutton#105) by @sparse91 -Add mediaPath parameter in order to be able to specify assets folder (bigbluebutton#100) by @cloutierlp
chore: update from develop
chore: update from develop
chore: update from develop
chore: update from develop
chore: update from develop
chore: update from develop
chore: update from develop
chore: update from develop
chore: update from develop
chore: update from develop
fix(canvases): empty canvas force clean
chore: update from develop
chore: update from develop
chore: update from develop
chore: update from develop
chore: update from develop
chore: update from develop
…issues-2 feat(playback): move react-scripts to devDependencies
Since version of react has been bumped upto 18, therefore change to New Root API is required. reactwg/react-18#5
- Add a default regional dialect for languages that only have regional translations. - Effected languages are: - bg - cs - el - fa - hi - hu - it - ko - lt - lo - mn - nb - pl - ro - sk - sv - uk - zh
Add regional fallbacks for all languages
Replace ReactDOM.render with createRoot
chore: locales from upstream
- Had to remove xml2js to te able to update react-scripts to 5.0 -- Replaced by https://goessner.net/download/prj/jsonxml/json2xml.js (with some small modifications) - Retro-compatible with old recordings
- RenderedBounds from tldrawAPI was not updating right away when switching from deskshare, use the size directly. - Refactor code a bit following suggestions from review
chore: Changes for playback with bbb-tldraw
Bump tldraw to alpha.21
chore: bump to 5.1.1
Bump tldraw to alpha.25
Bumps the npm_and_yarn group with 5 updates: | Package | From | To | | --- | --- | --- | | [body-parser](https://github.com/expressjs/body-parser) | `1.20.2` | `1.20.3` | | [express](https://github.com/expressjs/express) | `4.19.2` | `4.21.0` | | [send](https://github.com/pillarjs/send) | `0.18.0` | `0.19.0` | | [serve-static](https://github.com/expressjs/serve-static) | `1.15.0` | `1.16.2` | | [webpack](https://github.com/webpack/webpack) | `5.76.3` | `5.94.0` | Updates `body-parser` from 1.20.2 to 1.20.3 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.2...1.20.3) Updates `express` from 4.19.2 to 4.21.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](expressjs/express@4.19.2...4.21.0) Updates `express` from 4.19.2 to 4.21.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](expressjs/express@4.19.2...4.21.0) Updates `send` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](pillarjs/send@0.18.0...0.19.0) Updates `serve-static` from 1.15.0 to 1.16.2 - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](expressjs/serve-static@v1.15.0...v1.16.2) Updates `webpack` from 5.76.3 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.76.3...v5.94.0) --- updated-dependencies: - dependency-name: body-parser dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: express dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: express dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: send dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: serve-static dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: webpack dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
…m_and_yarn/npm_and_yarn-3aa4ed23d3 chore(deps): bump the npm_and_yarn group with 5 updates
The tldraw v2 code was prepending the origin of the current page to the slide image urls, if they didn't start with "http". This resulted in it generating invalid URLs that look like: https://example.compresentation/ea5b16cd4eef022e866b1462aed02a43342a80a8-1726509771537/svgs/slide1.svg when the playback is compiled to load from a relative URL (i.e. with `REACT_APP_NO_ROUTER=1 PUBLIC_URL=.` ) The cause appears to be that some dead code (assignment to an unused variable) was copied from the tldraw v1 code, and then code later in the file was adjusted to use that variable, making its behaviour differ from tldraw v1. Remove the unused code from tldraw v1, and adjust tldraw v2 to match the behaviour of tldraw v1.
Fix loading slide images from a relative directory in tldraw v2
Bumps the npm_and_yarn group with 1 update: [rollup](https://github.com/rollup/rollup). Updates `rollup` from 2.79.1 to 2.79.2 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.79.1...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
…m_and_yarn/npm_and_yarn-dcddfe2757 chore(deps-dev): bump rollup from 2.79.1 to 2.79.2 in the npm_and_yarn group
Bumps the npm_and_yarn group with 2 updates: [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). Updates `cookie` from 0.6.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.6.0...v0.7.1) Updates `express` from 4.21.0 to 4.21.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](expressjs/express@4.21.0...4.21.1) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: express dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
…m_and_yarn/npm_and_yarn-9f37c16f8f chore(deps): bump the npm_and_yarn group with 2 updates
feat: add chat features to the recordings - Issue 21645 bbb core
… into merge-upstream-520
Sync with upstream up to 5.2.0
This can happen when loading a recording created on a BBB 2.7 server.
Fix client crash when reactions is undefined.
Sync with upstream/[email protected]
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.