Commit Graph

3913 Commits

Author SHA1 Message Date
Richard Alam
70b52bd20b - cleanup 2012-01-26 19:45:02 +00:00
Richard Alam
3b9dedd0cc cleanup 2012-01-26 19:34:32 +00:00
Richard Alam
dcbf3d7419 - allow maximize presentation window...but sync is broken 2012-01-25 23:23:21 +00:00
Richard Alam
3d8722d504 - allow to configure to show presentation window controls or not 2012-01-25 22:05:50 +00:00
Richard Alam
1437374a0c - trim paramaters for sip server 2012-01-25 21:10:50 +00:00
Richard Alam
427f827ba6 - allow users with no mic to listen to audio stream 2012-01-24 21:53:52 +00:00
Markos Calderon
6e4eaaba04 remove unused import 2012-01-24 07:40:15 -08:00
Markos Calderon
cb6ef43d76 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into fix-whiteboard-remaining-shape 2012-01-23 13:07:46 -08:00
Markos Calderon
83ebc7a24e changes in latentFeedback and added a check size in bbb-apps 2012-01-23 13:06:58 -08:00
Fred Dixon
01d1fdd256 Updated bbb-conf to have more checks (and solutions) when it detects that BigBlueButton might not be connecting to FreeSWITCH 2012-01-21 16:40:40 -05:00
Richard Alam
2c6adc1076 - check if there is no mic on autojoin...skip check if there is no mic 2012-01-20 20:11:10 +00:00
Richard Alam
e12a1c3865 Merge branch 'master' of git://github.com/bigbluebutton/bigbluebutton 2012-01-20 19:05:27 +00:00
Richard Alam
c318f03b5a - set data to null to force garbage collection. Someone reported that the chat messages causes
overflow exception crashing flash in certain environment. Setting data to null prevents this
   from happening.
2012-01-20 19:04:16 +00:00
Richard Alam
c22e41a1aa - fix tooltip for deskshare view 2012-01-20 18:52:40 +00:00
Fred Dixon
b8af5fb241 Added warning in bbb-conf for meaning of removeMeetingWhenEnded=false in /var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties 2012-01-19 21:33:04 -05:00
Fred Dixon
f997391899 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2012-01-19 21:22:55 -05:00
Fred Dixon
6bcb73e014 Set
removeMeetingWhenEnded=true

as default in bigbluebutton.properties.  This will reduce errors with 3rd party integrations when users end a meeting, change a parameter, then try
start the meeting again.
2012-01-19 21:21:19 -05:00
Richard Alam
50123b81ba - new deskshare jar with sending message to stop sharing 2012-01-19 17:41:28 +00:00
Richard Alam
b2a823ab62 - create message to stop sender threads when stopping desk share 2012-01-19 17:40:17 +00:00
Richard Alam
c8ec2df6a6 - make key fram interval configurable 2012-01-19 17:09:08 +00:00
Richard Alam
ef85442a1b - trim audio file when they overlap 2012-01-18 17:29:14 +00:00
Richard Alam
ce49090bd0 - make deskshare port configurable 2012-01-18 16:04:53 +00:00
Richard Alam
ecc979e274 - generate internal userid to be able to match users across subsytems 2012-01-18 15:46:29 +00:00
Richard Alam
dc38119957 - don't send start module when switching locales
Fix http://code.google.com/p/bigbluebutton/issues/detail?id=1117
2012-01-16 22:05:10 +00:00
Richard Alam
e2a22f21a6 - update locales with latest from mygengo 2012-01-16 21:31:05 +00:00
Richard Alam
3659effee3 Fix http://code.google.com/p/bigbluebutton/issues/detail?id=982
- if the length from header info is zero (corrupted header http://comments.gmane.org/gmane.comp.audio.sox/2637)
   determine length from file size and then fix the file to have proper length in header info.
2012-01-16 21:03:04 +00:00
Fred Dixon
77bb96a0bb Testing with the BigBlueButton VM for setting up a development environment 2012-01-15 20:20:24 -05:00
Fred Dixon
6aa2fe652b Enable auto join audio by default 2012-01-15 14:26:16 -05:00
Fred Dixon
dfa84d031f Preparting for release of 0.8-beta-4 2012-01-15 12:32:59 -05:00
Fred Dixon
20d4587e3e Changed API welcome messages from 'use a headset to avoide echo' to 'you can mute yourself in the listeners window' (BigBlueButton 0.8 now uses Flash for acoustic echo cancellation) 2012-01-15 12:32:39 -05:00
Fred Dixon
bf254501f5 Changed bbb-web to using a rolling 20 days of logs 2012-01-15 12:31:14 -05:00
Fred Dixon
b66059168d increased the size of bbb-web.log to 25M and keep six rolling files (instead of three) 2012-01-15 12:05:21 -05:00
Richard Alam
ef832ec7cd - cleanup 2012-01-12 18:45:59 +00:00
Richard Alam
484054424e - cleanup log 2012-01-12 18:23:27 +00:00
Richard Alam
a66484a023 - don't blink the tab browser for the user that sent the chat message 2012-01-12 18:22:21 +00:00
Richard Alam
f51ff77feb - try loading the config.xml as early as possible 2012-01-12 01:16:27 +00:00
Richard Alam
afc634dba8 - make sure the config.xml and locale.swf has been loaded before starting all the modules 2012-01-12 00:02:58 +00:00
Richard Alam
4777469523 Merge branch 'master' of git://github.com/bigbluebutton/bigbluebutton 2012-01-11 21:52:06 +00:00
Richard Alam
a4e5561ea9 - wait for the version from the config.xml and from the locale file before checking if
the locale versions are the same. Sometimes, the locale swf file takes a long time to dowwnload
than the config.xml. When the check is performed, the version from the locale swf file is null.
2012-01-11 21:49:01 +00:00
Markos Calderon
f71a2027b5 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2012-01-11 13:32:14 -08:00
Markos Calderon
f82633fc75 adding logs to pubsub updates 2012-01-11 13:31:45 -08:00
Richard Alam
7d47c240e4 Merge pull request #22 from gugat/issue963
Find ascii problem while archiving events
2012-01-11 13:28:15 -08:00
Markos Calderon
e4ed4b868a fix end time when someone rejoins to a meeting 2012-01-11 13:17:09 -08:00
Richard Alam
bacb88c280 - adding more logs to trace why some times we get the old locale error 2012-01-11 17:00:43 +00:00
Richard Alam
426364c3e1 - fix confusing log when using english locale and it says it failed to load the locale 2012-01-10 20:38:55 +00:00
Richard Alam
92ba8d547f - remove the maximize override as it was not handling the maximize properly... 2012-01-10 19:02:59 +00:00
Richard Alam
37d77f2ddc Merge branch 'master' of git://github.com/bigbluebutton/bigbluebutton 2012-01-10 16:26:37 +00:00
Richard Alam
9c8aeae213 - if there are no pre-uploaded presentation passed through the api, pre-upload a default presentation 2012-01-10 16:25:46 +00:00
Richard Alam
40da022fa8 Merge pull request #21 from gugat/issue1110
Trim presentation name before it is sent to the web server.
2012-01-10 08:03:38 -08:00
gugat
b69d521bae Trim presentation name before it is sent to the web server. 2012-01-10 10:35:29 -05:00