KDSBrowne
f896ac4f97
fix Shared notes not controlling participants list focus
2019-06-12 16:53:30 +00:00
Anton Georgiev
daa8ec1973
Added 'a' in 'Start a private chat'
...
Closes #7581
2019-06-12 10:52:06 -04:00
Anton Georgiev
259505bf15
Updated text for connectivity 'How to fix'
...
Closes #7594
2019-06-12 10:50:24 -04:00
Anton Georgiev
65b5545a04
Update casing on Save User Names
...
Closes #7580
2019-06-12 10:47:26 -04:00
Anton Georgiev
89d3729541
Merge pull request #7546 from pedrobmarin/note-unread-indicator
...
Shared notes unread indicator
2019-06-11 17:30:34 -04:00
Anton Georgiev
3bff5dda8d
Merge pull request #7602 from antobinary/locales-8
...
Pulled html5 locales June 11, 2019
2019-06-11 16:02:05 -04:00
Anton Georgiev
fa8e3bc0b6
pulled html5 locales June 11, 2019
2019-06-11 20:00:18 +00:00
Anton Georgiev
96e9f57d84
Merge pull request #7497 from Tainan404/issue-7343
...
Add context to manage locksettings
2019-06-11 15:45:15 -04:00
Chad Pilkey
aaef51ea9c
Merge pull request #7588 from ritzalam/riadvice-fix-recording-swf-disabled
...
Turn off SWF generation and turn on SVG generation
2019-06-11 15:35:44 -04:00
Tainan Felipe
d9fb477c3a
Apply lock if viewer is presenter
2019-06-11 16:35:07 -03:00
Anton Georgiev
6f78c5aa99
Merge pull request #7530 from diegobenetti/issue7390-datasaving-screenshare
...
Lock screenshare option when datasaving screenshare setting is disabled
2019-06-11 15:32:28 -04:00
Anton Georgiev
ec23561e6f
Merge pull request #7592 from KDSBrowne/0A-access-presenter-view
...
Accessibility fixes for Presenter View
2019-06-11 15:30:06 -04:00
Anton Georgiev
1ed830667f
Merge pull request #7585 from diegobenetti/issue7555-join-breakout-room
...
Creates component for breakout invitation
2019-06-11 14:54:58 -04:00
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
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
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
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