KDSBrowne
|
392aac9857
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into issue-7137
|
2019-07-04 18:37:40 +00:00 |
|
Joao Siebel
|
18670fdaf2
|
Merge remote-tracking branch 'upstream/master' into reconnection-improvement
|
2019-07-04 15:09:06 -03:00 |
|
KDSBrowne
|
7cc2f551b6
|
add parentheses to equation
|
2019-07-04 17:58:38 +00:00 |
|
KDSBrowne
|
2d3f43edf9
|
use calculation to find max z-index
|
2019-07-04 17:54:20 +00:00 |
|
KDSBrowne
|
2bf92f921b
|
move comment
|
2019-07-04 17:48:13 +00:00 |
|
KDSBrowne
|
cd9e89ca88
|
fix Cannot read property 'focus' of null / lint issues
|
2019-07-04 17:35:32 +00:00 |
|
Diego Benetti
|
ee1ef66af7
|
Removes feature to disable the upload presentation confirm button
|
2019-07-03 15:58:58 -03:00 |
|
Tainan Felipe
|
00e4358a48
|
Pass lock verification to component
|
2019-07-03 15:40:07 -03:00 |
|
Tainan Felipe
|
dbd0efebc3
|
Add lock verification for users actions
|
2019-07-03 11:18:46 -03:00 |
|
Anton Georgiev
|
ed264351d0
|
Merge pull request #7709 from antobinary/logging-structure
Logging structure - add extraInfo: {}
|
2019-07-02 17:08:48 -04:00 |
|
Anton Georgiev
|
b71bd48490
|
remove redundant audio log
|
2019-07-02 20:11:48 +00:00 |
|
Anton Georgiev
|
25ac147924
|
Merge pull request #7710 from KDSBrowne/issue-7705
Add enabled poll property in settings.yml
|
2019-07-02 16:04:42 -04:00 |
|
Anton Georgiev
|
86a178fbf6
|
video-provider logger with extraInfo
|
2019-07-02 19:51:35 +00:00 |
|
KDSBrowne
|
c580ef3199
|
fix visible take presenter option for current presenter
|
2019-07-02 18:03:33 +00:00 |
|
Anton Georgiev
|
b74d3d9bb0
|
correct logger.warning to .warn
|
2019-07-02 16:54:10 +00:00 |
|
Anton Georgiev
|
fb1c294312
|
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into logging-structure
|
2019-07-02 15:41:57 +00:00 |
|
KDSBrowne
|
ba9c9c431a
|
add enabled poll prop in settings.yml
|
2019-07-02 14:54:37 +00:00 |
|
Tainan Felipe
|
6ad950f159
|
Merge branch 'master' into fix-user-leaving
|
2019-07-02 11:23:02 -03:00 |
|
Anton Georgiev
|
c79ec06cf7
|
Merge pull request #7636 from diegobenetti/issue7325-autoswaplayout-screenshare
Fixes performance bug when youtube video is shared
|
2019-07-02 10:16:46 -04:00 |
|
Tainan Felipe
|
9df7ba1a1a
|
Merge branch 'master' into fix-user-leaving
|
2019-07-01 17:24:09 -03:00 |
|
Tainan Felipe
|
88cfb70255
|
Add ping-pong message to html5 client
|
2019-07-01 16:00:27 -03:00 |
|
Diego Benetti
|
a4a518e07d
|
Removes tooltip from start recording button
|
2019-07-01 11:07:08 -03:00 |
|
Anton Georgiev
|
3fcb95ab44
|
log structure {logCode, extraInfo}, comment
|
2019-06-28 21:45:50 +00:00 |
|
Chad Pilkey
|
f0930e2d23
|
refactor user role management to follow proper format
|
2019-06-28 21:02:12 +00:00 |
|
Chad Pilkey
|
0de1d1d129
|
fix regression from #7606, handle roles correctly
|
2019-06-28 18:50:57 +00:00 |
|
Joao Siebel
|
15f3623e61
|
disable poll action when meteor is disconnected
|
2019-06-27 13:46:14 -03:00 |
|
KDSBrowne
|
dbf8938d24
|
fix chrome on ios blue screen after selecting share webcam / lint issues
|
2019-06-27 16:02:42 +00:00 |
|
Diego Benetti
|
ed1833d4e6
|
Creates prop to use tooltip and label in the button component
|
2019-06-27 09:06:19 -03:00 |
|
Anton Georgiev
|
7a19aa72c7
|
Merge pull request #7686 from prlanzarin/2.2-fix-video-ex
Fix issue where webcam would randomly drop after starting properly
|
2019-06-26 15:43:45 -04:00 |
|
Anton Georgiev
|
6575ee3f48
|
Merge pull request #7626 from Tainan404/issue-7517
Fix DOM injection in number of rooms select
|
2019-06-26 15:36:57 -04:00 |
|
Tainan Felipe
|
720208daae
|
Add less than minimum verification
|
2019-06-26 16:27:51 -03:00 |
|
Tainan Felipe
|
4fdc4856b2
|
Change zero to min breakout rooms
|
2019-06-26 16:25:07 -03:00 |
|
prlanzarin
|
98b7d10a32
|
[video-provider] Set peer as started first on handlePlayStart
|
2019-06-26 19:25:05 +00:00 |
|
prlanzarin
|
feb408fac7
|
[video-provider] Only set a reconnection timeout if the peer hasnt already started
|
2019-06-26 19:16:28 +00:00 |
|
Tainan Felipe
|
fc9c088163
|
Disable random users in create breakout when number of rooms is invalid
|
2019-06-26 15:01:32 -03:00 |
|
Tainan Felipe
|
4c31b5e4e0
|
Remove breakout room grid when number of webcams is invalid
|
2019-06-26 14:43:03 -03:00 |
|
Anton Georgiev
|
a66aa70707
|
Merge branch 'master' into issue7325-autoswaplayout-screenshare
|
2019-06-26 12:40:30 -04:00 |
|
Joao Siebel
|
8f0783d34f
|
update variable name
|
2019-06-26 13:29:34 -03:00 |
|
Anton Georgiev
|
35b8563219
|
Merge pull request #7606 from Tainan404/issue-7556
Add toast for webcam lock suggestion
|
2019-06-26 12:17:30 -04:00 |
|
Tainan Felipe
|
c9fd8ecff6
|
Merge branch 'issue-7556' of https://github.com/Tainan404/bigbluebutton into issue-7556
|
2019-06-26 13:13:57 -03:00 |
|
Tainan Felipe
|
cd5e3e30e6
|
Add meeting in find parameter for get meeeting webcam users
|
2019-06-26 13:07:35 -03:00 |
|
Anton Georgiev
|
34b727542a
|
Merge pull request #7651 from vitormateusalmeida/issue-7598
Draggable webcams grid improvements
|
2019-06-26 11:59:41 -04:00 |
|
Anton Georgiev
|
ab6c75aa7b
|
Merge pull request #7638 from KDSBrowne/issue-7387
Prevent access to dropdown menu while showing poll (small screens)
|
2019-06-26 08:52:32 -04:00 |
|
Anton Georgiev
|
a7842f0181
|
Merge pull request #7683 from KDSBrowne/missed-audit-items
Minor accessibility improvements
|
2019-06-26 08:50:16 -04:00 |
|
KDSBrowne
|
d8e4adfff3
|
fix published poll results in RTL
|
2019-06-26 12:03:34 +00:00 |
|
Vitor Mateus
|
60185d84c1
|
Fix webcams overflow with scroll
|
2019-06-26 09:02:29 -03:00 |
|
KDSBrowne
|
ceaeef0227
|
fix remaining reported accessibility issues
|
2019-06-26 03:03:08 +00:00 |
|
Vitor Mateus
|
e5d56bad7a
|
Fixes
|
2019-06-25 12:40:57 -03:00 |
|
KDSBrowne
|
57ae29ea13
|
fix user name not displaying on cursors in rtl
|
2019-06-25 15:04:45 +00:00 |
|
Diego Benetti
|
0055634ce7
|
Fixes the condition to render the toggle presentation button
|
2019-06-25 11:06:15 -03:00 |
|
Diego Benetti
|
f383ccb8cc
|
Fixes client to obey custom parameter autoSwapLayout
|
2019-06-24 18:01:54 -03:00 |
|
Vitor Mateus
|
88244be139
|
Fix webcams size when minimize presentation
|
2019-06-24 15:37:17 -03:00 |
|
Joao Siebel
|
6aed3fd037
|
disabled other UI items
|
2019-06-24 15:06:02 -03:00 |
|
Anton Georgiev
|
c18910966c
|
Merge pull request #7645 from KDSBrowne/0TF-SpeechRecognition-captions
Add speech recognition functionality to writing captions
|
2019-06-24 10:10:14 -04:00 |
|
Pedro Beschorner Marin
|
25f9bca149
|
Included missing locale
|
2019-06-24 13:43:59 +00:00 |
|
Joao Siebel
|
40d460b209
|
disabled some whiteboard tools
|
2019-06-24 10:14:14 -03:00 |
|
Anton Georgiev
|
d5a6b9b4e1
|
Merge pull request #7665 from MaximKhlobystov/webdriverio-tests-update
WebdriverIO tests improvements
|
2019-06-24 09:13:07 -04:00 |
|
Fred Dixon
|
9d5af7becf
|
Merge pull request #7669 from capilkey/fix-pres-uploader-exception
Fix exception in presentation uploader
|
2019-06-23 18:02:28 -04:00 |
|
Chad Pilkey
|
94b1e35a00
|
fix exception in pres upload
|
2019-06-23 14:50:15 -07:00 |
|
Pedro Beschorner Marin
|
9e057b9a78
|
Refactoring closed captions speech recognizer
|
2019-06-21 17:52:54 -03:00 |
|
Vitor Mateus
|
9fc2413292
|
CSS and position calcs changes
|
2019-06-21 17:52:43 -03:00 |
|
Maxim Khlobystov
|
b1cd809948
|
Update for the WebdriverIO tests
|
2019-06-21 16:11:05 -04:00 |
|
Joao Siebel
|
cf7dec7cb1
|
disabled screen share button when disconnected
|
2019-06-21 16:51:26 -03:00 |
|
Anton Georgiev
|
684197bbdc
|
Merge pull request #7661 from KDSBrowne/issue-7346
Add Chrome on iOS to legacy detection
|
2019-06-21 15:08:27 -04:00 |
|
Anton Georgiev
|
b281174b22
|
Merge pull request #7640 from KDSBrowne/issue-7185
Hide fullscreen buttons from iPhones
|
2019-06-21 14:51:06 -04:00 |
|
Joao Siebel
|
512ceaa8e0
|
Merge remote-tracking branch 'upstream/master' into reconnection-improvement
|
2019-06-21 15:03:37 -03:00 |
|
Anton Georgiev
|
f0d96a7571
|
Merge pull request #7660 from Tainan404/issue-7655
Handle dismiss prop being undefined.
|
2019-06-21 13:52:03 -04:00 |
|
Tainan Felipe
|
c7527d6fdf
|
Update bigbluebutton-html5/imports/ui/components/modal/simple/component.jsx
Co-Authored-By: Anton Georgiev <antobinary@users.noreply.github.com>
|
2019-06-21 14:47:10 -03:00 |
|
KDSBrowne
|
4796f19cde
|
add Chrome on iOS to legacy detection
|
2019-06-21 17:45:34 +00:00 |
|
Tainan Felipe
|
8ed29dfce5
|
Fix undefined in client startup
|
2019-06-21 14:39:12 -03:00 |
|
Anton Georgiev
|
36268623c0
|
Merge pull request #7646 from pedrobmarin/notes-notification
Refactored shared notes content notification
|
2019-06-21 12:05:19 -04:00 |
|
Anton Georgiev
|
268575aedf
|
Merge pull request #7654 from antobinary/cc-ui-3
UI improvements to Closed Captions (part 2)
|
2019-06-21 11:55:50 -04:00 |
|
Anton Georgiev
|
274c13ae35
|
Update bigbluebutton-html5/imports/ui/components/user-list/user-list-content/user-participants/user-options/component.jsx
Co-Authored-By: Pedro Beschorner Marin <pedrobmarin@gmail.com>
|
2019-06-21 11:29:28 -04:00 |
|
Anton Georgiev
|
5fb0c10ea6
|
Merge branch 'master' into issue-7556
|
2019-06-21 10:44:32 -04:00 |
|
Anton Georgiev
|
1d002a61e4
|
Merge pull request #7641 from Tainan404/issue-7619
Fix last participant isn't shown in user list on android
|
2019-06-20 11:38:37 -04:00 |
|
Anton Georgiev
|
b0cc316fcd
|
set default whiteboard thickness to "1"
|
2019-06-20 15:13:52 +00:00 |
|
Anton Georgiev
|
5db531ed8d
|
move cc consumer button to the left in action bar
|
2019-06-20 15:13:45 +00:00 |
|
Anton Georgiev
|
607b640cb6
|
modified styles and selector def values cc menus
|
2019-06-20 15:13:36 +00:00 |
|
Anton Georgiev
|
bb370c9304
|
move "write cc" trigger to user-options menu
|
2019-06-20 15:13:26 +00:00 |
|
Vitor Mateus
|
762d23089e
|
Partial webcams grid improvements
|
2019-06-19 17:55:43 -03:00 |
|
KDSBrowne
|
062942300b
|
add comments / disabled prop on dictation button / switch to PureComponent
|
2019-06-19 14:10:55 +00:00 |
|
Pedro Beschorner Marin
|
543e47cfa3
|
Refactored shared notes content notification
|
2019-06-18 21:27:50 +00:00 |
|
KDSBrowne
|
cd9cb596d2
|
add new lines to VR caption entries
|
2019-06-18 21:12:20 +00:00 |
|
KDSBrowne
|
b00a5a804f
|
fix VR not updating the listening language
|
2019-06-18 20:13:09 +00:00 |
|
KDSBrowne
|
f22af0df82
|
replace console log with logger
|
2019-06-18 14:56:34 +00:00 |
|
KDSBrowne
|
c36f25c748
|
add enableDictation prop in settings.yml / bug fixes
|
2019-06-18 14:36:22 +00:00 |
|
Anton Georgiev
|
d8f891408d
|
Merge pull request #7623 from capilkey/wb-default-pan
Set default tool to pan and add corner triangle
|
2019-06-18 10:30:25 -04:00 |
|
Joao Siebel
|
8e64792b66
|
add hint for chat when disconnected
|
2019-06-17 17:49:59 -03:00 |
|
Chad Pilkey
|
e8bbe617ae
|
Fix the WB triangle colour in RTL mode
|
2019-06-17 15:11:06 -04:00 |
|
Tainan Felipe
|
e86265bfef
|
Fix last participant isn't shown in userlist
|
2019-06-17 15:31:30 -03:00 |
|
KDSBrowne
|
cadc75a2f1
|
hide fullscreen buttons from iphones
|
2019-06-17 15:55:53 +00:00 |
|
KDSBrowne
|
b8968411fb
|
prevent menus being accessed when showing poll (small screens)
|
2019-06-17 14:23:36 +00:00 |
|
Diego Benetti
|
0ad8c228b4
|
Fixes performance bug when youtube video is shared
|
2019-06-17 11:10:45 -03:00 |
|
Anton Georgiev
|
f1f0679171
|
Merge pull request #7635 from KDSBrowne/issue-7605
Fix shared notes not highlighting when selected
|
2019-06-17 09:32:48 -04:00 |
|
KDSBrowne
|
f45564de1a
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into 0TF-SpeechRecognition-captions
|
2019-06-14 14:42:47 +00:00 |
|
KDSBrowne
|
ab1610615b
|
localize strings in captions pad
|
2019-06-14 14:33:46 +00:00 |
|
Tainan Felipe
|
420a6669f0
|
Fix intl descriptions
|
2019-06-14 11:01:54 -03:00 |
|
Tainan Felipe
|
a319ed8e57
|
Fix DOM injection in number of rooms select
|
2019-06-14 10:54:59 -03:00 |
|
KDSBrowne
|
127f4ac19e
|
hook up speech recognition to Etherpad captions editor
|
2019-06-14 02:18:36 +00:00 |
|
Chad Pilkey
|
f48cff6b25
|
set default tool to pan and add corner triangle
|
2019-06-13 15:42:20 -07:00 |
|
Anton Georgiev
|
02305d6491
|
Merge pull request #7620 from prlanzarin/2.2-bitrate-conf
Add bitrate config options to cameraProfiles
|
2019-06-13 15:24:11 -04:00 |
|
prlanzarin
|
26ae1585e5
|
Add option to specify bitrate/bw on cameraProfiles
|
2019-06-13 18:24:54 +00:00 |
|
Anton Georgiev
|
e830b2e8fd
|
Merge pull request #7611 from capilkey/better-breakout-randomizer
Improve breakout room randomizer
|
2019-06-13 13:54:14 -04:00 |
|
Chad Pilkey
|
87eef25830
|
add comments for breakout room assign randomizer
|
2019-06-13 10:36:22 -07:00 |
|
Anton Georgiev
|
6fc06c22b9
|
Merge pull request #7413 from KDSBrowne/_summit-adjust-screen-reader-trap
Make screen reader trap work with all panels
|
2019-06-13 13:13:34 -04:00 |
|
KDSBrowne
|
c12122fe6f
|
move functions instantiated outside class
|
2019-06-13 15:02:02 +00:00 |
|
Joao Siebel
|
63a2df07cb
|
Merge remote-tracking branch 'upstream/master' into parameterize-network-monitoring-threshold
|
2019-06-13 09:21:17 -03:00 |
|
Fred Dixon
|
2c617fed7b
|
Merge pull request #7610 from capilkey/ipv4-audio-fallback
IPv4 FS audio fallback, auto-reconnect, and fixed input select
|
2019-06-12 19:41:15 -04:00 |
|
Chad Pilkey
|
3a9076338f
|
improve breakout room randomizer
|
2019-06-12 15:58:56 -07:00 |
|
Chad Pilkey
|
cc7513279e
|
IPv4 FS audio fallback, auto-reconnect, and fixed input select
|
2019-06-12 21:01:20 +00:00 |
|
Joao Siebel
|
16f20db001
|
parameterize the packet lost threshold
|
2019-06-12 17:27:49 -03:00 |
|
Anton Georgiev
|
2abd68c130
|
cc icon, first round cc ui changes
|
2019-06-12 19:28:00 +00:00 |
|
Joao Siebel
|
c6c8ca400b
|
Merge remote-tracking branch 'upstream/master' into reconnection-improvement
|
2019-06-12 15:56:14 -03:00 |
|
Joao Siebel
|
7f7845c47b
|
disable some UI actions when meteor is down
|
2019-06-12 15:40:58 -03:00 |
|
Tainan Felipe
|
d948a6a008
|
Add toast for webcam lock suggestion
|
2019-06-12 15:03:23 -03:00 |
|
KDSBrowne
|
b9386f8345
|
revert using getderivedstatefromprops
|
2019-06-12 17:36:15 +00:00 |
|
KDSBrowne
|
f896ac4f97
|
fix Shared notes not controlling participants list focus
|
2019-06-12 16:53:30 +00:00 |
|
KDSBrowne
|
ffecbfa6ac
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into _summit-adjust-screen-reader-trap
|
2019-06-12 14:40:23 +00: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
|
c79eddf46d
|
Merge branch 'note-unread-indicator' of github.com:pedrobmarin/bigbluebutton into locales-8
|
2019-06-11 20:10:31 +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 |
|
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 |
|
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 |
|
Diego Benetti
|
2845bec4c4
|
Creates component for breakout invitation
|
2019-06-07 10:49:50 -03:00 |
|
KDSBrowne
|
27bdf23586
|
add formatted numbers to zoom tools
|
2019-06-06 15:52:05 +00:00 |
|
KDSBrowne
|
eb142c7c0d
|
fix accessibility issues as presenter
|
2019-06-06 15:04:02 +00:00 |
|
Joao Siebel
|
e924ea08cc
|
Merge remote-tracking branch 'upstream/master' into reconnection-improvement
|
2019-06-05 17:22:30 -03:00 |
|
Joao Siebel
|
d780815d90
|
add a Retry now option to reconnect
|
2019-06-05 15:19:13 -03: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
|
b67908ce79
|
pass callback for closing of permissions-overlay
|
2019-06-04 17:43:58 +00: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 |
|
Vitor Mateus
|
6896cc08b4
|
Fix overflow of webcams-draggable #7562
|
2019-06-03 17:03:59 -03:00 |
|
Chad Pilkey
|
c7d0bdcdac
|
fix repeatCount usage in SVG animations
|
2019-06-03 09:55:43 -07:00 |
|
Anton Georgiev
|
5db7311a07
|
Merge pull request #6885 from vitormateusalmeida/issue-6724
Make webcam draggable
|
2019-06-03 12:42:42 -04:00 |
|
Vitor Mateus
|
90f8b62d3f
|
Fix presentations resize
|
2019-06-03 11:33:06 -03:00 |
|
Joao Siebel
|
6c9e0def4b
|
exit from audio when not connected and disable button
|
2019-06-03 11:28:05 -03:00 |
|
Joao Siebel
|
a17305b5ab
|
disable chat input when user is not connected
|
2019-06-03 11:19:56 -03:00 |
|
Vitor Mateus
|
7af426d0d2
|
Avoid webcam overflow the screen with multiples webcams
|
2019-06-03 11:05:09 -03:00 |
|
Anton Georgiev
|
06cd9e65d0
|
Merge pull request #7531 from KDSBrowne/0A-access-32
Improve the upload presentation modal experience
|
2019-05-31 16:26:05 -04:00 |
|
Pedro Beschorner Marin
|
c4ac5ef7c9
|
Shared notes unread indicator
|
2019-05-31 20:02:33 +00:00 |
|
KDSBrowne
|
1a9c03b707
|
add descriptions to intlMessages
|
2019-05-31 18:48:41 +00:00 |
|
KDSBrowne
|
47468ef5d7
|
use mapUser in app container
|
2019-05-31 18:36:52 +00:00 |
|
KDSBrowne
|
5144b4d75e
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into 0A-access-39
|
2019-05-31 17:28:41 +00:00 |
|
Diego Benetti
|
e520797ddd
|
Merge remote-tracking branch 'upstream/master' into issue7390-datasaving-screenshare
|
2019-05-31 10:23:50 -03:00 |
|
Anton Georgiev
|
2dff307649
|
Merge pull request #7511 from Tainan404/issue-7402
Add breakout room indicator in user list.
|
2019-05-31 08:27:00 -04:00 |
|
Anton Georgiev
|
473b9c1885
|
Merge pull request #7512 from diegobenetti/issue7401-notify-lock-disabled
Implemented notification when a lock is disabled
|
2019-05-31 08:22:31 -04:00 |
|
Anton Georgiev
|
72486014cd
|
Merge pull request #7524 from KDSBrowne/0A-access-10
Make whiteboard toolbar accessible via keyboard
|
2019-05-30 14:50:04 -04:00 |
|
Vitor Mateus
|
4876f5d7a5
|
Avoid webcam overflow the screen
|
2019-05-30 15:19:18 -03:00 |
|
Anton Georgiev
|
2ee8851f0d
|
Merge pull request #7088 from KDSBrowne/2.2-fix-dropzone-style
Fix presentation upload drop zone showing red
|
2019-05-30 13:58:38 -04:00 |
|
KDSBrowne
|
a0fa2d44a2
|
use file extension instead of mime type for accepted files
|
2019-05-30 17:46:05 +00:00 |
|
KDSBrowne
|
bac5d0f529
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into 0A-access-39
|
2019-05-30 15:02:51 +00:00 |
|
KDSBrowne
|
65012daa7a
|
add toasts for meeting mute / unmute and emoji changes
|
2019-05-30 14:42:38 +00:00 |
|
Lucas Zawacki
|
8198a14871
|
Add log codes
|
2019-05-29 17:25:16 -03:00 |
|
KDSBrowne
|
b74e0600b5
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into 2.2-fix-dropzone-style
|
2019-05-29 19:34:28 +00:00 |
|
KDSBrowne
|
7f703a5893
|
switch present label to confirm
|
2019-05-29 19:21:18 +00:00 |
|
KDSBrowne
|
fb38e2a2fd
|
on open move focus in submenu to currently selected item
|
2019-05-29 19:11:25 +00:00 |
|
Lucas Zawacki
|
195395334b
|
Add some logs to the external video sync
|
2019-05-29 16:06:41 -03:00 |
|
KDSBrowne
|
7f7970dfb6
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into _summit-adjust-screen-reader-trap
|
2019-05-29 16:10:28 +00:00 |
|
Anton Georgiev
|
ac36732849
|
Merge branch 'master' into closed-captions-prototype
|
2019-05-29 11:51:45 -04:00 |
|
Anton Georgiev
|
bc79d54679
|
remove unused css
|
2019-05-29 15:44:34 +00:00 |
|
Anton Georgiev
|
6adc608fd0
|
closed captions linting part3
|
2019-05-29 14:31:27 +00:00 |
|
Anton Georgiev
|
91e3298c84
|
Merge pull request #7488 from KDSBrowne/02-poll-published-toast
Stop obsolete toasts for published polls
|
2019-05-29 08:54:57 -04:00 |
|
KDSBrowne
|
5cc67ec62d
|
add text to upload modal message / improve confirm btn
|
2019-05-28 21:18:49 +00:00 |
|
Diego Benetti
|
b9eb5cca1f
|
Locks screenshare option when datasaving screenshare setting is disabled
|
2019-05-28 17:46:29 -03:00 |
|
Tainan Felipe
|
83fba75652
|
Fix brakout showing wrong message in breakout start
|
2019-05-28 17:29:04 -03:00 |
|
Anton Georgiev
|
28f3329a16
|
improve mobile view for reader-menu
|
2019-05-28 19:24:06 +00:00 |
|
Lucas Zawacki
|
d154a610d0
|
Fix external video youtube regex
|
2019-05-28 14:34:22 -03:00 |
|
Tainan Felipe
|
327e4f6255
|
Fix server exceptions skipping subscriptions when has an error
|
2019-05-28 14:32:59 -03:00 |
|
KDSBrowne
|
a19d06df48
|
fix screen reader not announcing language select aria-label
|
2019-05-28 16:28:53 +00:00 |
|
Vitor Mateus
|
6de7650ec9
|
Merge remote-tracking branch 'upstream/master' into issue-6724
|
2019-05-27 19:18:26 -03:00 |
|
Vitor Mateus
|
d1b910a558
|
Fix errors in grid layout
|
2019-05-27 19:06:52 -03:00 |
|
KDSBrowne
|
27c1099c77
|
allow whiteboard toolbar submenu items to be activated via keyboard
|
2019-05-27 17:27:58 +00:00 |
|
KDSBrowne
|
b87a33df10
|
allow whiteboard toolbar items to be activated via keyboard
|
2019-05-27 16:34:37 +00:00 |
|
Diego Benetti
|
64a2ef7a66
|
Implemented notification when a lock is disabled
|
2019-05-27 13:33:19 -03:00 |
|
Tainan Felipe
|
5e9f1a1ac6
|
Add in which breakout room the user joined
|
2019-05-27 11:28:25 -03:00 |
|
KDSBrowne
|
9045e56e04
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into _summit-adjust-screen-reader-trap
|
2019-05-27 14:27:01 +00:00 |
|
Chad Pilkey
|
a1faca04c6
|
fix chat message name alignment
|
2019-05-24 16:10:27 -07:00 |
|
Chad Pilkey
|
9e6e15b8b0
|
change logout error code to unused value
|
2019-05-24 15:56:17 -07:00 |
|
Chad Pilkey
|
4ee3872c2e
|
check that navigator.connection exists
|
2019-05-24 15:41:30 -07:00 |
|
Anton Georgiev
|
aef9628323
|
fix leaveSession static not called
|
2019-05-24 21:26:00 +00:00 |
|
KDSBrowne
|
8b67713353
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into _summit-adjust-screen-reader-trap
|
2019-05-24 20:57:41 +00:00 |
|
Anton Georgiev
|
236c62700e
|
Merge pull request #7101 from jfsiebel/network-indicator
Implement audio quality bars
|
2019-05-24 16:12:20 -04:00 |
|
KDSBrowne
|
3763f984b3
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into 0A-access-32
|
2019-05-24 19:56:42 +00:00 |
|
Joao Siebel
|
d9b850f085
|
prevent data when monitoring is disabled
|
2019-05-24 16:55:35 -03:00 |
|
KDSBrowne
|
af9faa2979
|
switch upload modal confirm btn label when presentations need uploading
|
2019-05-24 19:51:50 +00:00 |
|
Anton Georgiev
|
f20a2507ef
|
Merge pull request #7496 from KDSBrowne/0A-access-43
Add indication that join breakout room btn opens new window
|
2019-05-24 15:17:29 -04:00 |
|
Anton Georgiev
|
b04d5181d3
|
Merge pull request #7495 from KDSBrowne/0A-access-16
Add lang prop to Settings language select element
|
2019-05-24 14:17:18 -04:00 |
|
Tainan Felipe
|
d77ebaf90b
|
Fix misspelling in consumer
|
2019-05-24 15:09:09 -03:00 |
|
Anton Georgiev
|
032b64366c
|
Merge pull request #7494 from KDSBrowne/0A-access-17
Add current size to Increase / Decrease font size btn aria labels
|
2019-05-24 14:04:18 -04:00 |
|
Anton Georgiev
|
374c30049f
|
Merge pull request #7493 from KDSBrowne/0A-access-42
Add time unit to aria labels in create breakout rooms modal
|
2019-05-24 13:54:51 -04:00 |
|
KDSBrowne
|
1dfd0cb8d4
|
use correct localised message
|
2019-05-24 17:29:36 +00:00 |
|
KDSBrowne
|
73ece483cf
|
add time units to aria labels for + - btns
|
2019-05-24 16:53:58 +00:00 |
|
Anton Georgiev
|
7b81af5ead
|
Merge branch 'master' into 02-poll-published-toast
|
2019-05-24 12:28:10 -04:00 |
|
Anton Georgiev
|
58ed0e4981
|
eslint whiteboard/annotations/poll/component
|
2019-05-24 16:18:55 +00:00 |
|
KDSBrowne
|
8bb27a2252
|
fix modal confirm labels / add icon to join room btn
|
2019-05-24 15:32:31 +00:00 |
|
Anton Georgiev
|
420bb9b3f8
|
Merge branch 'issue7461-localize-remaining-labels' of github.com:diegobenetti/bigbluebutton into test-loc
|
2019-05-24 15:17:00 +00:00 |
|
Diego Benetti
|
2dc71272e3
|
Polling term localized
|
2019-05-24 09:22:43 -03:00 |
|
KDSBrowne
|
c3518bc6a6
|
add lang prop to language select element
|
2019-05-23 21:55:34 +00:00 |
|
KDSBrowne
|
b9231ecbbc
|
add current value to aria labels for app font size
|
2019-05-23 21:50:36 +00:00 |
|
Anton Georgiev
|
6aa8546575
|
Use polling icon for Start Polling
|
2019-05-23 17:13:52 -04:00 |
|
Diego Benetti
|
3998898319
|
Merge branch 'kert-pr-7498' into issue7461-localize-remaining-labels
|
2019-05-23 18:13:42 -03:00 |
|
Joao Siebel
|
8ba90b2121
|
Merge remote-tracking branch 'upstream/master' into network-indicator
|
2019-05-23 15:42:38 -03:00 |
|
Joao Siebel
|
a2d2dc332f
|
fix a problem with local stream and update the code
|
2019-05-23 15:25:31 -03:00 |
|
Tainan Felipe
|
6a4103c559
|
Add context to manage locksettings
|
2019-05-23 13:47:56 -03:00 |
|
Anton Georgiev
|
01b36d54fc
|
closes #7478 credits to @tylercopeland
|
2019-05-23 15:56:59 +00:00 |
|
Anton Georgiev
|
8c1c7c84ad
|
simplified localization of Offline
|
2019-05-23 15:30:13 +00:00 |
|
Pedro Beschorner Marin
|
741122df96
|
Closed captions cleanup
|
2019-05-23 11:51:01 -03:00 |
|
Ghazi Triki
|
16bbb0e9c7
|
Localise offline status in chat.
|
2019-05-23 13:09:19 +03:00 |
|
Pedro Beschorner Marin
|
84b750ebb7
|
Adapted HTML5 captions to use the recording backend
|
2019-05-22 18:33:20 -03:00 |
|
Pedro Beschorner Marin
|
2a82aaa09f
|
Filter empty lines
|
2019-05-22 18:33:20 -03:00 |
|
Pedro Beschorner Marin
|
77420a4c24
|
Cleaning captions if data is idle
|
2019-05-22 18:33:20 -03:00 |
|
Pedro Beschorner Marin
|
99ca39b37b
|
Refactoring captions component
|
2019-05-22 18:33:20 -03:00 |
|
Pedro Beschorner Marin
|
a37ae9cb70
|
Better management of captions activation
|
2019-05-22 18:33:20 -03:00 |
|
Pedro Beschorner Marin
|
34b39a2b0a
|
Closed captions prototype in a big commit
|
2019-05-22 18:33:20 -03:00 |
|
Anton Georgiev
|
aff881ccfe
|
Merge pull request #7367 from Tainan404/issue-7186
Don't show phone user on create breakout room list
|
2019-05-22 16:13:56 -04:00 |
|
Tainan Felipe
|
8ee73c37cc
|
ignore dial-in-user in create breakout room list
|
2019-05-22 17:06:21 -03:00 |
|
KDSBrowne
|
89898ae09e
|
fix console error from state update on unmounted component
|
2019-05-22 18:54:30 +00:00 |
|
Anton Georgiev
|
2d991cb078
|
Merge pull request #7286 from KDSBrowne/2.2-issue-7279
Fix refPresentationContainer requestFullscreen is not a function
|
2019-05-22 14:52:18 -04:00 |
|
KDSBrowne
|
aa2ec33afb
|
localize default poll answers
|
2019-05-22 18:00:44 +00:00 |
|
Anton Georgiev
|
643c4197f1
|
Merge pull request #7462 from Tainan404/youtube-playing-audio
Log out user prior to Feedback (end all media streams)
|
2019-05-22 12:44:21 -04:00 |
|
Anton Georgiev
|
88cfd6bde8
|
Merge pull request #7277 from Tainan404/issue-7200
Stop webcams when opens audio modal.
|
2019-05-22 11:36:53 -04:00 |
|
KDSBrowne
|
558e25ec9b
|
fix published poll toast notifications for old polls
|
2019-05-22 14:44:17 +00:00 |
|
Tainan Felipe
|
2f63c174a3
|
Fix youtube keeps playing audio when user left the meeting
|
2019-05-17 16:39:05 -03:00 |
|
KDSBrowne
|
b96bbed3a4
|
fix webcam dropdown menu position for RTL
|
2019-05-17 14:26:44 +00:00 |
|
Ghazi Triki
|
40d58b3349
|
Localise modals.
|
2019-05-16 23:13:08 +01:00 |
|
Ghazi Triki
|
76371b9b6e
|
Merge remote-tracking branch 'bigbluebutton/master' into html5-rtl
|
2019-05-16 17:32:58 +01:00 |
|
Ghazi Triki
|
bd03a39e23
|
Minor fixes for RTL.
|
2019-05-16 17:27:43 +01:00 |
|
KDSBrowne
|
13f8a4f026
|
hide userlist from SR when secondary panels are open
|
2019-05-15 22:51:43 +00:00 |
|
KDSBrowne
|
fc3fbe0095
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into _summit-adjust-screen-reader-trap
|
2019-05-15 21:57:49 +00:00 |
|
KDSBrowne
|
475e945abc
|
improve screen reader panel check
|
2019-05-15 21:13:05 +00:00 |
|
KDSBrowne
|
1bbd541671
|
change feedback label font-family to match other text
|
2019-05-15 19:37:49 +00:00 |
|
KDSBrowne
|
1e8aaad61d
|
improve horizontal menu positions for RTL
|
2019-05-15 17:32:45 +00:00 |
|
Ghazi Triki
|
28132b5b25
|
Fix media and action bar styles for RTL.
|
2019-05-15 18:04:00 +01:00 |
|
KDSBrowne
|
5de53912bf
|
fix gap between menu and caret
|
2019-05-15 16:10:50 +00:00 |
|
KDSBrowne
|
2b96fb3008
|
fix dropdown menu horizontal caret
|
2019-05-15 14:33:29 +00:00 |
|
KDSBrowne
|
027ee7161b
|
fix console error
|
2019-05-14 19:45:12 +00:00 |
|
KDSBrowne
|
8d0485b306
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into _summit-add-tr-to-upload-table
|
2019-05-14 19:33:54 +00:00 |
|
KDSBrowne
|
f0a5666c52
|
add formatted messages
|
2019-05-14 16:51:13 +00:00 |
|