Richard Alam
|
6f6ca61077
|
- store breakout metadata and breakout rooms into redis
|
2017-03-10 19:40:33 +00:00 |
|
Richard Alam
|
71bcd779b7
|
- process breakout rooms in events.xml and metadata.xml
|
2017-03-09 23:01:15 +00:00 |
|
Richard Alam
|
adffa8d673
|
- build getMeetings and getMeetingInfo responses using freemarker
|
2017-03-09 20:32:14 +00:00 |
|
Richard Alam
|
217b70bce2
|
Merge pull request #3711 from ritzalam/synchronize-create-meeting
Synchronize create meeting
|
2017-03-07 13:41:11 -05:00 |
|
Richard Alam
|
1a2bd4d74d
|
- add delay to processing of presentation to make sure that meeting has already been
created. This makes sure that the meeting is able to handle the presentation
processing events.
|
2017-03-06 20:05:26 +00:00 |
|
Fred Dixon
|
c28c78a405
|
Minor updates for release -- bumped the API version
|
2017-03-06 13:57:54 -06:00 |
|
Richard Alam
|
3ec0167812
|
- synchronize create meeting to prevent race condition where 2 meetings
with different voice bridge gets created.
|
2017-03-06 19:20:23 +00:00 |
|
Ghazi Triki
|
34e569c8e1
|
Increased PDF2SWF timeout for some PDF files containing a lot of elements.
|
2017-02-23 10:48:02 +01:00 |
|
alexandre
|
f39874ac9b
|
Returning number of users that participated in each meeting in getRecordings call
Resolves #3623
|
2017-02-10 16:19:32 -02:00 |
|
Richard Alam
|
19f29e8bec
|
Merge pull request #3616 from riadvice/detect-heavy-to-convert-pptx
Avoid converting some pptx files with certain properties and inform the user.
|
2017-02-06 13:22:39 -05:00 |
|
Ghazi Triki
|
dfbf8c8c0a
|
Avoid converting some pptx files with certain properties and inform the user.
|
2017-01-30 19:50:10 +01:00 |
|
Pedro Beschorner Marin
|
32cab1bcab
|
Escaping Java's properties file instructions
|
2017-01-27 12:58:45 +00:00 |
|
Ghazi Triki
|
2e3bb4754d
|
Fixed typos in webcamsOnlyForModerator naming.
|
2017-01-04 19:02:17 +01:00 |
|
Ghazi Triki
|
4c4d768883
|
Added new "webcamsOnlyForModerator" parameter for create meeting API.
|
2017-01-02 16:56:32 +01:00 |
|
Calvin Walton
|
b2c1f00356
|
Merge pull request #3472 from jfederico/fix-recording-preview-alt-error
record-and-playback: Fixed issue with text gathered from slids used o…
|
2016-12-07 11:30:59 -05:00 |
|
Fred Dixon
|
21b953bc7c
|
Removed carriage returns from bigbluebutton.properties
|
2016-11-28 17:21:36 -06:00 |
|
jfederico
|
96c8109732
|
bbb-web: Fix bug that was breaking getRecordings in test-install
|
2016-11-17 16:39:03 -05:00 |
|
Richard Alam
|
fa16d266b9
|
- add more logging to track issues
|
2016-11-10 22:35:06 +00:00 |
|
jfederico
|
dd1fb9e6ac
|
bbb-web: Escaped strings used in freemarker template for thumbnails
|
2016-11-07 18:55:27 +00:00 |
|
Ghazi Triki
|
1c45633028
|
Lower SWF conversion threshold from 2500 to 2000 for text objects.
|
2016-10-26 14:36:27 +01:00 |
|
Richard Alam
|
662218a96f
|
- getmeetinginfo is throwing exception
|
2016-10-25 20:47:04 +00:00 |
|
Richard Alam
|
ece6edcb12
|
- fix check for breakout room
- insert breakout metadata into events.xml
- delete breakout metadata from redis
|
2016-10-21 19:05:30 +00:00 |
|
Ghazi Triki
|
638b6d0433
|
Store breakout meeting info in redis under "meeting:breakout" key instead of "meeting:info"
|
2016-10-14 16:59:22 +01:00 |
|
Ghazi Triki
|
e187634c2a
|
Using blank-presentation.pdf as default breakout room presentation when no current presentation is set to the parent room.
|
2016-10-14 16:33:17 +01:00 |
|
Ghazi Triki
|
5e002d845e
|
Store breakout room sequence in akka-apps and bbb-web.
|
2016-10-13 12:53:53 +01:00 |
|
Ghazi Triki
|
054037c6d6
|
Revert replacing the deprecated shaHex DigestUtils by sha1Hex and updated API controller.
|
2016-10-13 09:04:41 +01:00 |
|
Ghazi Triki
|
bf5de153a0
|
Deleted unused imports from bigbluebutton-apps and bigbluebutton-web
|
2016-10-12 20:24:51 +01:00 |
|
Ghazi Triki
|
a80b6d9c45
|
Replace the deprecated shaHex DigestUtils by sha1Hex.
|
2016-10-12 20:20:37 +01:00 |
|
Ghazi Triki
|
ff9bc17c15
|
Send sequence number when creating breakout rooms and correctly generate a unique externalMeetingId for breakout rooms.
|
2016-10-12 19:55:20 +01:00 |
|
Ghazi Triki
|
f7be426305
|
Breakout rooms refactoring: generated uniques external ID and internal ID.
|
2016-10-11 20:50:51 +01:00 |
|
Ghazi Triki
|
b10237ebad
|
Upgrade commons-codec dependency version to 1.10
|
2016-10-05 17:29:37 +01:00 |
|
Ghazi Triki
|
27fd992294
|
Handle non PDF slide conversion for breakout rooms.
|
2016-10-03 17:39:02 +01:00 |
|
Ghazi Triki
|
12021467f5
|
Unify uploaded presentation file naming across bigbluebutton-web.
|
2016-10-01 19:40:19 +01:00 |
|
Fred Dixon
|
6c2259d8ff
|
Merge pull request #3399 from riadvice/breakout-rooms-use-current-presentation
Breakout rooms use current presentation - part 2
|
2016-10-01 12:24:08 -04:00 |
|
Fred Dixon
|
ce4ef05c21
|
Merge pull request #3388 from jfederico/extension_preview_for_thumbnails_on_recordings
Extension preview for thumbnails on recordings
|
2016-09-30 17:17:48 -04:00 |
|
Ghazi Triki
|
a9acf9e3e5
|
Use apache commongs FilenameUtils.getExtension to extract the extension from the file name.
|
2016-09-29 18:47:11 +01:00 |
|
Ghazi Triki
|
7b6abc1dbe
|
Reverted deleted methods from PresentationUrlDownloadService.java
|
2016-09-29 18:46:31 +01:00 |
|
Ghazi Triki
|
0e72d7523d
|
Make breakout rooms use the selected slide of the current presentation as default presentation.
|
2016-09-28 22:19:48 +01:00 |
|
Ghazi Triki
|
87b4b8ca07
|
Update nuprocess version to 1.1.0
|
2016-09-28 17:40:10 +01:00 |
|
jfederico
|
039d85fe5c
|
bbb-web: Added internalMeetingID to xml response from create and getMeetings
|
2016-09-27 15:27:28 -04:00 |
|
Ghazi Triki
|
4f01dd5c00
|
Generated PDF pages are now saved under "pdfs" directory under the presentation directory instead of the "tmp" directory under "svgs" directory.
|
2016-09-27 17:29:02 +01:00 |
|
jfederico
|
36dfbe7088
|
bbb-web: Added validation to freemarker template to verify image elements are included when extension preview used
|
2016-09-24 10:59:26 -04:00 |
|
jfederico
|
0506db4f26
|
bbb-web: Fixed issue with publish/unpublish removing extensions from metadata.xml
|
2016-09-24 10:54:09 -04:00 |
|
jfederico
|
6839ffeb15
|
bbb-web: removed text element from extension preview
|
2016-09-22 13:11:27 -04:00 |
|
jfederico
|
d567254b9c
|
bbb-web: Updated internal xml example for a recording descriptor
|
2016-09-22 10:05:21 -04:00 |
|
jfederico
|
870e9d5b79
|
bbb-web: Modified freeMarker template for adding support to alt text per slide on previews
|
2016-09-21 16:43:11 -04:00 |
|
jfederico
|
8adf729e0f
|
recording-and-playback: Added general text to the preview
|
2016-09-20 16:46:45 -04:00 |
|
jfederico
|
e94fcf8d01
|
bbb-web: Fixed getRecording freemarker template, it works even if preview images have no attributes
|
2016-09-19 17:40:29 -04:00 |
|
jfederico
|
48fc5d6458
|
bbb-web: Fixed issue in freemarker template so get recording support extension preview with one or multiple images
|
2016-09-16 15:12:27 -04:00 |
|
jfederico
|
a995979ce5
|
bbb-web: Refactored Extension converting attributes to properties
|
2016-09-16 15:11:58 -04:00 |
|