Vitor Mateus
9676bbc434
Merge remote-tracking branch 'upstream/master' into issue-7850-2
2020-01-13 16:36:02 -03:00
Calvin Walton
9907588b5e
presentation recording: generate poll svg images without gnuplot
...
Write a tool that generates the poll svg images directly from the
BBB poll description. This avoids the issues with special characters
in the gnuplot labels, and gives us a lot more flexibility in how
the polls are formatted and styled.
2020-01-13 14:34:30 -05:00
Lucas Zawacki
4ade850a5a
Pause synced video if presenter exits the room
2020-01-13 13:53:49 -03:00
Lucas Zawacki
14fd979955
Remove viewerJoined logic and prevent handleOnReady from running multiple times
2020-01-13 13:53:47 -03:00
Joao Siebel
f95107e3a0
Remove JSON.parse and JSON.stringfy
2020-01-13 13:43:31 -03:00
Anton Georgiev
facbe241f7
Merge pull request #8483 from pedrobmarin/guest-icon
...
Fix guest icon
2020-01-13 11:02:06 -05:00
Anton Georgiev
ba258d5679
Merge pull request #8374 from pedrobmarin/bbb-multiple-webcams
...
Multiple cameras
2020-01-13 10:59:48 -05:00
Pedro Beschorner Marin
be58611301
Fix guest icon
2020-01-13 12:47:16 -03:00
Joao Siebel
89aa4564f3
Fix default settings
2020-01-13 09:45:29 -03:00
Joao Siebel
b6c900ca84
Fix annotations and cursor streamer
...
The problem was caused when meteor restarted without reloading the page,
the ddp subscription called a onStop event that set all handlers to undefined
after we set the handlers on the init function.
2020-01-13 09:34:54 -03:00
Vitor Mateus
cc943498e2
Fix check if is mobile to disable draggable
2020-01-10 17:20:26 -03:00
Chad Pilkey
43c495b7ca
Merge pull request #8475 from capilkey/end-audio-on-kick
...
Make the client end the call when kicked
2020-01-10 12:29:51 -05:00
Chad Pilkey
162dc4dbe4
the client will end the call when kicked
2020-01-09 15:50:10 -08:00
KDSBrowne
2dbc23af26
prevent text area going out of bounds on click creation
2020-01-09 19:43:52 +00:00
Anton Georgiev
9b7a3f2fac
update npm packages to latest - tippy, babel/runtime etc
2020-01-09 19:30:45 +00:00
Anton Georgiev
c27f721f2a
update meteor from 1.9.rc.3 to 1.9
2020-01-09 19:30:00 +00:00
Anton Georgiev
6a7ed2ccf5
update meteor to --release 1.9-rc.3
2020-01-09 19:22:36 +00:00
Richard Alam
f578d9c00c
Merge pull request #8472 from antobinary/akka-apps-add-msg-handler
...
Add handling route for GetRunningMeetingsReqMsg
2020-01-09 11:21:51 -05:00
Anton Georgiev
866f359b0e
Add handling route for GetRunningMeetingsReqMsg
2020-01-09 15:59:48 +00:00
KDSBrowne
c17b8501e2
create text area on click with whiteboard text tool
2020-01-08 20:34:30 +00:00
Anton Georgiev
c8ae008485
Merge pull request #8436 from pedrobmarin/note-notification
...
Fix shared notes notification
2020-01-07 16:32:12 -05:00
Anton Georgiev
88cb2c888f
Merge pull request #8468 from antobinary/temporarily-disable-webdriver-node12
...
webdriver* and wdio* packages are not node12 ready
2020-01-07 15:23:21 -05:00
Anton Georgiev
3fbff2a430
Merge pull request #8467 from KDSBrowne/issue-8466
...
Prevent no-mic warning displaying when recording is stopped
2020-01-07 10:10:00 -05:00
Anton Georgiev
b802a4563e
webdriver* and wdio* packages are not node12 ready
2020-01-07 14:58:15 +00:00
KDSBrowne
d3de581372
prevent no-mic warning displaying when recording is stopped
2020-01-07 13:40:26 +00:00
Anton Georgiev
e16a31aa38
Merge pull request #8465 from riadvice/update-open-sans-font
...
Update SourceSansPro font files to support more languages.
2020-01-06 15:46:24 -05:00
Ghazi Triki
aa2b499549
Update SourceSansPro font files to support more languages.
2020-01-06 21:24:51 +01:00
KDSBrowne
87d39421f7
add allowDownloadable prop to presentation config in settings.yml
2020-01-02 15:00:50 +00:00
Fred Dixon
328f76b172
Merge pull request #8460 from KDSBrowne/fix-8457
...
Fix keyboard shortcuts not working
2020-01-01 17:24:32 -05:00
KDSBrowne
d3144684c1
fix shortcuts not working
2020-01-01 21:46:50 +00:00
Fred Dixon
c0502e3c96
Merge pull request #8454 from riadvice/gather-more-logs
...
Store FreeSwitch logs in bbb-conf --zip.
2019-12-25 19:06:23 -05:00
Ghazi Triki
9f0ede6d85
Store FreeSwitch logs in bbb-conf --zip.
2019-12-25 16:32:48 +01:00
Fred Dixon
26c74265af
Merge pull request #8453 from riadvice/gather-more-logs
...
Store more logs with bbb-conf --zip
2019-12-25 10:49:18 -04:00
Ghazi Triki
5d62864b3a
Store more logs with bbb-conf --zip.
2019-12-25 15:25:17 +01:00
KDSBrowne
75a3f6ed7d
add prop to enable / disable download option (Upload presentation dialog)
2019-12-24 14:48:44 +00:00
Pedro Beschorner Marin
9b450ae1d9
Check Safari before listening for ondevicechange
2019-12-20 17:21:40 -03:00
Pedro Beschorner Marin
78b0d0276a
Avoid multiple cameras sharing in mobile and safari
2019-12-20 17:21:23 -03:00
Pedro Beschorner Marin
bc463cc8f2
Fixed jitter gathering in stats
2019-12-20 17:21:00 -03:00
Anton Georgiev
28ec57b55d
Merge pull request #8443 from capilkey/sipjs-sdp-logging
...
Log the selected sip.js candidate
2019-12-19 16:23:00 -05:00
Anton Georgiev
d901045df0
Merge pull request #8442 from antobinary/fix-7334
...
Prevent parallel screenshare and external-video
2019-12-19 16:22:38 -05:00
Anton Georgiev
2b4506fe2d
send redis msg when stopping external video due to screenshare
2019-12-19 16:13:21 -05:00
Calvin Walton
ccb3bbf273
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into v2.2.x-release
2019-12-19 10:21:42 -05:00
Calvin Walton
10d6751039
Remove special characters from the gnuplot labels
2019-12-19 10:21:36 -05:00
Calvin Walton
aa26c1d512
Remove special characters from the gnuplot labels
2019-12-19 10:14:20 -05:00
Pedro Beschorner Marin
0bb4d50522
Included missing constant declaration
2019-12-19 11:36:50 -03:00
Chad Pilkey
f5cb7a64fb
log the selected sip.js candidate
2019-12-18 16:11:24 -08:00
Anton Georgiev
4e1d55efd2
Prevent parallel screenshare and external-video
2019-12-18 16:40:04 -05:00
KDSBrowne
dcf1462482
fix error for invalid viewBox values
2019-12-18 21:35:03 +00:00
Fred Dixon
c9f1f70bd8
Merge pull request #8441 from ffdixon/bump-rc-5
...
bump to RC5
2019-12-18 14:42:56 -05:00
Fred Dixon
ecc98d824e
bump to RC5
2019-12-18 13:42:19 -06:00