Commit Graph

26988 Commits

Author SHA1 Message Date
Anton Georgiev
b786eb8f18
Merge pull request #9882 from antobinary/locales-2020-06-18
Pulled HTML5 locales on June 18, 2020
2020-06-18 16:41:12 -04:00
Anton Georgiev
0a0af871fc Pulled HTML5 locales on June 18, 2020 2020-06-18 20:39:25 +00:00
Lucas Zawacki
3f16d894c3 Configurable ending time and alert values 2020-06-18 15:11:33 -03:00
Lucas Zawacki
a586c7db55 Configuration for remaining time 2020-06-18 15:11:26 -03:00
Anton Georgiev
118990885c
Merge pull request #9876 from amassaro/centralize-clean-base-button-props
centralize base prop cleaning / deletion
2020-06-18 13:55:35 -04:00
amassaro
888fe0b040 centralize base prop cleaning / deletion 2020-06-18 08:47:52 -07:00
Joao Siebel
6ac739732c Remove button in error screen when user was banned 2020-06-18 12:12:22 -03:00
mw781
eb29e5b973 Remove trailing whitespace 2020-06-18 13:32:49 +01:00
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
962dbf29dc
Merge pull request #9860 from KDSBrowne/issue-9853
Disable chat option with dial in users
2020-06-17 14:15:02 -04: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
Anton Georgiev
778695b4d9
Merge pull request #9758 from jfsiebel/clear-video-streams
Clear video streams collection
2020-06-16 16:20:56 -04: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
mw781
bf68d2c76f Refactor code and implement mirroring for video-preview 2020-06-14 20:13:47 +01: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
Fred Dixon
c848e0e49c
Merge pull request #9832 from ffdixon/bbb-conf-29
Bbb conf 29
2020-06-13 07:44:26 -04:00
Fred Dixon
1d3bfba23b Don't print out new FreeSWITCH ESL password 2020-06-13 06:41:29 -05:00
Fred Dixon
97d3fc9020 Add FreeSWITCH password to bbb-resync-freeswitch 2020-06-13 06:39:46 -05:00
mw781
fceac6dbc5 Import user settings 2020-06-12 23:49:07 +01:00
mw781
17350a57fe Implement own video mirroring 2020-06-12 23:39:41 +01:00
Anton Georgiev
87ea96b386
Merge pull request #9827 from antobinary/audio-logs
Added callerIdName in audio logs where possible
2020-06-12 17:15:20 -04:00
Anton Georgiev
ddb54273c1 Added callerIdName in audio logs where possible 2020-06-12 21:13:49 +00:00
Anton Georgiev
a810aed66c
Bump up BBB version to 2.2.18 2020-06-12 16:46:31 -04:00
Anton Georgiev
d5bcedd618
Merge pull request #9744 from jfsiebel/custom-parameters-guest-user
Fix custom parameters for guest users
2020-06-12 16:44:43 -04:00
Anton Georgiev
5aa1b2d1c5
Merge pull request #9825 from lfzawacki/v2.2.x-release
Fix twitch external video sharing
2020-06-12 16:39:48 -04:00
Anton Georgiev
52f85dff9d
Merge pull request #9814 from KDSBrowne/issue-9768
Fix ending of screenshare displaying empty container
2020-06-12 16:39:10 -04:00
Joao Siebel
e9666e4f21 Merge remote-tracking branch 'upstream/v2.2.x-release' into prevent-680-error-screen 2020-06-12 17:28:38 -03:00
Joao Siebel
492acd6b5c Add a warn when a banned user tries to join the meeting 2020-06-12 16:51:22 -03:00
Lucas Zawacki
0e9baf8ac7 fix twitch option name 2020-06-12 15:06:58 -03:00
Lucas Zawacki
abf4f45602 Update react-player and fix twitch sharing 2020-06-12 15:01:15 -03:00
Joao Siebel
45f99fed8b Prevent banned user from trying to validate auth token multiple times. close #9798 2020-06-12 13:24:11 -03:00
KDSBrowne
ace61eaf3d restore presentation when screen share ends 2020-06-11 13:16:22 +00:00
Anton Georgiev
6da65c3c84
Merge pull request #9802 from KDSBrowne/2.2-typeError-fix
fix TypeError: event.path is undefined
2020-06-10 09:28:57 -04:00
Anton Georgiev
54258d6798
Merge pull request #9803 from lfzawacki/v2.2.x-release
Update react-player and fix problems with some Vimeo videos
2020-06-10 09:27:51 -04:00
Lucas Zawacki
2a13cb5673 Update react-player to 2.2.0 2020-06-09 17:34:22 -03:00
Lucas Zawacki
a5bd5d8086 Prevent playbackrate update if value hasn't changed 2020-06-09 16:55:25 -03:00
Lucas Zawacki
9b7c734f86 Prevent problems playing some vimeo videos by adding default options 2020-06-09 16:55:23 -03:00
Tobias Gall
00aec57ca0 Fix missing leading zeros in conference number
Rewrite is to use only string manipulation as converting to Int removes leading zeros.

fixes #9769
2020-06-08 11:34:43 +02:00
Fred Dixon
34fea22ccb
Merge pull request #9787 from ffdixon/update-bbb-conf-23
Update bbb conf 23
2020-06-07 11:51:09 -04:00
Fred Dixon
fa730b726a Update default freeSWITCH ESL Password 2020-06-07 10:48:25 -05:00
Fred Dixon
3d6bedc613 Only check for Java 8 on xenial 2020-06-07 10:22:55 -05:00
Anton Georgiev
82e9fd1526
Merge pull request #9783 from antobinary/2020-06-05-locales
Pulled HTML5 locales on June 5, 2020
2020-06-05 13:04:53 -04:00
Anton Georgiev
123f016610 Pulled HTML5 locales on June 5, 2020 2020-06-05 17:02:36 +00:00
Anton Georgiev
8c077aaf63
Merge pull request #9782 from jfsiebel/resubscribe-when-role-changed
Subscribe to collections when user role change
2020-06-05 12:49:41 -04:00