Markos Calderon
0d7924d650
changes in log files
2011-10-26 12:02:41 -07:00
Richard Alam
2564314aac
check if shared object is null as user may have left and will result an NPE when sending private chat
2011-10-25 10:34:46 -04:00
Richard Alam
d7b665f463
add some debug logging on why the client doesn't get updated after some time. This happens
...
on demo after a few days but difficult to reproduce locally.
2011-10-24 13:04:44 -04:00
Richard Alam
8ef0d266ed
more cleanup
2011-10-19 16:44:28 -04:00
Richard Alam
ea889de5a4
cleanup
2011-10-19 16:42:16 -04:00
Richard Alam
1a9c19e1a6
- up version and remove asterisk-java dependency
2011-10-19 15:38:05 -04:00
Richard Alam
34d6d9cc69
- remove asterisk for cleanup as we only now use FS for 0.8...can add back support in the future
2011-10-19 15:29:55 -04:00
Richard Alam
d9bc91768e
completely remove spring integration
2011-10-19 14:58:17 -04:00
Richard Alam
e6606ecc27
- revert back as Red5 is throwing an NPE
2011-10-18 11:46:11 -04:00
Richard Alam
8b42a433c2
fix logging as it was incorrectly logging that it can't find the room
2011-10-03 09:46:35 -07:00
Richard Alam
45e6a473f5
- fix issue where voice bridge is not removed properly when the meeting ends.
2011-10-11 18:50:24 -04:00
Richard Alam
8e98ae63bd
show pre-uploaded presentation in drop down
2011-10-03 01:46:37 -04:00
Marco Calderon
c36951dca6
updated messaging module in bbb-apps
2011-09-08 12:11:34 -05:00
Richard Alam
b9e5b69a20
- add messageId to redis pub/sub messages to be able to filter and identify easily
2011-07-20 11:44:11 -04:00
Richard Alam
41269197ca
- check it meeting is already being recorded
2011-07-10 10:31:49 -04:00
Richard Alam
8c8e009baa
- unit test passing again
2011-06-23 14:04:00 -04:00
Richard Alam
0b6e59e8ab
- add duration parameter on creat API. This allows us to set a limit on the meeting length
...
to prevent continuously recording a meeting whe someone forgets to logout
2011-06-21 14:16:37 -04:00
Richard Alam
480489fc7f
- change numberOfPages to String so that the message gets forwarded to the client.
...
- stopped activeMQ and Mysql and it works...so we've removed dependency to ActiveMQ and MySQL
2011-06-16 12:48:31 -04:00
Richard Alam
a71b30af9c
- cleanup, fix merge issues, connect to redis explicitly when subscribing to a channel
2011-06-16 10:46:59 -04:00
Marco Calderon
d022aafb61
Cleanup bigbluebutton-web and bigbluebutton-apps
2011-06-15 08:30:56 +00:00
Marco Calderon
f1a55ba26b
bigbluebutton-apps handles the presentation messages using gson
...
TODO: cleanup, logs, and some updates
2011-06-15 01:42:56 +00:00
Marco Calderon
e858828162
added gson and publish updates in bbb-web, missing receiving code in bbb-apps
2011-06-14 01:43:55 +00:00
Marco Calderon
2ac6aaa09a
merge remove-bbb-commons, working prototype, need to add status method to listener
2011-06-09 01:35:24 +00:00
Richard Alam
bc1d9ef562
- add back to groovy jar file back as it broke spring integration
2011-05-31 16:32:23 -04:00
Richard Alam
ad9a4895b8
- cleanup jars
2011-05-28 17:57:09 +00:00
Marco Calderon
5bbb607c5d
Added redis pool, pubsub, and maven3 support to bbb-web
2011-05-17 11:04:40 +00:00
Marco Calderon
245070b366
removed bbb-commons. TODO: update process method and endrequest meeting
2011-05-14 05:56:35 +00:00
Marco Calderon
a9fcd56a88
refactoring bbb-apps
2011-05-11 02:09:10 +00:00
Marco Calderon
6681c56575
initial changes in bbb-apps
2011-05-05 09:16:40 +00:00
Richard Alam
1930c76c73
- upgrade dependency to red5-1.0rc1
2011-05-03 17:45:42 -04:00
Richard Alam
2b34a0eae1
- upgrade FS ESL jar to 0.8.1 with changes for recording events
2011-05-03 17:35:19 -04:00
Marco Calderon
64fcc4ac94
Merge branch 'record-and-playback-feature' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature
2011-03-28 07:22:01 +00:00
Richard Alam
553592b3f1
- change dependencies to be able to run on Red5 1.0 RC
...
With this change, we will need to package our own Red5 1.0 RC
2011-04-22 12:00:26 -04:00
Marco Calderon
7c2498597b
Added support pubsub for send updates from bbb-apps to bbb-web
2011-03-28 07:19:22 +00:00
Richard Alam
c0e1a1ebcb
- fix some compile problems
2011-04-04 11:28:44 -04:00
Richard Alam
19694d87e0
Merge branch 'master' into record-and-playback-feature
...
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/presentation/PresentationHandler.java
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/PublishWindow.mxml
2011-04-04 11:15:09 -04:00
Richard Alam
9785cde147
- remove unneeded class
2011-03-29 10:04:21 -04:00
Richard Alam
f39dbd4f11
- implement recording listeners for desktop sharing
2011-03-26 15:50:19 -04:00
Richard Alam
17422c3007
- can't really ignore a file that has been tracked by git. The way to ignore changes to a file is to
...
git update-index --assume-unchanged src/main/webapp/WEB-INF/bigbluebutton.properties
which temporarily untracks the file. And then when you want to track again, do
git update-index --no-assume-unchanged src/main/webapp/WEB-INF/bigbluebutton.properties
2011-03-23 13:59:51 -04:00
Richard Alam
303920e3c5
- create default bigbluebutton.properties and add to .gitignore. This way, developers
...
can customize to match there dev environment and won't checkin their settings
2011-03-23 12:51:23 -04:00
Richard Alam
92c0af9f49
- remove LIVE|RECORD mode as we are not using it
2011-03-22 10:23:32 -04:00
Richard Alam
2798f4db2b
- can't get redis pool working...connect each time for now
2011-03-22 10:19:53 -04:00
Richard Alam
a1d983f204
- disable redis pubsub
2011-03-22 10:19:16 -04:00
Richard Alam
bc293a33f5
- move the tests into proper directory so that gradle can find it
2011-03-18 15:33:16 -04:00
Richard Alam
efb8a84892
- make "gradle test" run the tests
2011-03-18 15:31:09 -04:00
Jeremy Thomerson
47126f4622
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into preupload_docs_beta
2011-03-22 18:15:20 -04:00
Jeremy Thomerson
005f7b74c2
preupload of slides is working
...
when a room is created, we scan the directory looking for preuploaded presentations and
share them so that they appear when users join
2011-03-01 15:45:19 -06:00
Jeremy Thomerson
d2c54b90bd
enhance vm-build-debug.sh to exit when there is a build failure
...
rather than continuing to start red5 with a broken build
2011-03-01 14:49:30 -06:00
Marco Calderon
3a19058d54
changes in bbb-apps redis pubsub
2011-02-22 21:45:20 +00:00
Marco Calderon
0fdb2d4875
some changes in bbb-web and bbb-apps for pubsub
2011-02-22 17:13:00 +00:00