Chad Pilkey
155b5ec626
Merge pull request #3903 from riadvice/text-tool-fix
...
Prevent Flash client from crashing when text tool is used
2017-05-06 17:46:09 -04:00
Ghazi Triki
3541b0ec33
Check event target variable after extracting it from its event.
2017-05-06 21:04:42 +01:00
KDSBrowne
569ba42042
fix userlist styling
2017-05-06 09:01:16 -07:00
Anton Georgiev
0665d61904
Merge pull request #3906 from Klauswk/FixDevClientReconnection
...
Fix client reconnection timeout
2017-05-05 17:22:00 -04:00
Anton Georgiev
1f640ea3e4
only offer taking over a locale for cc to moderators
2017-05-05 15:52:23 -04:00
KDSBrowne
77d529b2ac
fix error for out of bound index
2017-05-05 12:11:28 -07:00
Fred Dixon
26a62bd398
Merge pull request #3907 from kepstin/webrtc-stats
...
Update webrtc stats bridge for modern Chrome/Firefox APIs
2017-05-05 14:21:48 -04:00
Calvin Walton
75c680832c
Update webrtc stats bridge for modern Chrome/Firefox APIs
...
Switch to the promise-based getStats, and use the standardized
property names where available, with fallback to handle Chrome,
which hasn't fully switched yet.
The stats now only track the outgoing audio stream, as a way to
indicate quality, since the user can't hear themselves. This
might be revisited later; it would require tracking the stats
separately for incoming vs. outgoing and e.g. returning whichever
is worse.
2017-05-05 11:22:38 -04:00
KDSBrowne
85a468f4b3
add key codes for left and right arrow
2017-05-05 07:37:01 -07:00
Klaus Klein
b2195da345
Fix client reconnection timeout
2017-05-05 11:30:15 -03:00
Ghazi Triki
1628851ce4
Send the previously non detected as finished text object before keeping focus on the last created one.
2017-05-05 09:53:49 +01:00
KDSBrowne
8194059e43
fix count bug
2017-05-04 14:58:33 -07:00
KDSBrowne
65323d0789
remove unused id's
2017-05-04 14:43:48 -07:00
KDSBrowne
eca2dbba93
clean up code
2017-05-04 14:41:09 -07:00
Anton Georgiev
ea05b8b277
Merge pull request #3904 from antobinary/verto-bridge-update
...
HTML5: Unify user and audiouser in verto bridge
2017-05-04 17:29:40 -04:00
KDSBrowne
f6642b0dee
make userlist keyboard accessible - incomplete
2017-05-04 13:39:53 -07:00
Anton Georgiev
93baf362e6
remove old import
2017-05-04 15:14:14 -04:00
Anton Georgiev
91ce6e20d5
unify user and audiouser in verto bridge
2017-05-04 14:44:20 -04:00
Anton Georgiev
bd56001733
disable cc menu if toggled off
2017-05-04 14:42:55 -04:00
Ghazi Triki
740a1abe0b
Fix client crash when text zones are quickly added to the whiteboard.
2017-05-04 18:46:36 +01:00
Chad Pilkey
53783a7d2c
Merge pull request #3899 from riadvice/mobile-client
...
[Mobile] - Handle "back" soft button and add item render to video profiles list
2017-05-04 10:30:23 -04:00
Ghazi Triki
db77dc239f
Close color picker when the text toolbar is to be hidden.
2017-05-04 11:23:20 +01:00
Fred Dixon
5493ba2e22
Merge pull request #3901 from bigbluebutton/ffdixon-patch-3
...
Updated comment in crontab job to remove reference to ghostscript
2017-05-04 05:04:44 -04:00
Fred Dixon
ef8fdccd4f
Updated comment in crontab job
2017-05-04 05:04:25 -04:00
Fred Dixon
925eeebc28
Merge pull request #3900 from ffdixon/remove-ref-gs
...
Remove refs to ghostscript
2017-05-04 04:59:02 -04:00
Fred Dixon
b26ac2b6bc
Remove refs to ghostscript
2017-05-04 03:57:43 -05:00
Ghazi Triki
44ed1ae04d
Revert modifications to .actionScriptProperties
2017-05-04 09:38:20 +01:00
Ghazi Triki
8793812ca1
Add item renderer for camera profiles list.
2017-05-04 09:36:16 +01:00
Chad Pilkey
7933d05707
Fix the text cursor for whiteboard
2017-05-03 18:42:29 -04:00
Anton Georgiev
453a2cf6a4
code style improvements of closed-captions
2017-05-03 17:54:26 -04:00
Matthew Marangoni
d3cfbf93df
Merge remote-tracking branch 'upstream/master' into audio-locale-fix
2017-05-03 14:49:00 -07:00
Matthew Marangoni
99788090ee
fixed audio and settings modal reopening when changing locale in settings
2017-05-03 14:39:07 -07:00
Fred Dixon
837654dc85
Merge pull request #3895 from perroned/update-verto-libs
...
Update verto libs and WebRTC Extension
2017-05-03 16:50:34 -04:00
Anton Georgiev
d0efbc0879
Merge pull request #3896 from antobinary/lock-microphone
...
HTML5: If microphone lock is enforced, pick listenOnly join over using mic
2017-05-03 16:17:11 -04:00
Anton Georgiev
3904771fc3
if microphone lock is enforced, pick listenOnly join over using mic
2017-05-03 16:12:47 -04:00
perroned
589d21019e
Merge branch 'chrome-webrtc-extension' into update-verto-libs
2017-05-03 19:34:52 +00:00
Anton Georgiev
6d71e943a0
Merge pull request #3893 from antobinary/check-mute-user
...
HTML5: Update callServer to makeCall to fix user item calls
2017-05-03 13:54:15 -04:00
Anton Georgiev
5121dc615e
Merge pull request #3865 from Klauswk/ClientLog
...
Add Client log, HTML5
2017-05-03 13:46:26 -04:00
Klauswk
19d4cb4916
Merge pull request #1 from antobinary/test-3865
...
Merged changes from anton
2017-05-03 14:32:04 -03:00
Klauswk
b668b24cac
Merge branch 'ClientLog' into test-3865
2017-05-03 14:31:13 -03:00
Ghazi Triki
1bf45e1902
Enable "back" soft key navigation for the mobile application.
2017-05-03 18:27:25 +01:00
Anton Georgiev
038405f907
some changes to logClient api
2017-05-03 13:19:21 -04:00
Klauswk
74c2219fc9
Update index.js
2017-05-03 14:09:33 -03:00
Anton Georgiev
8ab7865419
Merge branch 'ClientLog' of github.com:Klauswk/bigbluebutton into test-3865
2017-05-03 12:59:33 -04:00
perroned
9560a23988
Remove invalid characters from manifest
2017-05-03 16:59:03 +00:00
Anton Georgiev
935219148a
Merge pull request #3871 from Klauswk/LeaveButtonOnErrorScreen
...
Add leave button to error screen
2017-05-03 12:58:28 -04:00
Anton Georgiev
3a4b8cc388
update callServer to makeCall to fix user item calls
2017-05-03 12:56:27 -04:00
Ghazi Triki
8a8a623862
Fix float scale of generate_css_dpi to 2
2017-05-03 17:51:10 +01:00
Klauswk
b0b455e591
Merge branch 'master' into ClientLog
2017-05-03 13:40:57 -03:00
perroned
eb11700f4a
Extension allows source override
2017-05-03 16:40:21 +00:00