- 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
Showing
- bigbluebutton-web/.classpath 92 additions, 93 deletionsbigbluebutton-web/.classpath
- bigbluebutton-web/application.properties 8 additions, 5 deletionsbigbluebutton-web/application.properties
- bigbluebutton-web/bigbluebutton.launch 11 additions, 12 deletionsbigbluebutton-web/bigbluebutton.launch
- bigbluebutton-web/grails-app/conf/Config.groovy 3 additions, 3 deletionsbigbluebutton-web/grails-app/conf/Config.groovy
- bigbluebutton-web/grails-app/conf/SecurityFilters.groovy 22 additions, 20 deletionsbigbluebutton-web/grails-app/conf/SecurityFilters.groovy
- bigbluebutton-web/grails-app/conf/UrlMappings.groovy 68 additions, 61 deletionsbigbluebutton-web/grails-app/conf/UrlMappings.groovy
- bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/AdhocController.groovy 107 additions, 0 deletions.../org/bigbluebutton/web/controllers/AdhocController.groovy
- bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ConferenceController.groovy 1 addition, 1 deletion...bigbluebutton/web/controllers/ConferenceController.groovy
- bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/PortalController.groovy 300 additions, 0 deletions...org/bigbluebutton/web/controllers/PortalController.groovy
- bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ScheduledSessionController.groovy 1 addition, 1 deletion...ebutton/web/controllers/ScheduledSessionController.groovy
- bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/UserController.groovy 1 addition, 1 deletion...s/org/bigbluebutton/web/controllers/UserController.groovy
- bigbluebutton-web/grails-app/services/org/bigbluebutton/web/services/AdhocConferenceService.groovy 113 additions, 0 deletions.../bigbluebutton/web/services/AdhocConferenceService.groovy
- bigbluebutton-web/ivy.xml 28 additions, 0 deletionsbigbluebutton-web/ivy.xml
- bigbluebutton-web/ivysettings.xml 15 additions, 0 deletionsbigbluebutton-web/ivysettings.xml
- bigbluebutton-web/src/groovy/org/bigbluebutton/presentation/service/AdhocConference.groovy 41 additions, 0 deletions...bigbluebutton/presentation/service/AdhocConference.groovy
- bigbluebutton-web/test/integration/org/bigbluebutton/web/services/AdhocConferenceServiceTests.groovy 47 additions, 0 deletions...luebutton/web/services/AdhocConferenceServiceTests.groovy
- bigbluebutton-web/test/unit/org/bigbluebutton/presentation/service/AdhocConferenceTests.groovy 18 additions, 0 deletions...uebutton/presentation/service/AdhocConferenceTests.groovy
- bigbluebutton-web/web-app/WEB-INF/applicationContext.xml 2 additions, 1 deletionbigbluebutton-web/web-app/WEB-INF/applicationContext.xml
- bigbluebutton-web/web-app/WEB-INF/sitemesh.xml 3 additions, 3 deletionsbigbluebutton-web/web-app/WEB-INF/sitemesh.xml
- bigbluebutton-web/web-app/WEB-INF/tld/grails.tld 0 additions, 408 deletionsbigbluebutton-web/web-app/WEB-INF/tld/grails.tld
Loading
Please register or sign in to comment