- Mar 11, 2016
-
-
Ghaz Triki authored
-
- Mar 07, 2016
-
-
Anton Georgiev authored
html5: Correctly kick user out of voice in markUserOffline
-
Richard Alam authored
html5Client:fix emoji bug caused by Chrome vs FF behav difference
-
Anton Georgiev authored
-
Dixon Fred authored
- process converting of message from json on a different thread to p…
-
Richard Alam authored
bbb-lti: Implemented improvements to the LTI integration
-
Richard Alam authored
recording: Escape custom poll answers in gnuplot file
-
Richard Alam authored
Try to improve commit message. Nothing has changed in the code.
-
Richard Alam authored
Process converting of message from json on a different thread to protect the redis sub actor from dying when exception occurs due to invalid message.
-
Richard Alam authored
- process converting of message from json on a different thread to protect the redis sub actor from dying when exception occurs due to invalid message.
-
Calvin Walton authored
Custom poll answers were previously printed into the gnuplot control file directly, between double-quotes. As a result, if a poll answer contains a double-quote, it could cause a syntax error in the gnuplot script, or worse. Gnuplot accepts standard C-style double-quoted string escapes, so I can just use ruby's "inspect" method to generate a safetly escaped string. Note that within the string, % still has to be escaped separately (doubled) to avoid issues with the string formatting. As well, I have disabled "enhanced" mode which allows using special characters for formatting commands. Fixes #3039
-
- Mar 06, 2016
-
-
Dixon Fred authored
- we are seeing redis sub reconnecting because of exception on null …
-
- Mar 05, 2016
-
-
Tiago Daniel Jacobs authored
Stop applying initial layout to moderators.
-
Tiago Daniel Jacobs authored
-
- Mar 03, 2016
-
-
jfederico authored
- Fixed issue with app not responding to https requests - Added configuration for ignoring/considering lti key/secret - Extended logParameters to show them ordered
-
Lucas Zawacki authored
The old code was wrongly setting obj.voiceUser when it should set obj.user.voiceUser and caused problems when for example: * user joins audio * user hits F5 * user reconnects without webrtc audio enabled * html5 client reports user still in audio and leaving/joining doesnt work anymore
-
Calvin Walton authored
recording: Restore the $meeting_start/end global variables
-
Calvin Walton authored
These were commented out, apparently by accident, when the metadata code was being refactored. The effect was that the $meeting_end variable was treated as if it had a value of zero, meaning that the last slide had a start time of some positive number and an end time of zero. As a result, it was never shown (and didn't get any shapes either). Fixes #3021
-
Dixon Fred authored
Remove old php library
-
- Mar 02, 2016
-
-
Anton Georgiev authored
HTML5: Small corrections to userUpdateVoice and emoji refactoring
-
Lucas Zawacki authored
-
Lucas Zawacki authored
-
Lucas Zawacki authored
This is supossed to be called when handling messages from the redis queue and when called here would cause errors because it had no callback function. The correct way is not calling it here, but handling the muting/unmiting when receiving messages (which is already done).
-
- Feb 28, 2016
-
-
Dixon Fred authored
Fixed on bug in matching for http/https
-
Dixon Fred authored
-
Dixon Fred authored
Updates to bbb-conf to support HTTPS configuration
-
Dixon Fred authored
-
Dixon Fred authored
Update API demos to work with https
-
Dixon Fred authored
-
- Feb 26, 2016
-
-
Richard Alam authored
set the emojistatus to "none" (default) when it is null
-
Richard Alam authored
Added missing div to fix WebRTC audio for JavaScript API demo
-
Pedro Beschorner Marin authored
-
Dixon Fred authored
Fix missing get_flash_player.gif error message in nginx logs
-
Dixon Fred authored
-
- Feb 22, 2016
-
-
Richard Alam authored
fix for #3012 no presenter after ex-presenter kicked
-
- Feb 19, 2016
-
-
Anton Georgiev authored
-
Dixon Fred authored
The new directory [deleted] is now included when deleting recordings with bbb-record
-
- Feb 18, 2016
-
-
Chad Pilkey authored
Fix bigbluebutton/bigbluebutton#2710
-
Tiago Daniel Jacobs authored
-