Sebastian
f1d41fd991
Fixed a bug in demo_footer.jsp
2010-07-02 10:19:57 -04:00
Sebastian
b9a514199e
fixed a patch in bigbluebutton.properties
2010-07-02 10:00:12 -04:00
Sebastian
3c8333f8c1
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
...
Conflicts:
bigbluebutton-web/grails-app/conf/bigbluebutton.properties
2010-06-30 15:21:22 -04:00
Sebastian
a35ac1d846
Updated bigbluebutton.properties
2010-06-30 15:20:02 -04:00
Richard Alam
1b2e7b1dc5
- merge in sebs changes
...
Conflicts:
bigbluebutton-web/grails-app/conf/bigbluebutton.properties
2010-06-29 13:37:17 -04:00
Richard Alam
7042903b4b
- remove loggedOutUrl value to easily easily maintain post-install script
2010-06-29 13:31:30 -04:00
Sebastian
552eb9edea
removed the comment from bigbluebutton.properties and removed the link to redirect the server to www.bigbluebutton.org
2010-06-29 13:27:48 -04:00
Sebastian
adcff2c058
Updated the url in demo_footer.jsp
2010-06-29 13:24:53 -04:00
Leif Jackson
e67070cac5
Stability issues with module loader in flex client and deskshare/vm-build.sh script for local devel
2010-06-29 05:07:00 +00:00
Leif Jackson
9decad03c6
Inital import of freeswitch intergration
2010-06-29 04:51:31 +00:00
Richard Alam
f62eb0ae68
- removing bootstrapping of old web interface
2010-06-22 15:46:57 -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
BigBlueButton
07f6264e5c
fixes #393 by returning the supplied user ID in the getMeetingInfo call
2010-05-31 17:13:36 +00:00
BigBlueButton
e4fd72681a
- adding .gitignore
2010-05-30 03:55:46 +00:00
Richard Alam
400f90b9f2
- pass in correct password
2010-05-27 15:09:38 -04:00
Richard Alam
56ee75fcc2
- urlEncode meetingID to calculate checksum properly
2010-05-27 14:56:56 -04:00
Richard Alam
b88482dfd2
- fix test to use new bbb-api that includes command into checksum
2010-05-27 10:56:36 -04:00
Omar Shammas
019a05578b
Enabled the Activity Monitor (Demo 4) to end a meeting - This feature is off, to turn on uncomment line 115 in demo4.js
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4349 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-21 18:19:03 +00:00
Omar Shammas
8678bcf116
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4332 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-17 14:00:29 +00:00
Richard Alam
ef93c3ec1c
- add meetingID and externUserID to session
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4325 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-14 19:25:10 +00:00
Jeremy Thomerson
34c802ef27
update issue 528
...
add a version number to response if you call /bigbluebutton/api with no parameters.
this does not require a checksum since the checksum generation differs between certain versions
we still need to change the build process to update the version in bigbluebutton.properties for each built version
i'll leave this part to Fred. I'd suggest using the following versioning process:
0.7-SNAPSHOT - for builds between releases
0.7-final - for release build versions
Owner: ffdixon
Status: Started
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4322 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-14 17:40:17 +00:00
Omar Shammas
4d0fb66801
Fixed demo API
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4321 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-14 15:52:56 +00:00
Jeremy Thomerson
f3fa0f5da2
addition to issue #394 - now adds a response parameter that indicates whether the meeting has been forcibly ended
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4311 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-12 19:30:01 +00:00
Jeremy Thomerson
6e77a17fdc
fixes issue #394 - now does not allow you to rejoin a conference that was already ended
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4309 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-12 19:08:07 +00:00
Jeremy Thomerson
b3be60e2df
addition to issue #473 - make meetingID required parameter to create call
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4308 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-12 19:00:00 +00:00
Jeremy Thomerson
08242fb324
fixes issue #473
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4305 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-12 18:44:22 +00:00
Jeremy Thomerson
24b7dcad60
fixes issue #487
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4304 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-12 18:19:47 +00:00
Jeremy Thomerson
814df400bb
fixes issue #510
...
assign a random password if none is supplied. this is what the API spec has always said would happen, but for some reason, it wasn't happening
now it does. note that if you have any kind of requirements that your passwords must be numeric, a certain length, etc, you really need to pass them in yourself
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4276 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-08 02:14:47 +00:00
Jeremy Thomerson
be9314d6cf
fixes issue #247
...
automatically cleans out conferences that have either:
1 - been created, but not started in XX minutes
2 - or, started, and were ended at least XX minutes ago
you can set the number of XX minutes in bigbluebutton-web bigbluebutton.properties like:
beans.dynamicConferenceService.minutesElapsedBeforeMeetingExpiration=60
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4275 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-08 01:43:22 +00:00
Jeremy Thomerson
c737c7e7f8
add a script to each module that allows me to build / run in dev mode on my vm without having to remember which method I have to build this module in
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4272 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-07 21:53:52 +00:00
Xie Yan Qing
0b740cf948
Set character encoding to UTF-8 in demo pages to support Asian characters.
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4238 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-04 01:14:40 +00:00
Islam El-Ashi
ec64ebe0d1
Changed header titles for demo API
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4100 af16638f-c34d-0410-8cfa-b39d5352b314
2010-04-02 20:15:15 +00:00
Richard Alam
5a3041c2ef
- refer install instructions to wiki
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4090 af16638f-c34d-0410-8cfa-b39d5352b314
2010-04-02 14:56:39 +00:00
Richard Alam
fb167bc7b2
- change repo dir to /home/firstuser/dev/repo
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4077 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-31 14:38:59 +00:00
Richard Alam
34518c19cc
- adding deprecation notice to bbb-web scheduler
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4056 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-29 19:32:01 +00:00
Islam El-Ashi
7109cdd29d
Added 'create your own meeting' to the list of demos
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4041 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-29 14:47:34 +00:00
Richard Alam
873a8c125b
- fix so that we are checking logoutURL properly from properties file
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4033 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-26 20:06:54 +00:00
Richard Alam
9871f9acfa
- rename loggedOutUrl to logoutURL to be consistent with the API
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4032 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-26 15:34:56 +00:00
Islam El-Ashi
a90712b2d2
Renamed demo1 from 'Join a meeting' to 'Join a course' + added header to demo4
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4023 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-25 21:21:03 +00:00
Islam El-Ashi
12334c12e9
Added demo4_helper
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4007 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-24 22:17:55 +00:00
Islam El-Ashi
07ba64c540
Removed demo 4 security restriction + added demo4 javascript
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4006 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-24 22:05:33 +00:00
Islam El-Ashi
98ea9f40a3
moved demo4
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4005 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-24 21:57:27 +00:00
Islam El-Ashi
5cb078e8ab
Added demo 4: activity monitor
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4004 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-24 21:44:56 +00:00
Chris Liu
39088f8c00
Changed some UTF-16 to UTF-8
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3972 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-23 17:19:55 +00:00
Chris Liu
a417446d83
Reversed the UTF-16 changes Richard made.
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3971 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-23 15:46:15 +00:00
Chris Liu
a84993f485
Changed all UTF-16 back to UTF-8
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3969 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-23 14:17:11 +00:00
Chris Liu
f0d49c6478
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3967 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-22 20:42:47 +00:00
Richard Alam
1613c9bd59
- encode xml response to UTF-16. Fixes issue 421
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3966 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-22 20:24:03 +00:00
Chris Liu
6e6d73e6af
Added UTF-16 support.
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3965 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-22 20:22:25 +00:00
Jeremy Thomerson
ceb0f375e3
add getMeetings call that lists all meetings on server
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3932 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-18 19:55:13 +00:00
Jeremy Thomerson
15894cf901
fix stupid typo that i kept forgetting to fix (for oh, like a year)
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3876 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-10 20:59:04 +00:00
Jeremy Thomerson
26248d7f2f
end meeting API call - issue #394
...
forgot to check this in yesterday
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3871 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-10 17:36:49 +00:00
Jeremy Thomerson
ac17421e6c
work on end meeting API call (issue #394 )
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3864 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-09 19:29:59 +00:00
Jeremy Thomerson
f01048df78
getMeetingInfo works when meeting hasn't started
...
references issue #393
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3825 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-08 17:56:13 +00:00
Jeremy Thomerson
b7515facaa
require moderator password for getMeetingInfo call
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3799 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-05 00:47:39 +00:00
Jeremy Thomerson
cef2d9fc2d
complete getMeetingInfo API call
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3797 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-05 00:24:15 +00:00
Jeremy Thomerson
500604eb55
getMeetingInfo API call working
...
now just need to add more information to it
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3796 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-04 23:59:02 +00:00
Jeremy Thomerson
bdb9832e54
work on getMeetingInfo API call
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3795 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-04 22:41:46 +00:00
Jeremy Thomerson
895ff7d53b
spring integration using full-on objects now
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3793 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-04 21:51:43 +00:00
Islam El-Ashi
522a0dd113
Changed include in test_bbb_api
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3792 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-04 20:59:13 +00:00
Islam El-Ashi
a7175ecdef
Decouple presentation module from + included bbb_api_conf in bbb_test_api
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3790 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-04 20:43:11 +00:00
Jeremy Thomerson
dbbace5f0a
adding common messaging jar to classpath
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3785 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-04 17:30:43 +00:00
Richard Alam
4807c2f7f5
- modify local repo to /opt/bigbluebutton/repo so it's more generic and match with Hudson
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3782 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-04 17:16:28 +00:00
Richard Alam
300eafa9d5
- add build.gradle to setup local repo as well as drag in bbb-common-message lib
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3779 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-04 16:32:52 +00:00
Fred Dixon
70638b6ac9
Fixed syntax error in demo3.jsp
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3723 af16638f-c34d-0410-8cfa-b39d5352b314
2010-02-15 02:11:47 +00:00
Fred Dixon
7acb8859f1
Added banner image to demo API exampes.
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3722 af16638f-c34d-0410-8cfa-b39d5352b314
2010-02-15 00:43:13 +00:00
Fred Dixon
f33123c8a7
Added logoutURL to demo3.jsp so it should return to the demo page, not the server's home page
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3721 af16638f-c34d-0410-8cfa-b39d5352b314
2010-02-15 00:16:55 +00:00
Fred Dixon
152ce11b39
Updated the API demos to show how to create a meeting that requires a password
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3720 af16638f-c34d-0410-8cfa-b39d5352b314
2010-02-14 23:57:13 +00:00
Jeremy Thomerson
491109b741
fixes issue 343
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3707 af16638f-c34d-0410-8cfa-b39d5352b314
2010-02-11 18:03:53 +00:00
Richard Alam
a4c0d6527d
revert back..accidentally put scala nature
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3685 af16638f-c34d-0410-8cfa-b39d5352b314
2010-02-08 20:01:31 +00:00
Richard Alam
7d4a7476b7
update classpath
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3684 af16638f-c34d-0410-8cfa-b39d5352b314
2010-02-08 19:58:28 +00:00
Richard Alam
947b79dc8c
- add a way to configure a test conference room thru the API
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3683 af16638f-c34d-0410-8cfa-b39d5352b314
2010-02-08 19:11:05 +00:00
Richard Alam
8beb3ac42c
- test hook. Point your browser to http://<ip>/bigbluebutton/test/test_bbb.jsp
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3680 af16638f-c34d-0410-8cfa-b39d5352b314
2010-02-08 17:32:36 +00:00
Richard Alam
76e1baa682
- change logoutUrl to logoutURL to be consistent with other param names
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3679 af16638f-c34d-0410-8cfa-b39d5352b314
2010-02-08 16:23:38 +00:00
Richard Alam
1ac73ea743
- ugggh typo
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3601 af16638f-c34d-0410-8cfa-b39d5352b314
2010-02-03 19:02:03 +00:00
Richard Alam
3393f2b98a
- setup a way to trigger a conversion process on the server. This way we'll be able to test and monitor
...
if the conversion process works
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3600 af16638f-c34d-0410-8cfa-b39d5352b314
2010-02-03 18:58:51 +00:00
Richard Alam
9781c2abd2
- add "logoutUrl" as API create param. This allows you to pass a URL where the participant will be brought when she logs out
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3581 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-31 02:29:51 +00:00
Fred Dixon
79fe33c11c
Modified demo3.jsp so invites join as Viewer. This means only the person who created the meeting will be moderator.
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3484 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-24 22:57:56 +00:00
Fred Dixon
2831cd3a5f
Removed the 0.63-beta text from bbb_banner.jpg in bbb-web
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3483 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-24 22:19:42 +00:00
Fred Dixon
46f2c36442
Updating favicon.ico in web interface
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3473 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-24 18:57:52 +00:00
Fred Dixon
900bca4ff9
Minor tweek on welcome message.
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3464 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-24 02:18:26 +00:00
Fred Dixon
6c060e5592
Updated API demos to show use of %%CONFNAME%% in welcome message.
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3463 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-24 02:11:47 +00:00
Fred Dixon
6f81c10801
updating welcome messag in bigbluebutton.properties
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3462 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-24 00:54:41 +00:00
Fred Dixon
17d76eadb8
Minor edits to API demos
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3460 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-23 23:53:11 +00:00
Fred Dixon
e6398a1586
Once character update to trigger update of devbuild.bigbluebutton.org
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3458 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-23 22:28:44 +00:00
Fred Dixon
f04d4c3319
Properly urlencode meetingID in bbb_api.jsp
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3457 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-23 22:17:57 +00:00
Fred Dixon
1fe8bbfafd
Ensure that meetingID is urlencoded in bbb_api.jsp
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3456 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-23 20:13:50 +00:00
Fred Dixon
5fc8093df4
Changed demo2.jsp to use the welcome message parameter
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3455 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-23 19:37:15 +00:00
Fred Dixon
ffd55fd5a1
Cleanup of the API Demos
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3453 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-23 19:19:14 +00:00
Fred Dixon
cbe0c2bde8
update to demo1.jsp to trigger a rebuild of packages
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3452 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-23 01:32:31 +00:00
Fred Dixon
f25115381b
Adding error handling to demo[1,2,3].jsp pages
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3451 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-23 01:22:23 +00:00
Fred Dixon
04a4428a88
Needed to add back picking up a configuration file from file:${userHome}/.grails/-config.properties so that we could setup the development environment on the VM without overwritting the existing bigbluebutton.properties
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3450 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-23 01:19:57 +00:00
Fred Dixon
6382edf74e
added back @import for bbb_api_conf.jsp to bbb_api.jsp
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3449 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-23 00:08:52 +00:00
Fred Dixon
24947df9be
For developting bbb-web using the VM, changing run-war to run-app so the developer can get debug messages to the console
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3448 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-22 23:53:40 +00:00
Fred Dixon
585a659e9e
extracted the salt and BigBlueButtonURL into a separate file bbb_api_conf.jsp so its not checked into SVN
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3437 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-22 21:28:45 +00:00
Richard Alam
2efe8ca25d
- allow keyword substitution on welcome message. Now you can have something like
...
<br>Welcome to %%CONFNAME%%.<br><br>Dial: %%DIALNUM%% Conference: %%CONFNUM%% in your
welcome message.
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3435 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-22 20:59:43 +00:00
Richard Alam
451231e8df
- remove space so easy to parse
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3434 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-22 19:44:06 +00:00
Richard Alam
0cf30e3dde
- provide a way to enable/disable old scheduling mechanism
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3432 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-22 19:03:03 +00:00
Richard Alam
3ef4c41d0e
- limit conference numbers from 70000-79999
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3419 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-21 21:43:49 +00:00
Fred Dixon
a3d41e5e8a
Changed message in build.xml for bbb-web to 'grails run-app' to 'grails run-war'
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3389 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-20 23:59:49 +00:00
Chris Liu
3543a7737e
Fixed build.xml for bbb-web
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3370 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-20 18:20:22 +00:00
Richard Alam
99c9822f9f
- test to trigger build
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3364 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-19 22:10:45 +00:00
Richard Alam
8cdf4cd1dd
- remove html tag in welcome message as chat will format it
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3340 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-19 18:10:36 +00:00
Fred Dixon
104ea65352
removing spaces around ' = ' bigbluebutton.properties ... tracking down a bug in the upgrade scripts
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3305 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-14 16:08:06 +00:00
Fred Dixon
c1dd1c4ee1
updates to draft welcome message in chat window
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3247 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-09 06:56:08 +00:00
Richard Alam
80e25349a1
- reformat welcome message
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3243 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-08 15:51:43 +00:00
Richard Alam
1c928d826e
- provide a way to pass a welcome message that gets displayed on the chat when a participant joins the web conference
...
- the message can be set on bigbluebutton.properties but is better to pass it on the create API as "welcome" variable
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3239 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-07 22:22:58 +00:00
Richard Alam
db5cc1c8f1
- setup fonts directory
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3237 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-07 19:41:03 +00:00
Richard Alam
4e545a737d
- add option to pdf2swf for AMV2 support and fonts directory. THis way we can hightlight text on the
...
resulting slides
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3235 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-07 19:06:47 +00:00
Richard Alam
25e2104eee
- cleanup
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3232 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-07 17:41:03 +00:00
Richard Alam
a65559fa96
- fix logging when deployed to tomcat
...
1. use our own log4j.properties file instead of having grails auto-generate one
2. modify web.xml template to use spring's log4config listener instead of grail's one
3. remove duplicate slf4j library
4. leave log4j DSL in Config.groovy to enable logging when developing and running "grails run-war"
5. log is written to /var/log/bigbluebutton/bbb-web.log
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3231 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-07 17:29:12 +00:00
Richard Alam
f7dd241bbb
- pass conference name or meetingID when a user joins so we can display on the client.
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3200 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-04 17:39:00 +00:00
Richard Alam
dcea25fe5d
- fix AGI to query dynamic conference service if conference is not found from database.
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3199 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-04 16:22:53 +00:00
Richard Alam
aa565b4d5a
- update doc
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3185 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-02 22:39:35 +00:00
Richard Alam
1727582cd8
- fix so that securitySalt can be set in the properties file
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3184 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-02 22:38:51 +00:00
Richard Alam
c018114366
- modify how thread get created on doc conversion
...
- make max number of pages allowed to be configurable thru the properties file
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3182 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-02 18:57:30 +00:00
Fred Dixon
9bae69959c
Updated demo3.jsp -- worked around a bug in IE8 that was preventing the user from automatically joining the meeting
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3179 af16638f-c34d-0410-8cfa-b39d5352b314
2010-01-01 23:08:21 +00:00
Fred Dixon
1ccad22c5c
More formatting updates to API demos
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3177 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-31 22:17:06 +00:00
Fred Dixon
9c233d5c40
formatting updates to api demos
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3175 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-31 21:55:44 +00:00
Fred Dixon
4dc7bc5824
formatting updates to api demos
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3174 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-31 21:48:15 +00:00
Fred Dixon
291ea27074
Modified demo3.jsp to currently work without asterisk being able to confirm the dynamically created room.
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3169 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-31 21:07:22 +00:00
Richard Alam
c74577871a
- change messages sent to client during conversion
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3166 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-31 19:39:14 +00:00
Fred Dixon
689624afdd
Got demo3.jsp working with spaces in usernames
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3165 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-30 22:53:57 +00:00
Fred Dixon
e9fc475dc8
demo3.jsp now asks for name before attempting to join a meeting.
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3164 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-30 21:29:08 +00:00
Fred Dixon
12b2e6ce8f
updates to demo3 (create a meeting)
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3163 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-30 21:09:59 +00:00
Fred Dixon
50f0f91e5e
checking that upgrades work
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3161 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-30 20:34:00 +00:00
Fred Dixon
93e2578f2c
updates to api demos
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3160 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-30 20:11:08 +00:00
Richard Alam
cdd1d9a0cf
- can now convert upload image files (JPG and PNG)
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3159 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-30 19:13:50 +00:00
Fred Dixon
0ab10f6112
removed login.jsp from demos
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3158 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-30 18:53:47 +00:00
Fred Dixon
782444b325
More work in the API examples
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3156 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-30 18:36:20 +00:00
Richard Alam
0369d208db
- can now handle office documents
...
- cleanup
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3155 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-30 17:17:45 +00:00
Richard Alam
310e330b97
- can now handle PDF
...
- need to figure out why office doc throws SI exception
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3154 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-29 20:29:17 +00:00
Richard Alam
7e2a0b5b2e
- checking in so we don't loose anything if something crashes
...
- refactor uploaded presentation conversion
- write some unit tests
- add headers
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3153 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-28 19:38:08 +00:00
Fred Dixon
363e24cb31
changes to demo3.jsp and login.jsp to get the URLs correct
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3148 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-24 03:38:34 +00:00
Fred Dixon
4ee66efe4b
minor update to trigger build
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3147 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-24 03:27:27 +00:00
Fred Dixon
fa81684cc0
Have bbb-web log to /var/www/bigbluebutton; add JSON support for reply when calling create() in ApiController.groovy
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3145 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-24 02:21:26 +00:00
Fred Dixon
e73b2ea920
updates bigbluebutton.properties to support securitySalt for API
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3144 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-24 02:05:45 +00:00
Fred Dixon
5a814a86b0
Adding examples to show how to use the BigBlueButton API from JSP pages
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3143 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-24 02:01:26 +00:00
Richard Alam
eeaeb5bb61
- refactor presentation classes from groovy to java...java has better tool support for eclipse
...
- start extracting out some code from PresentationService into it's own classes
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3132 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-22 21:06:23 +00:00
DJP
5190321157
Fixed indent + better error handling
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3111 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-17 23:06:09 +00:00
DJP
2eb7e81c3d
Added error handling to be compatible with i18n string generation by Flash client
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3105 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-15 20:42:39 +00:00
Fred Dixon
31717efed5
updated banner to show 0.63 - Beta
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3104 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-15 20:11:18 +00:00
DJP
d1b8867019
Handle OpenOffice Files + TXT files
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3095 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-14 19:21:32 +00:00
DJP
f95e878278
Get rid of client command line wrapper (jodconverter-cli) for Office2Pdf. Resolved Issue 257
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3028 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-21 11:59:19 +00:00
Fred Dixon
a08f7b4c9b
removed spaces from bigbluebutton.properties to make upgrading packages easier
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3027 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-21 03:34:43 +00:00
DJP
cca2df1789
Fixed indent + Image file support + First shot for error handling + Refactored presentation file handling to support additionnal filetype (+ future)
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3024 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-20 23:49:34 +00:00
DJP
61f38d9645
Fixed indent
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3023 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-20 23:48:15 +00:00
DJP
41f9e5c502
Fixed class name Office2SWF -> Office2Pdf which is more correct
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3022 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-20 23:47:48 +00:00
DJP
a650246a77
Fixed bug when there was only one page in file presentation, no thumbnail was renamed due to filename temp-thumb.png instead of temp-thumb-X.png when multiple files
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3020 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-20 23:39:55 +00:00
Fred Dixon
339d0729b2
enabled openoffice for bigbluebutton.properties in bbb-web. This was to update the bbb-web package for integrating DJP's conversion of office documents into BigBlueButton.
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3010 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-15 00:27:43 +00:00
DJP
5de4b3ef3c
Fixed IOError Popup on upload - break up the backend redirection after file upload to save bandwidth for client
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2993 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-11 01:52:09 +00:00
DJP
4b878746e1
Web service update for Additional filetype support
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2990 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-11 00:43:39 +00:00
Fred Dixon
668948d1c1
updating banner images
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2888 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-08 16:48:39 +00:00
Fred Dixon
ecd0b438f5
updates to bigbluebutton.properties
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2877 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-07 00:08:32 +00:00
Richard Alam
fa360130da
- redirect to default url when logged out url is not defined
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2870 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-06 22:07:11 +00:00
Fred Dixon
a82621798a
updates to bbb_banner.jpg for 0.62
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2851 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-06 01:34:35 +00:00
Fred Dixon
e479bc74c1
updating images in bbb-web
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2850 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-06 01:05:07 +00:00
Fred Dixon
1da79c7bd2
removed build.sh from bbb-web
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2821 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-05 01:18:41 +00:00
Fred Dixon
0d76a4f9bf
setting defult action in build.xml for bbb-web to run
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2809 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-04 03:36:35 +00:00
Fred Dixon
cfbd6c2aa1
updated build.xml for bbb-web to simplify local development
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2803 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-04 00:29:03 +00:00
Fred Dixon
ecba245df4
added support for .grails/bigbluebutton-config.properties in bbb-web when developing locally
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2802 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-03 23:18:34 +00:00
Fred Dixon
6c39a3af70
removed reference to /etc/defaults/bigbluebutton (not used)
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2797 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-03 20:27:01 +00:00
Fred Dixon
e08dc36316
added run target to bigbluebutton-web/build.xml
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2769 af16638f-c34d-0410-8cfa-b39d5352b314
2009-10-30 20:01:43 +00:00
Fred Dixon
b4b5c5dd37
removed hardcoded path in bigbluebutton-web/grails-app/conf/Config.groovy
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2768 af16638f-c34d-0410-8cfa-b39d5352b314
2009-10-30 19:39:24 +00:00
Richard Alam
3b7bd3676f
- put a logged out url landing page
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2722 af16638f-c34d-0410-8cfa-b39d5352b314
2009-10-27 20:57:40 +00:00
Jeremy Thomerson
83c3927b0a
fix cast which for some reason works under 10 but not over
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2682 af16638f-c34d-0410-8cfa-b39d5352b314
2009-10-15 04:10:52 +00:00
Jeremy Thomerson
c871480f00
support voice bridge in API
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2676 af16638f-c34d-0410-8cfa-b39d5352b314
2009-10-09 05:01:08 +00:00
Jeremy Thomerson
98a02ebec2
fix a couple little things in the API
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2675 af16638f-c34d-0410-8cfa-b39d5352b314
2009-10-09 04:27:42 +00:00
Jeremy Thomerson
e376f2c75e
working conference service - create and join api calls
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2659 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-28 21:56:13 +00:00
Jeremy Thomerson
f0bcd620ad
have prototype of end-to-end JMS messaging for conference events with spring integration
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2657 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-28 21:31:23 +00:00
Richard Alam
2741362a3e
- change voiceBridge to voicebridge so it's compatible with PublicSessionController. THis way we dont' have to change config.xml in the client.
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2647 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-25 19:43:53 +00:00
Richard Alam
0a9d4ac945
- change voicebridge param so we can support other than 85115
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2633 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-25 19:13:51 +00:00
Fred Dixon
8e60b76530
updates to demo.html
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2632 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-25 19:07:44 +00:00
Richard Alam
a45e0cac52
- remove id from url mapping
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2628 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-25 18:14:18 +00:00
Richard Alam
1e9dd27215
- add boolean transactional false to DynamicConferenceService
...
- change API again
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2627 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-25 17:41:30 +00:00
Richard Alam
b7064ec12a
- change Adhoc API from POST to GETs
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2620 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-25 17:16:18 +00:00
Jeremy Thomerson
c29c09f5c3
add isMeetingRunning api call
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2614 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-25 05:58:31 +00:00
Jeremy Thomerson
596cac75f2
work on join meeting call
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2613 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-25 05:47:50 +00:00
Jeremy Thomerson
c84d23244d
more work on dynamic conferencing api
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2612 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-25 05:20:00 +00:00
Jeremy Thomerson
c002986fd1
change url mapping for my api so as not to conflict with richard's and fix bug in create method returning duplicate xml
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2611 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-25 03:33:24 +00:00
Jeremy Thomerson
4b3102e521
merging my branch into trunk
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2608 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-25 03:00:15 +00:00
Richard Alam
f3c8ee1055
- cleanup, convert println to log
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2601 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-24 18:28:56 +00:00
Richard Alam
7ac215b5c5
- modify adhoc controller so it supports xml, form, and json requests
...
- create a demo on how to call it using jquery
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2600 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-24 18:20:19 +00:00
Richard Alam
2e57f81df1
- fix logging
...
- put logs in /tmp/logs
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2599 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-24 18:13:53 +00:00
Richard Alam
cbeb98c867
- setup demo for creating adhoc conf
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2598 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-23 19:56:44 +00:00
Jeremy Thomerson
c37f52013d
update svn ignore to ignore build artifacts and fix .classpath for groovy 1.6.4
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2589 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-22 22:42:32 +00:00
Richard Alam
a589578751
- upgrade groovy to 1.6.4
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2577 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-22 14:37:52 +00:00
Richard Alam
e3f9a3dba0
- checkin jsecurity 0.4.1
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2576 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-22 14:23:57 +00:00
Richard Alam
ac32baf6bf
- checking in adhoc REST api
...
- moving to jsecurity 0.4.1
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2572 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-21 20:45:55 +00:00
Richard Alam
f76afe580d
- upgrade to grails 1.1.1
...
- upgrade to jsecurity 0.4
- merge portal controller from Jeremy
- start implement adhoc conference api
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2570 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-20 19:19:50 +00:00
Fred Dixon
5fa71b60dc
updates to bbb_banner.jpg
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2479 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-14 09:50:58 +00:00
Richard Alam
d861ee94ca
- add header
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2463 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-11 16:01:51 +00:00
Richard Alam
3b78af5d4f
- send thumbnails message twice...need to figure out why we are loosing messages
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2422 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-10 17:15:29 +00:00
Richard Alam
4e733c1cba
- when resulting swf file is greater than 500K, use an image snapshot to generate the slide
...
- send out generating thumbnails progess update
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2369 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-04 17:58:34 +00:00
Richard Alam
4cc227cd99
- refactor presentation service
...
- generate blank slide or thumbnail if conversion fails for that page
- if the resulting swf file is greater than 500K, generate a SWF file using a PNG snapshot to make resulting SWF file smaller. This helps to improve performance when rendering the slide on the client
Config Changes:
/etc/nginx/sites-available/bigbluebutton
- set client_max_body_size 20m; // Allow 20Mb file upload
- put blank slide and thumbnail in /var/bigbluebutton/blank (see bigbluebutton.properties)
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2356 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-02 19:42:10 +00:00
Fred Dixon
5f8ccedb04
updates to bbb-web
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2209 af16638f-c34d-0410-8cfa-b39d5352b314
2009-08-12 16:33:07 +00:00
Richard Alam
c1f4214b3a
- change banner
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2206 af16638f-c34d-0410-8cfa-b39d5352b314
2009-08-12 15:50:37 +00:00
Richard Alam
c79ae8b689
- remove number of attendees for now as it's not being used and just confuses users
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2164 af16638f-c34d-0410-8cfa-b39d5352b314
2009-08-11 15:14:14 +00:00
Richard Alam
56aeba1abf
- convert print to log
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2107 af16638f-c34d-0410-8cfa-b39d5352b314
2009-08-05 17:53:19 +00:00