Commit Graph

34312 Commits

Author SHA1 Message Date
Paulo Lanzarin
64af188f1b
Merge pull request #15371 from prlanzarin/u26/fix/webcam-oninactive
fix(webcam): handle stream inactivation/gUM revocations
2022-07-13 10:37:36 -03:00
Anton Georgiev
20762cfac6
Merge pull request #15310 from germanocaumo/tldraw-production-fix
fix(tldraw): fix shapes not persisting in production +
2022-07-13 09:36:44 -04:00
Anton Georgiev
5b9a0c1bd9
Merge pull request #15096 from BrentBaccala/set-port-range
feat(config): Set port range
2022-07-13 09:29:18 -04:00
Paulo Lanzarin
ec474ad7f4
Merge pull request #15356 from prlanzarin/u26/fix/local-echo-tprop
fix(audio): make `hearing` a transient prop in local-echo
2022-07-13 09:35:13 -03:00
Anton Georgiev
154713ebbc
Merge pull request #15372 from antobinary/redis-first
build: auto-enable service bbb-export-annotations
2022-07-12 21:39:16 -04:00
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
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
prlanzarin
e93440e15a refactor(webcam): fix linter errors in BBBVideoStream 2022-07-12 17:50:16 +00: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
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 B
d00699561f fix data-test props to same quote type 2022-07-11 17:35:14 -03: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
Anton Georgiev
3978b7d9a2 add bbb-export-annotations to be built by ci 2022-07-07 22:00:47 +00: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
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
a4263b6d6f
Reload nginx before bbb-conf --restart 2022-07-07 10:49:31 -04:00
Anton Georgiev
b11e406d8e
test: Update automated test command for 2.6 2022-07-07 09:20:19 -04:00
Anton Georgiev
da474130d9 build: akka apps + fsesl as part of bigbluebutton.target 2022-07-07 00:00:35 +00:00
Anton Georgiev
aa38cca17f build: packaging for bbb-export-annotations 2022-07-06 20:51:57 +00:00
Ramón Souza
1b03b1fd50
Merge pull request #15301 from KDSBrowne/z-26-rtl-cursor
Fix RTL Cursor Position on Whiteboard
2022-07-06 21:40:19 +01:00
KDSBrowne
046518abe5 handle cursor positions for smart layout 2022-07-06 20:03:04 +00:00
Mario Junior
72854de683
Merge pull request #15295 from iMDT/v2.6.x-mobile
feat (mobile screenshare): Add replacement webRTC methods for screenshare and full audio in mobile (when running in BigBlueButtonMobile app)
2022-07-06 15:46:25 -03:00
Anton Georgiev
55dbc34984
Merge pull request #14616 from danimo/bbb-target
build: Introduce bigluebutton.target
2022-07-06 14:42:09 -04:00
Anton Georgiev
3960e8f073
Update bigbluebutton-config/bin/bbb-conf 2022-07-06 14:41:42 -04:00
Anton Georgiev
22bef3b551
Update build/packages-template/bbb-config/bigbluebutton.target 2022-07-06 14:41:18 -04:00
KDSBrowne
42acca2124 handle cursor position for all custom layout orientations 2022-07-06 17:17:05 +00:00
Anton Georgiev
75efd923f2
Merge pull request #15306 from GuiLeme/fix-tomcat-warnings
fix(conf): Fix tomcat broken warnings
2022-07-06 10:29:07 -04:00
Anton B
d6f32f3422 Merge remote-tracking branch 'upstream/v2.6.x-release' into test-fixes-v2.6 2022-07-06 11:07:00 -03:00
KDSBrowne
b075cf822b fix delay minimizing presentation | display default cursor for no MUA 2022-07-05 20:16:55 +00:00
Anton Georgiev
ef6b1c373f
Merge pull request #15325 from antobinary/alpha.2-locales
chore: Pulled the latest 2.6 HTML5 locales from Transifex
2022-07-05 15:52:53 -04:00
GuiLeme
ffa2aff4a9 [fix-tomcat-warnings] - changes in review 2022-07-05 16:19:07 -03:00
Ramón Souza
db193cd527
Merge pull request #15314 from ramonlsouza/fix-duplicated-label-webcam
fix: remove duplicated webcam dropdown
2022-07-05 20:17:26 +01:00
GuiLeme
4b4bbc4d42 Merge remote-tracking branch 'upstream/v2.6.x-release' into fix-tomcat-warnings 2022-07-05 16:15:05 -03:00