- Mar 24, 2016
-
-
Richard Alam authored
Change dependencies to build against latest red5 to upgrade to java 8
-
- Mar 21, 2016
-
-
Richard Alam authored
Upgrade to Java 8 and merge screenshare feature. Conflicts: bigbluebutton-client/.actionScriptProperties
-
Richard Alam authored
Updating branch with latest from master
-
Richard Alam authored
Merge master, breakout rooms, and closed captioning into bbb-1.1-dev branch. Conflicts: akka-bbb-apps/src/main/java/org/bigbluebutton/core/api/IBigBlueButtonInGW.java akka-bbb-apps/src/main/scala/org/bigbluebutton/core/api/MessageNames.scala bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as
-
Richard Alam authored
Merge breakout rooms feature with master branch. This also includes closed captioning feature. Conflicts: bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml bigbluebutton-web/.classpath bigbluebutton-web/.settings/org.eclipse.jdt.core.prefs bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy bigbluebutton-web/src/java/org/bigbluebutton/api/MeetingService.java
-
- 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 14, 2016
-
-
Anton Georgiev authored
-
- Mar 11, 2016
-
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Ghaz Triki authored
- Extracted locales strings from views. (reverted from commit 0b32f390) - Removed no more used ChromeChangeMicImage and FirefoxChangeMicImage.
-
Anton Georgiev authored
-
Ghaz Triki authored
-
Ghaz Triki authored
-
Anton Georgiev authored
-
- Mar 10, 2016
-
-
Anton Georgiev authored
-
Ghazi Triki authored
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Ghaz Triki authored
-
Ghaz Triki authored
-
- Mar 08, 2016
-
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Anton Georgiev authored
-
- Mar 07, 2016
-
-
Anton Georgiev authored
-
Anton Georgiev authored
-
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
-