Rework presentation download and upload
- verify presentation and meeting id formats - construct presentation file path making sure that they are valid - add "downloadable" flag to check if presentation can be downloaded or not - collect presentation upload errors so we can send to the client in the future
Showing
- bbb-common-web/src/main/java/org/bigbluebutton/api/RecordingService.java 28 additions, 41 deletions...src/main/java/org/bigbluebutton/api/RecordingService.java
- bbb-common-web/src/main/java/org/bigbluebutton/api/Util.java 109 additions, 26 deletionsbbb-common-web/src/main/java/org/bigbluebutton/api/Util.java
- bbb-common-web/src/main/java/org/bigbluebutton/presentation/DocumentConversionServiceImp.java 8 additions, 0 deletions...bluebutton/presentation/DocumentConversionServiceImp.java
- bbb-common-web/src/main/java/org/bigbluebutton/presentation/PresentationUrlDownloadService.java 30 additions, 28 deletions...uebutton/presentation/PresentationUrlDownloadService.java
- bbb-common-web/src/main/java/org/bigbluebutton/presentation/UploadedPresentation.java 17 additions, 1 deletion.../org/bigbluebutton/presentation/UploadedPresentation.java
- bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/PresentationFileProcessor.java 15 additions, 0 deletions...luebutton/presentation/imp/PresentationFileProcessor.java
- bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy 91 additions, 47 deletions...rs/org/bigbluebutton/web/controllers/ApiController.groovy
- bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/PresentationController.groovy 71 additions, 49 deletions...gbluebutton/web/controllers/PresentationController.groovy
Loading
Please register or sign in to comment