Commit Graph

31434 Commits

Author SHA1 Message Date
Anton Georgiev
3cfdc053ce
Merge pull request #13413 from bigbluebutton/revert-13411-buildError
revert: Revert "fix: Fixed the error with implementation of devDependancy (wdyr)"
2021-10-05 11:12:37 -04:00
Anton Georgiev
0ac4dca135
Revert "fix: Fixed the error with implementation of devDependancy (wdyr)" 2021-10-05 11:00:07 -04:00
Anton Georgiev
1921b303e5
Merge pull request #13411 from zhem0004/buildError
fix: Fixed the error with implementation of devDependancy (wdyr)
2021-10-05 10:12:26 -04:00
Gustavo Trott
f6a955fd47 Makes html5 config from etc override default config 2021-10-05 11:06:03 -03:00
Bohdan Zhemelinskyi
4a329ce1a0 Fixed the error with impementation of devDependancy 2021-10-05 13:38:44 +00:00
Anton Barboza
4f2764ce65 fix webcam tests and provides shareWebcam function in page.js 2021-10-04 17:42:58 -03:00
Anton Georgiev
e13b501b88
Merge pull request #13372 from ramonlsouza/issue-13336
Polling UI Enhancements
2021-10-04 15:57:34 -04:00
Paulo Lanzarin
2833433ceb
Merge pull request #13397 from prlanzarin/u24-sta-ful
chore(recording): track mediasoup raw media files locations
2021-10-04 16:55:28 -03:00
Ramón Souza
1183b6c4ff apply requested changes 2021-10-04 19:52:26 +00:00
Ramón Souza
3840d4ff63 fix(closed captions): avoid padId subscription
Remove padIds from the closed captions MongoDB collection subscription.

Users now have to fetch the padId from Meteor when needed. Meteor is
responsible for checking the user's access level and return the
proper id.
2021-10-04 19:22:18 +00:00
Arthur B. Grossi
978841aa71 style(guest wait): loading dots
Adjusts guest waiting page loading dots to be the same as the one displayed
at the client.
2021-10-04 19:21:36 +00:00
Anton Georgiev
f6a2f646a9
Merge pull request #13401 from lfzawacki/v2.4.x-icons
fix(icons): Fix icon file positions
2021-10-04 14:39:37 -04:00
Lucas Fialho Zawacki
3b22a4509f fix(icons): Fix icon file 2021-10-04 18:33:15 +00:00
Anton Georgiev
9f0feff0d5
Merge pull request #13400 from ramonlsouza/pr-13381-24
Fix: toolbar item vanish (2.4)
2021-10-04 14:30:58 -04:00
hiroshisuga
7ce8e6859a Fix toolbar item vanish 2021-10-04 18:10:19 +00:00
Pedro Beschorner Marin
c42d66a68f fix(shared notes): avoid padId subscription
Remove padIds from the shared notes MongoDB collection subscription.

Users now have to fetch the padId from Meteor when needed. Meteor is
responsible for checking the user's access level and return the
proper id.
2021-10-04 18:01:19 +00:00
Anton Barboza
1fa3955c28 add test - User: Show network data in Connection Status 2021-10-04 14:57:12 -03:00
paultrudel
5b4ea24ea8 All constraints now have both a key and a message parameter 2021-10-04 13:50:17 -04:00
Pedro Beschorner Marin
b65d253143 fix(closed captions): check owner on text append
Avoid appendText call if the requester is not the closed captions' pad
owner.
2021-10-04 14:40:43 -03:00
Pedro Beschorner Marin
f7793bdc4b fix(closed captions): avoid padId subscription
Remove padIds from the closed captions MongoDB collection subscription.

