- Mar 24, 2016
-
-
Ghaz Triki authored
-
Ghaz Triki authored
-
- Mar 21, 2016
-
-
Richard Alam authored
Remove PopUps and toolbars when logged out
-
- Mar 16, 2016
-
-
Ghaz Triki authored
# Conflicts: # bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml # bigbluebutton-client/src/org/bigbluebutton/main/views/MainCanvas.mxml
-
- Mar 15, 2016
-
-
Richard Alam authored
Refresh the shortcuts ArrayCollection.
-
Richard Alam authored
Minor client improvements
-
Richard Alam authored
Fix the Flash debug error when client logging out
-
Dixon Fred authored
Rename README to README.md to force its parsing
-
- Mar 11, 2016
-
-
Ghaz Triki authored
-
Ghaz Triki authored
Containers created with PopUpManager and toolbars are removed from the display list when the user is logged out from the application.
-
Ghaz Triki authored
- Extracted locales strings from views. (reverted from commit 0b32f390) - Removed no more used ChromeChangeMicImage and FirefoxChangeMicImage.
-
Ghaz Triki authored
-
Ghaz Triki authored
-
- Mar 10, 2016
-
-
Ghazi Triki authored
-
Ghaz Triki authored
-
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
-