Anton Georgiev
4c0226e375
build: auto-enable service bbb-export-annotations
2022-07-13 01:35:17 +00:00
Anton Georgiev
16125159e5
Merge pull request #15369 from antobinary/redis-first
...
build: ensure redis is up redis-server.service.d/overrride.conf
2022-07-12 20:38:48 -04:00
Anton Georgiev
f3f0054140
Merge pull request #15349 from BrentBaccala/git-worktrees-2.5
...
build: Let packaging scripts operate in a git worktree
2022-07-12 20:14:18 -04:00
prlanzarin
029c957b22
fix(webcam): handle stream inactivation/gUM revocations
...
The 'inactive' event is fired whenever the stream gets inactive (ie it
cannot be used anymore), and there are scenarios where that is
unexpected behavior and must be handled accordingly.
The main example of that is when gUM permissions are revoked by the user
via the browser's permission management panel.
Since MediaStream/Track inactive events aren't being handled in such
scenarios, what actually happens is that the camera just freezes without
further indication why.
This commit handles those scenarios in both video-preview and
video-provider by:
- 1) correctly stopping the camera (provider)
- 2) surfacing a toast (provider) or error indication (preview)
2022-07-12 22:03:01 +00:00
Anton Georgiev
19dd5be49c
build: ensure redis is up redis-server.service.d/overrride.conf
2022-07-12 20:57:34 +00:00
Anton Georgiev
2ba58598c8
Merge pull request #15366 from antobinary/html5-nodejs
...
build: bbb-html5-nodejs to reduce size of bbb-html5
2022-07-12 16:38:54 -04:00
Paul Trudel
bce9916cba
Removed H2 from bbb-web
2022-07-12 17:59:23 +00:00
prlanzarin
e93440e15a
refactor(webcam): fix linter errors in BBBVideoStream
2022-07-12 17:50:16 +00:00
Daniel Petri Rocha
5f98290413
Add presentationWithAnnotationDownload, exportPresentationWithAnnotation to disabledFeatures
2022-07-12 18:58:56 +02:00
Anton Georgiev
07dd5f2b84
fix: tweak inline comments to point to nodejs dir
2022-07-12 16:55:51 +00:00
Anton Georgiev
4769299276
test: add bbb-html5-nodejs to github workflow
2022-07-12 16:48:17 +00:00
prlanzarin
fba2c88494
fix(audio): make hearing a transient prop in local-echo
...
Prevents annoying console exceptions in dev mode
2022-07-12 16:37:36 +00:00
Anton Georgiev
93865717b6
build: bbb-html5-nodejs to reduce size of bbb-html5
2022-07-12 16:25:37 +00:00
Joao Victor
25000295bc
fix(Dashboard): wrap header on small screens
2022-07-12 12:02:37 -03:00
Joao Victor
cca17f9def
fix(chat): property access
2022-07-12 10:25:50 -03:00
Anton Georgiev
40a8034070
Merge pull request #15313 from antonbsa/test-fixes-v2.6
...
test: Fix v2.6 tests
2022-07-11 18:21:33 -04:00
Anton Georgiev
90ef6e9e6a
Merge pull request #15246 from BrentBaccala/add-option-to-initPages
...
test suite: add an option to multiuser initPages()
2022-07-11 18:20:33 -04:00
Anton B
d00699561f
fix data-test props to same quote type
2022-07-11 17:35:14 -03:00
Max Franke
70bf69182a
fix(audio): prevent race condition when joining audio
...
Sometimes the handler that listens for the state change in the callState is
not updated correctly.
In these rare cases, the state of the callstate changes directly to in_conference,
not taking the expected path: call_started -> in_echo_test -> in_conference
2022-07-11 14:09:43 -03:00
Pedro Beschorner Marin
785c1f7459
chore(playback): v5.0.0-alpha.1
...
## What's Changed
* feat(playback): move react-scripts to devDependencies by @frankemax in https://github.com/bigbluebutton/bbb-playback/pull/199
* Add regional fallbacks for all languages by @MBM1607 in https://github.com/bigbluebutton/bbb-playback/pull/201
* Replace ReactDOM.render with createRoot by @MBM1607 in https://github.com/bigbluebutton/bbb-playback/pull/200
* chore: locales from upstream by @pedrobmarin in https://github.com/bigbluebutton/bbb-playback/pull/204
* feat(whiteboard): add tldraw support by @germanocaumo in https://github.com/bigbluebutton/bbb-playback/pull/205
## New Contributors
* @frankemax made their first contribution in https://github.com/bigbluebutton/bbb-playback/pull/199
* @MBM1607 made their first contribution in https://github.com/bigbluebutton/bbb-playback/pull/201
**Full Changelog**: https://github.com/bigbluebutton/bbb-playback/compare/v4.0.0...v5.0.0-alpha.1
2022-07-09 16:57:16 -03:00
Daniel Petri Rocha
e9023909cf
Remove temporary files
2022-07-09 14:15:17 +02:00
Daniel Petri Rocha
283cd6be67
Merge remote-tracking branch 'remotes/upstream/v2.6.x-release' into tldrawpdfexport
2022-07-09 13:06:57 +02:00
Joao Victor
2f78edddf3
fix: add suport for disabling upload of custom backgrounds through custom parameter
2022-07-08 17:01:57 -03:00
Gabriel Porfirio
aecc5fa710
WIP: improving contrast on recording indicator
2022-07-08 14:39:14 -03:00
gabriellpr
17a1bc086f
Update styles.js
2022-07-08 13:53:30 -03:00
germanocaumo
0c75b3ce02
fix(tldraw): correctly get toolbar height
...
This solves the problem where the toolbar is not counted in the slide area space, so the presentation would stay behind the toolbar when zoomed out
2022-07-08 15:45:55 +00:00
Joao Victor
8809ff3a65
fix: add missing activity date in drag & drop handler
2022-07-08 12:26:01 -03:00
Joao Victor
915ffce3c6
improvement: sort buttons by recently used/uploaded
2022-07-08 12:16:37 -03:00
germanocaumo
217fd6c06e
fix(tldraw): wrong initial/viewer zoom
...
Fixes a case when the presentation is just uploaded and a wrong initial zoom was set.
Also fix viewer zoom not correclty adjusting to the area size when zoomed out.
2022-07-08 15:06:00 +00:00
Anton Georgiev
5748a783a6
Merge pull request #15351 from antobinary/npm-audit
...
build: set bbb-export-annotations as a required package (for bbb-html5)
2022-07-08 01:27:09 -04:00
Anton Georgiev
7642fd67fe
build: set bbb-export-presentations as a required package
2022-07-08 01:19:53 -04:00
Anton Georgiev
37a1807549
build: bbb-export-annotations packaging part2
2022-07-08 01:13:59 -04:00
Anton Georgiev
cee29c46ee
Merge pull request #15333 from antobinary/npm-audit
...
build: packaging for bbb-export-annotations
2022-07-08 00:23:04 -04:00
Brent Baccala
00b319355d
package build scripts - calculate GIT_REV and COMMIT_DATE outside the
...
docker container and pass them in as environment variables, since we
can't compute them inside the docker container if the source directory
is a git worktree
2022-07-07 18:38:49 -04:00
Anton Georgiev
3978b7d9a2
add bbb-export-annotations to be built by ci
2022-07-07 22:00:47 +00:00
Joao Victor
f8ec4ef640
refactor: virtual background context
2022-07-07 18:59:30 -03:00
Anton Georgiev
ec7d180f8c
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into npm-audit
2022-07-07 20:44:34 +00:00
Anton Georgiev
6c02497643
Merge pull request #14889 from BrentBaccala/issue1488
...
Let packaging scripts operate in a git worktree
2022-07-07 16:42:08 -04:00
Anton Georgiev
2b974b7620
Merge pull request #15344 from bigbluebutton/antobinary-patch-1
...
fix(config): Reload nginx configuration before BBB start
2022-07-07 16:29:22 -04:00
Anton Georgiev
6cf2d3def7
build: add export annotations to bbb target
2022-07-07 17:40:04 +00:00
Anton Georgiev
0ad2a7aa70
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into npm-audit
2022-07-07 17:31:35 +00:00
Anton Georgiev
2620d0ea97
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into antobinary-patch-1
2022-07-07 17:20:11 +00:00
Anton Georgiev
048bf7d541
fix(conf): reload nginx configuration before BBB start
2022-07-07 17:19:09 +00:00
Anton Georgiev
b46498f8d7
Merge branch 'antobinary-patch-1' of github.com:bigbluebutton/bigbluebutton into antobinary-patch-1
2022-07-07 17:15:10 +00:00
Max Franke
52e27e8030
feat(emoji-picker): dynamic filter emojis
...
Configure filtered emojis via settings.yml
Emojis can be filtered by their unicodes
2022-07-07 13:12:35 -03:00
Anton Georgiev
a6880055e8
Merge pull request #15336 from bigbluebutton/antobinary-patch-1
...
test: Update automated test command for 2.6
2022-07-07 11:55:11 -04:00
Anton Georgiev
5b23cb410a
Merge pull request #15334 from antobinary/bigbluebutton-target
...
build: akka apps + fsesl as part of bigbluebutton.target
2022-07-07 11:54:55 -04:00
Anton Georgiev
0dea0e0102
Merge pull request #15331 from danielpetri1/recording-crop-fix
...
fix(recording): Add PDF cropbox parameter to thumbnails and slides for playback
2022-07-07 11:22:35 -04:00
Anton Georgiev
a4263b6d6f
Reload nginx before bbb-conf --restart
2022-07-07 10:49:31 -04:00
Ramón Souza
1b9afd0173
Merge pull request #15335 from prlanzarin/u25/fix/vbg-settings-yml
...
fix: don`t ignore settings.yml virtualBackgrounds.enabled config
2022-07-07 15:08:48 +01:00