mw781
fb031c1690
Fix regex issue with firewall troubleshooting
2020-06-18 13:31:10 +01:00
Anton Georgiev
0cb7759cb2
Merge pull request #9824 from jfsiebel/fix-banned-users-join-try
...
Prevent banned user from trying to validateAuthToken multiple times
2020-06-17 17:09:40 -04:00
Anton Georgiev
c33ed683f3
Merge pull request #9855 from pedrobmarin/fix-voice-bridge-compare
...
Fix voice bridge compare
2020-06-17 14:15:53 -04:00
Anton Georgiev
962dbf29dc
Merge pull request #9860 from KDSBrowne/issue-9853
...
Disable chat option with dial in users
2020-06-17 14:15:02 -04:00
Mohamed Amine Ben Salah
5668cf1668
updates and fixes notifications test
2020-06-17 12:29:43 -03:00
Vitor Mateus De Almeida
c721e00bc3
Fix webcams area auto adjust when minimize presentation
2020-06-17 11:53:13 -03:00
KDSBrowne
4386248c9b
remove chat option for dial in users
2020-06-17 12:37:09 +00:00
Fred Dixon
44dcfc6e65
Merge pull request #9857 from SRCF/patch-2
...
Ensure that files are handled safely in recording scripts
2020-06-17 06:37:57 -04:00
mw781
f60059c983
Ensure that files are handled safely 2
2020-06-17 11:13:07 +01:00
mw781
fea0ff3204
Ensure that files are handled safely
...
This commit fixes an issue with reading and writing files.
File.open is used which means that a file will remain open
unless explicilty closed or the program exit. This doesn't work
for an NFS mount as the scripts try to "rm -rf" when the file
is still open. This commit fixes that by replacing all .opens
with .reads
2020-06-17 11:09:09 +01:00
Vitor Mateus De Almeida
e09e1be1cf
Fix NaN exception
2020-06-16 20:00:44 -03:00
Vitor Mateus De Almeida
e599219c4d
When disable autoarrange keep layout as is
2020-06-16 18:25:00 -03:00
Anton Georgiev
778695b4d9
Merge pull request #9758 from jfsiebel/clear-video-streams
...
Clear video streams collection
2020-06-16 16:20:56 -04:00
Pedro Beschorner Marin
de40885768
Define API's voice bridge error
2020-06-16 17:01:57 -03:00
Joao Siebel
3e95ed0e4b
Merge remote-tracking branch 'upstream/v2.2.x-release' into merge-2.2
2020-06-16 16:40:56 -03:00
Pedro Beschorner Marin
d8183b3abd
Fix string compare
2020-06-16 16:28:27 -03:00
Vitor Mateus De Almeida
9ed57fd22d
Fix Inconsistent resize behaviour
2020-06-16 12:20:24 -03:00
Vitor Mateus De Almeida
006f77caf9
Layout doesn't change when pass a slide
2020-06-16 10:16:38 -03:00
Anton Georgiev
8d27ec90bb
Merge pull request #9845 from lkiesow/external-video-sharing-note
...
Update Note About Sharing External Video
2020-06-16 08:46:12 -04:00
Vitor Mateus De Almeida
f4b63d1146
fix enable autoarrange doesn't work correctely
2020-06-16 08:54:52 -03:00
Vitor Mateus De Almeida
4b1e890a0e
fixing automatically placement
2020-06-15 22:22:28 -03:00
Lars Kiesow
91e629b453
Update Note About Sharing External Video
...
This patch updates the note about which external videos can be shared
by looking at what react-player supports. Most notably, external video
URLs are added.
This also fixes the misspelled name of Dailymotion.
2020-06-16 00:59:16 +02:00
mw781
2da9028c0b
Extract constant for convenience
2020-06-15 21:51:46 +01:00
mw781
f4dc8d9d69
Fix critical issue with video-preview arguments
...
After the code to mirror the video-preview component was added
I noticed that I improperly used the userId property of an undefined
argument as the video-preview does not have a user as a prop. This
commit decouples the logic to verify if the webcam should be mirrored
and whether the webcam belongs to that user. In the latter, we verify
if the user parameter exists and use it in a conditional, otherwise
we simply return true (applies with the video preview component),
where there is only one video stream.
2020-06-15 21:49:00 +01:00
Mohamed Amine Ben Salah
b0b2602547
fixes audio test args
2020-06-15 17:00:35 -03:00
Mohamed Amine Ben Salah
88a3685a62
fixes required puppeteer args
2020-06-15 16:33:39 -03:00
Mohamed Amine Ben Salah
55a7e2fe0a
adds DEBUGGING Logger to custom parameters test
2020-06-15 16:29:47 -03:00
Mohamed Amine Ben Salah
a226fff764
removes duplicated polling data-test
2020-06-15 16:29:38 -03:00
Mohamed Amine Ben Salah
ed185de471
adds hideAndSwapPresentation(), hideAndSwapPresentation() and forceRestorePresentationOnNewEvents()
2020-06-15 16:29:31 -03:00
Mohamed Amine Ben Salah
eb47227caf
adds customStyleUrl(), autoSwapLayout(), hidePresentation(), bannerText() and bannerColor() to customparameters.js
2020-06-15 16:29:23 -03:00
Mohamed Amine Ben Salah
9a69e50ec3
adds multiUserPenOnly(), presenterTools(), multiUserTools() and customStyle()
2020-06-15 16:29:15 -03:00
Mohamed Amine Ben Salah
c3f148cda0
replaces getArgsWithAudio() with getArgs() in customparameters.test.js
2020-06-15 16:29:06 -03:00
Mohamed Amine Ben Salah
998948e4c8
fixes getArgsWithVideo() in page.js
2020-06-15 16:29:00 -03:00
Mohamed Amine Ben Salah
7c6d2145d3
adds enableVideo() and autoShareWebcam() test specs
2020-06-15 16:28:45 -03:00
Mohamed Amine Ben Salah
4d468e65c2
enableScreenSharing() test spec
2020-06-15 16:23:45 -03:00
Mohamed Amine Ben Salah
c23752926f
update screenshot() and getMetrics() in page.js
2020-06-15 16:17:38 -03:00
Mohamed Amine Ben Salah
71dea013bd
reformulate getMetrics() and screenshot() to save in same directory
2020-06-15 16:17:31 -03:00
Mohamed Amine Ben Salah
745bd69af6
adds description comments to test specs
2020-06-15 16:17:22 -03:00
Mohamed Amine Ben Salah
3c41df3790
adds skipCheck() and askForFeedbackOnLogout() test specs
2020-06-15 16:08:34 -03:00
Mohamed Amine Ben Salah
87513d04e6
adds joinMicrophoneWithoutEchoTest() and logoutFromMeeting() to page.js
2020-06-15 16:08:22 -03:00
Mohamed Amine Ben Salah
48812f9d7a
added force listen only parameter test spec
2020-06-15 16:08:07 -03:00
Mohamed Amine Ben Salah
16c8fe2270
added listenOnlyMode test spec
2020-06-15 16:07:52 -03:00
Mohamed Amine Ben Salah
de8d6315db
added autoJoin custom parameter test spec
2020-06-15 16:07:10 -03:00
Fred Dixon
09eb8a6da4
Merge pull request #9843 from bigbluebutton/ffdixon-patch-3
...
Update minimist to latest version
2020-06-14 17:03:10 -04:00
Fred Dixon
ae19bd0ed2
Update minimist to latest version
2020-06-14 17:02:13 -04:00
mw781
bf68d2c76f
Refactor code and implement mirroring for video-preview
2020-06-14 20:13:47 +01:00
Fred Dixon
ccf42b0a67
Merge pull request #9836 from lkiesow/html5-camera-profile-docs
...
[HTML5 Client] Camera Profile Documentation
2020-06-13 19:00:57 -04:00
Lars Kiesow
f1763cede6
[HTML5 Client] Camera Profile Documentation
...
This patch adds a short comment block to the HTML5 client's
configuration file explaining the options available for the camera
profiles. Having this in the configuration file helps as a quick
reference and means that administrators do not need to find external
sources of information.
2020-06-14 00:37:59 +02:00
Fred Dixon
81dec8363a
Merge pull request #9835 from ffdixon/bump-minimist
...
Update minimist to latest version.
2020-06-13 15:37:18 -04:00
Fred Dixon
ebb29974ac
Bump minimist to latest version
2020-06-13 14:35:08 -05:00