Commit Graph

25156 Commits

Author SHA1 Message Date
Anton Georgiev
e6203530a7
Merge pull request #7545 from KDSBrowne/0A-access-39
Add toasts for Emoji changes / Meeting mute
2019-06-11 14:25:43 -04:00
Tainan Felipe
8f619802ed Rename structure and remove some fields 2019-06-11 15:23:27 -03:00
Anton Georgiev
17d21b3cd9
Merge pull request #7523 from Tainan404/fix-server-exception
Fix server exceptions when get a invalid session token.
2019-06-11 14:20:40 -04:00
Tainan Felipe
747afb3093 Fix misscomparation 2019-06-11 15:04:47 -03:00
Anton Georgiev
dd2176c2d1
Merge pull request #7589 from vitormateusalmeida/issue-7570
Fix webcam size after minimize the presentation
2019-06-10 16:12:41 -04:00
Vitor Mateus
6c9a7b8539 Remove TODO 2019-06-10 16:40:04 -03:00
Vitor Mateus
b07cb6d15e Add removeEventListener on unmount 2019-06-10 16:29:58 -03:00
Vitor Mateus
272b1a3e30 Fix position updates while speak 2019-06-10 15:25:55 -03:00
Joao Siebel
36b6b5c902 change recording messages 2019-06-10 11:36:33 -03:00
Vitor Mateus
0c81eda94e Fix webcam size after minimize the presentation #7570 2019-06-07 17:45:54 -03:00
Richard Alam
e3dee6d7a2 - turn on svg generation by default while swf is turned off by default 2019-06-07 13:37:24 -07:00
Richard Alam
9ac272d1a0 - use thumbnails to find the num pages of presentation instead of swfs as we now turn off generation of
swfs for html5
2019-06-07 13:22:59 -07:00
Richard Alam
19caf3a386 Merge branch 'fix-recording-swf-disabled' of https://github.com/riadvice/bigbluebutton into riadvice-fix-recording-swf-disabled 2019-06-07 09:14:11 -07:00
Diego Benetti
2845bec4c4 Creates component for breakout invitation 2019-06-07 10:49:50 -03:00
Richard Alam
50d8f016e3
Merge pull request #7584 from bigbluebutton/captions-text-tracks-intermediate-branch
Support uploading text track for recording
2019-06-06 18:21:32 -04:00
Richard Alam
6e7ece7a9f - minor cleanup 2019-06-06 15:16:43 -07:00
Richard Alam
a46d0b9680 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into captions-text-tracks-intermediate-branch 2019-06-06 15:04:53 -07:00
Richard Alam
5d9f72ae21 - add single use token to request for the text track 2019-06-06 14:54:31 -07:00
Richard Alam
7659e7fc0e - store single use auth keys in redis 2019-06-06 14:26:28 -07:00
Richard Alam
b3de5ae440 Merge branch 'captions-text-tracks-intermediate-branch' of github.com:bigbluebutton/bigbluebutton into captions-text-tracks-intermediate-branch 2019-06-06 10:04:52 -07:00
Richard Alam
a8b6717c94 - put captions into temporary file to remove race condition between start of processing and writing contents of file. 2019-06-06 10:03:54 -07:00
KDSBrowne
27bdf23586 add formatted numbers to zoom tools 2019-06-06 15:52:05 +00:00
Fred Dixon
40d87e8019
Merge pull request #7576 from kepstin/shared-note-repose
RaP: Fix error message when shared notes could not be archived.
2019-06-06 11:36:58 -04:00
KDSBrowne
eb142c7c0d fix accessibility issues as presenter 2019-06-06 15:04:02 +00:00
Calvin Walton
19a011cc29 RaP: Fix error message when shared notes could not be archived.
It used to print:

Failed to download file: undefined local variable or method `respose' for BigBlueButton:Module
Did you mean?  response

because the incorrect variable name was used in the error message.

There was no effect other than the message in the log, since the shared notes
couldn't be archived anyways, and the only thing the exception did was ...
prevent the shared notes from being archived.
2019-06-06 10:55:53 -04:00
Calvin Walton
4c1e2ed477 RaP: Reduce ffmpeg output spam in logs of caption inbox 2019-06-06 10:49:27 -04:00
Calvin Walton
7f92b58140 RaP: Dir.glob accepts a block directly, no need for a temp variable 2019-06-06 10:44:47 -04:00
Calvin Walton
620ed367be RaP: glob is a method on Dir, not File 2019-06-06 10:43:40 -04:00
Calvin Walton
94ae7c330b RaP: Use correct variable to get info for new caption track 2019-06-06 10:41:14 -04:00
Calvin Walton
aecb66e28d RaP: Create the recording captions dir before moving the converted vtt file 2019-06-06 10:34:08 -04:00
Richard Alam
7577bf5310 - check if lang param is valid 2019-06-06 07:21:54 -07:00
Joao Siebel
e924ea08cc Merge remote-tracking branch 'upstream/master' into reconnection-improvement 2019-06-05 17:22:30 -03:00
Anton Georgiev
8946951f08
Merge pull request #7575 from capilkey/improve-kurento-lo-errors
Try to improve Kurento listen-only error reporting
2019-06-05 15:00:43 -04:00
Joao Siebel
d780815d90 add a Retry now option to reconnect 2019-06-05 15:19:13 -03:00
Chad Pilkey
42f18a15fe try to improve kurento listen-only error reporting 2019-06-05 10:50:21 -07:00
Anton Georgiev
7b59f1d309
Merge pull request #7574 from MaximKhlobystov/guest-management-checkbox
Align the checkbox and the label (guest management)
2019-06-05 11:40:59 -04:00
Maxim Khlobystov
6ba31224ff Align the checkbox and the label 2019-06-05 11:30:10 -04:00
Anton Georgiev
32df282400
Merge pull request #7571 from MaximKhlobystov/prop-types-warning
Fix the warning that appears when user enters as guest
2019-06-05 11:01:34 -04:00
Maxim Khlobystov
ac844031bf Fix prop-types warning in Base 2019-06-04 15:23:44 -04:00
Calvin Walton
07688593ac caption-inbox: clean up track file if language tag is invalid 2019-06-04 14:28:58 -04:00
Anton Georgiev
90b84d7e16
Merge pull request #7569 from capilkey/bump-audio-leave-level
Bump audio leave log level
2019-06-04 14:19:31 -04:00
Chad Pilkey
854aa8019b bump audio leave log level 2019-06-04 11:16:43 -07:00
Richard Alam
c92bfbb591 - deploy recording scripts in proper location
- log upload captions params
2019-06-04 14:07:10 -04:00
Calvin Walton
f693915e99 RaP captions: Fix usage of JSON.parse, use a proc to capture local vars 2019-06-04 14:01:51 -04:00
Anton Georgiev
66d35a940d
Merge pull request #7568 from antobinary/callback-broken
Pass callback for closing of permissions-overlay
2019-06-04 13:56:07 -04:00
Anton Georgiev
b67908ce79 pass callback for closing of permissions-overlay 2019-06-04 17:43:58 +00:00
Calvin Walton
f04bf290af Fix requires for journald-logger 2019-06-04 12:18:46 -04:00
Calvin Walton
413f2cd2fc RaP: Correct comment about ruby version in rubocop config 2019-06-04 11:25:20 -04:00
Anton Georgiev
2c85ff6c65
Merge pull request #7540 from MaximKhlobystov/webdriverio-tests
WebdriverIO Tests
2019-06-04 11:10:24 -04:00
Maxim Khlobystov
1eafbf04f8 WebdriverIO tests. 2019-06-04 11:05:27 -04:00