Skip to content

Conversation

@germanocaumo
Copy link

No description provided.

pedrobmarin and others added 30 commits April 18, 2021 09:13
-Add Persian locale (bigbluebutton#105) by @sparse91
-Add mediaPath parameter in order to be able to specify assets folder (bigbluebutton#100) by @cloutierlp
fix(canvases): empty canvas force clean
…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
Replace ReactDOM.render with createRoot
- 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
antobinary and others added 29 commits June 14, 2024 10:29
chore: Changes for playback with bbb-tldraw
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
This can happen when loading a recording created on a BBB 2.7 server.
Fix client crash when reactions is undefined.
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.