Richard Alam
|
171eb20845
|
Merge branch 'master' of git@github.com:bigbluebutton/bigbluebutton
|
2010-06-25 13:21:29 -04:00 |
|
Richard Alam
|
36431188c0
|
- update locales
|
2010-06-25 13:21:04 -04:00 |
|
firstuser
|
ed4ceb712b
|
Added the ability to change the security salt
|
2010-06-25 12:11:36 -04:00 |
|
Richard Alam
|
cddd0c81bf
|
- change "version" to "build" to reflect the value that get's displayed in copyright notice
|
2010-06-25 11:14:47 -04:00 |
|
Richard Alam
|
9e38133fe3
|
- upgrade version to 0.7
|
2010-06-25 11:07:45 -04:00 |
|
Richard Alam
|
5b3a3252db
|
- applet shouldn't tunnel by default
|
2010-06-25 11:03:03 -04:00 |
|
deniszgonjanin
|
4e3c4c3ca5
|
Same as previous - fix for the presenter name bug, last commit had an error
|
2010-06-25 12:17:04 +00:00 |
|
deniszgonjanin
|
add99194fe
|
Merge branch 'master' of git@github.com:bigbluebutton/bigbluebutton
|
2010-06-25 12:11:54 +00:00 |
|
deniszgonjanin
|
c67f4ebf60
|
Fix for Issue with presenters name not updating in DesktopViewWindow
|
2010-06-25 12:10:40 +00:00 |
|
Richard Alam
|
6bc8845f67
|
- check if locales are old and tell user to clear cache if old
|
2010-06-24 16:57:45 -04:00 |
|
Richard Alam
|
e4bbff76b4
|
- make locale check pass for now
|
2010-06-24 15:51:22 -04:00 |
|
Richard Alam
|
842bac3f1a
|
Merge branch 'master' of git@github.com:bigbluebutton/bigbluebutton
|
2010-06-24 14:48:51 -04:00 |
|
Richard Alam
|
e8820f589a
|
- check if client has old version of locales
|
2010-06-24 14:48:28 -04:00 |
|
Richard Alam
|
4692c42d6b
|
- remove dynamically generated linker-report.xml and add to .gitignore
|
2010-06-24 12:45:57 -04:00 |
|
deniszgonjanin
|
c76db60dac
|
Fix for Issue 545
|
2010-06-24 11:42:42 +00:00 |
|
deniszgonjanin
|
64f57d47e4
|
Merge branch 'master' of git@github.com:bigbluebutton/bigbluebutton
|
2010-06-24 10:20:33 +00:00 |
|
deniszgonjanin
|
0b82208b54
|
Changed the ChatModule to use the new UserManager api
|
2010-06-24 10:19:57 +00:00 |
|
deniszgonjanin
|
4f44869815
|
Merge branch 'master' of git@github.com:bigbluebutton/bigbluebutton
|
2010-06-24 08:59:25 +00:00 |
|
Richard Alam
|
5906b771dd
|
- add note to clear browser cache if loading of modules hangs
|
2010-06-24 10:36:09 -04:00 |
|
deniszgonjanin
|
58414fcbcc
|
Resolved Issue 400
|
2010-06-24 08:58:52 +00:00 |
|
deniszgonjanin
|
a731e2a5f5
|
Merge branch 'master' of git@github.com:bigbluebutton/bigbluebutton
|
2010-06-24 07:46:08 +00:00 |
|
Richard Alam
|
501717666f
|
- remove extra sip users
- rename a few properties
|
2010-06-24 10:06:55 -04:00 |
|
Richard Alam
|
bb39817399
|
- remove logging of mouse location in client
- sign deskshare applet jar
|
2010-06-24 09:42:32 -04:00 |
|
deniszgonjanin
|
267378b7dd
|
Added a new UserManager, a simple API for modules to get notices of user join/leave and presenter events
|
2010-06-24 07:45:15 +00:00 |
|
deniszgonjanin
|
13790e0bbb
|
Fix for several 0.7 release bugs, as well as a new way for modules to receive updates about users joining and leaving
|
2010-06-24 07:42:16 +00:00 |
|
Richard Alam
|
9fb41dc1e4
|
- retry 3 times to get an audio port before failing
|
2010-06-23 16:51:45 -04:00 |
|
Richard Alam
|
e4b4b7416c
|
- missed the "break;" in a case statement...that's why loggin errors on mouse location updates.
|
2010-06-22 17:45:21 -04:00 |
|
Richard Alam
|
f62eb0ae68
|
- removing bootstrapping of old web interface
|
2010-06-22 15:46:57 -04:00 |
|
Richard Alam
|
e23ed12939
|
- handle webvoiceconf that gets passed to the client
|
2010-06-22 15:41:48 -04:00 |
|
Richard Alam
|
18ff5a0930
|
- moving the webVoiceConf param into join API
|
2010-06-22 14:41:28 -04:00 |
|
Richard Alam
|
ab9caa1616
|
- add webVoiceConf API so third parties can pass in different extension fo voip
|
2010-06-22 11:24:22 -04:00 |
|
Richard Alam
|
ea07dba543
|
- putting timestamp into audio...if connection to a client is slow...audio packets are dropped.
(Which one do we prefer? Dropped audio or lag?)
|
2010-06-21 16:44:38 -04:00 |
|
Richard Alam
|
b260c08f3e
|
Merge branch 'master' into voip-fix
|
2010-06-21 16:32:18 -04:00 |
|
Richard Alam
|
b8c1443708
|
- a bit of cleanup
|
2010-06-21 16:30:35 -04:00 |
|
Richard Alam
|
30251f0700
|
- has end-to-end call...just need to close rtp ports properly
|
2010-06-21 15:13:00 -04:00 |
|
firstuser
|
3a9f2e7590
|
updated to 0.70 / cleaned up some code
|
2010-06-21 13:45:45 -04:00 |
|
Richard Alam
|
e4d905ba49
|
- can now call into echo test app
|
2010-06-21 13:08:41 -04:00 |
|
BigBlueButton
|
7128c539c9
|
- cleaning up a bit
|
2010-06-18 23:08:20 +00:00 |
|
BigBlueButton
|
7698d77701
|
- rename stream classes to make it more clear
|
2010-06-18 21:45:09 +00:00 |
|
deniszgonjanin
|
a3b4603aa3
|
Merge branch 'master' of git@github.com:bigbluebutton/bigbluebutton
|
2010-06-18 21:05:33 +00:00 |
|
deniszgonjanin
|
6bb8d60901
|
Changed bug where thumbnail numbers are wrong when displaying multiple presentations in a session
|
2010-06-18 21:04:42 +00:00 |
|
BigBlueButton
|
e798f4ad52
|
- add build info and test tracking branch again
|
2010-06-18 21:00:29 +00:00 |
|
BigBlueButton
|
d825e3e0b2
|
- test tracking branch
|
2010-06-18 20:42:52 +00:00 |
|
Richard Alam
|
e8795dfc63
|
- continue refactoring
|
2010-06-18 16:19:19 -04:00 |
|
Richard Alam
|
696d5ef802
|
- add .manager to .gitignore as they contain IDE generated files for scala
|
2010-06-18 11:46:50 -04:00 |
|
Richard Alam
|
cd5bc8c8d7
|
- move things around
|
2010-06-18 11:46:03 -04:00 |
|
Richard Alam
|
f13384771c
|
Merge branch 'master' into voip-fix
|
2010-06-18 11:42:25 -04:00 |
|
Richard Alam
|
be908218e9
|
- checkpoint 4: just moving things around
|
2010-06-18 11:08:31 -04:00 |
|
Richard Alam
|
964577c62e
|
- registers OK
|
2010-06-17 15:55:58 -04:00 |
|
Richard Alam
|
7bd89aaab8
|
- checkpoint 2: continuing refactoring of voice app
|
2010-06-17 14:16:29 -04:00 |
|