Users now have to fetch the padId from Meteor when needed. Meteor is
responsible for checking the user's access level and return the
proper id.
2021-10-04 14:35:53 -03:00
Anton Georgiev
cfb422a720
Merge pull request #13395 from lfzawacki/v2.4.x-external-icon
feature(external-video): New external video icon
2021-10-04 13:34:40 -04:00
prlanzarin
fbe1610e1c chore(recording): track mediasoup raw media files locations
I was going to resort to some trickery to make mediasoup raw files end up in the
same directory as KMS to reduce changes, but it ended up being too dirty.
I am adding a third directory (/var/mediasoup) to be tracked by the rap scripts
which is where the new raw files end up in.
2021-10-04 17:33:18 +00:00
Lucas Fialho Zawacki
47a20ffa01 feature(external-video): New external video icon 2021-10-04 17:22:13 +00:00
Anton Georgiev
c0beede63b
Merge pull request #13335 from prlanzarin/u24-white-rabbit
chore(webrtc): let the server generate subscriber offers by default (backports #13254)
2021-10-04 12:58:50 -04:00
Anton Georgiev
5202cd47ca
Merge pull request #13306 from lfzawacki/develop-minimize-all
feature: Allow external video and screenshare to be minimized just like the presentation area
2021-10-04 11:45:51 -04:00
Anton Georgiev
58f30ddcda
Merge pull request #13358 from antonbsa/improves-init-function
test: Improve init function, fix code warnings, rename folders and fix test paths
2021-10-04 11:05:18 -04:00
Anton Georgiev
9e972f0534
Merge pull request #13325 from jfsiebel/prevent-setInPod-loop
fix: Prevent a case where the setInPod get stuck on a loop
2021-10-04 10:41:34 -04:00
Anton Georgiev
c05fa1ca42
Merge pull request #13393 from gustavotrott/learning-dashboard-disabled-in-breakout
refactor: Disable LearningDashboard for Breakout Rooms
2021-10-04 10:40:46 -04:00
Anton Georgiev
17bf52fe5b
Merge pull request #13279 from prlanzarin/u24-trash-stratum
chore(virtual-backgrounds): cleanup and update tflite resources
2021-10-04 10:30:33 -04:00
Gustavo Trott
64f0c7cf29 Disable LearningDashboard for Breakout Rooms 2021-10-04 11:09:47 -03:00
Pedro Beschorner Marin
995b6aad41 fix(shared notes): avoid padId subscription
Remove padIds from the shared notes MongoDB collection subscription.

Users now have to fetch the padId from Meteor when needed. Meteor is
responsible for checking the user's access level and return the
proper id.
2021-10-04 10:18:40 -03:00
Anton Georgiev
f787ea95c0
Merge pull request #13391 from ramonlsouza/issue-13367
fix: fullscreen cameras position with hidden presentation
2021-10-04 09:14:30 -04:00
paultrudel
ec3956ec94 Removed added language string 2021-10-04 08:30:58 -04:00
Ramón Souza
4aab0eb043 fix fullscreen cameras with hidden presentation 2021-10-04 12:13:37 +00:00
Anton Georgiev
94ca82cff6
Merge pull request #13374 from PhMemmel/revert_#13341
fix: Revert #13341 in favor of #13371
2021-10-02 19:12:34 -04:00
Philipp Memmel
0ba855f91e revert #13341 2021-10-02 08:08:26 +00:00
Lucas Fialho Zawacki
5e7e52b455 fix(presentation-toolbar): Fixed translations and added aria labels 2021-10-01 21:13:06 +00:00
Lucas Fialho Zawacki
d530498b3b feature(icons): presentation_off, external-video, external-video_off icons 2021-10-01 20:15:01 +00:00
Ramón Souza
02f4511602 true/false and abcd poll button changes 2021-10-01 20:12:55 +00:00
paultrudel
5e3f33131c Reverted the messageKey values in validation error messages back to their old values 2021-10-01 15:31:30 -04:00
Ramón Souza
a1c6545983 change selected poll type button color 2021-10-01 18:51:00 +00:00
Anton Georgiev
2c71e7c82e
Merge pull request #13368 from gustavotrott/breakout-url-delay-fix-2.4
Fix: Small fix to BreakoutRoom URL comparing
2021-10-01 14:50:07 -04:00
Ramón Souza
d18834c894 remove secondary text of not anonymous poll 2021-10-01 17:50:48 +00:00
Gustavo Trott
923045950d Small fix comparing old url insertedTime 2021-10-01 13:37:37 -03:00
Anton Georgiev
a490ad9e37
Merge pull request #13348 from gustavotrott/pres-checker-refuse-problematic-image-2.3.x
Backport 2.3: Avoid BBB to convert presentation with a problematic image/transparent pixel
2021-10-01 12:32:00 -04:00
Anton Georgiev
f796f3fda3
Merge pull request #13365 from gustavotrott/breakout-url-delay-fix-2.3
Backport 2.3: Fix delay to receive URL to join in a BreakoutRoom
2021-10-01 12:25:24 -04:00
Ramón Souza
5af5b0ee9f remove user response example 2021-10-01 16:25:09 +00:00
Anton Georgiev
651d72be88
Merge pull request #13366 from TiagoJacobs/fix-libreoffice-install
Fix broken apt cache when installing libreoffice
2021-10-01 12:23:52 -04:00
Ramón Souza
17477dd138 poll add item button changes 2021-10-01 16:21:02 +00:00
Gustavo Trott
b07012df16 Removes prop users from BreakoutModel and add prop url_ instead 2021-10-01 13:19:01 -03:00