- Mar 07, 2016
-
-
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 03, 2016
-
-
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
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
-
- Feb 17, 2016
-
-
Tiago Daniel Jacobs authored
-
- Feb 16, 2016
-
-
jfederico authored
-
Richard Alam authored
Fix for bugs related to new states for recordings
-
- Feb 12, 2016
- Feb 09, 2016
-
-
Richard Alam authored
Fix for bug in scripts for processing recordings
-
jfederico authored
-
Jesus Federico authored
-
Richard Alam authored
Show chat options tab when private chat disabled
-
Chad Pilkey authored
-
- Feb 08, 2016
-
-
Dixon Fred authored
Cleaned up undefined emoji strings
-
Chad Pilkey authored
-
Richard Alam authored
Four minor accessibility fixes
-
jfederico authored
bigbluebutton-web: On changeState, create the directory named by the pathname, including any necessary but nonexistent parent directories.
-
jfederico authored
-