Felipe Cecagno
f0fd4de8f4
Merge remote-tracking branch 'RafaFP/fix-1852' into mconf-live0.7.5
2016-06-12 22:35:53 -03:00
Felipe Cecagno
89eb28393e
include extra recording events to bbb-webhooks ( fix #257 )
2016-06-12 22:32:11 -03:00
Felipe Cecagno
eed8a390c7
Merge branch 'issue-257' into mconf-live0.7.5
...
Conflicts:
bigbluebutton-web/src/java/org/bigbluebutton/api/RecordingService.java
2016-06-10 17:51:27 -03:00
Felipe Cecagno
78fb35833d
refactor the way bbb-web publishes on redis the events of publish, unpublish and delete of recordings
2016-06-10 17:48:09 -03:00
Felipe Cecagno
43082d04ec
remove limit of 32 characters for layout names and the restriction of only letters and numbers; define fixed with for layouts combobox
2016-06-06 17:55:48 -03:00
Felipe Cecagno
e2168fdc2b
Merge remote-tracking branch 'RafaFP/feature-1826' into mconf-live0.7.4
2016-06-06 16:57:57 -03:00
Felipe Cecagno
23492e76ca
define toolbar color and alphas through config.xml
2016-06-03 13:52:14 -03:00
RafaFP
fd1ee65bb2
improved avoid multiple wav files by removing critical section race condition issue
2016-04-08 18:23:23 +00:00
Felipe Cecagno
52115dddf3
trying to avoid having multiple wav files for the same conference
2016-04-03 22:53:38 -03:00
Felipe Cecagno
506acc0e61
fix wrong path while unpublishing recording
2016-03-20 22:56:57 -03:00
Felipe Cecagno
d56230a948
fix getRecordings issue caused by the recording size when the record is unpublished
2016-03-20 20:17:03 -03:00
Felipe Cecagno
ebd6be1c02
apply canvas calculation when toolbar or footer are resized or hidden
2016-02-29 14:28:40 -03:00
Chad Pilkey
7fe8f57a50
changed the flash client canvas height to calculated value
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
2016-02-29 10:51:06 -03:00
Felipe Cecagno
ba4572a353
fix syntax error on demo_mconf
2016-02-11 17:07:59 -02:00
Felipe Cecagno
bfb2560374
close stream while reading filesystem for getRecordings
2016-02-11 17:07:43 -02:00
Felipe Cecagno
6414d94c1c
add download and size/rawSize tags on getRecordings response
2016-02-03 19:09:44 -02:00
Felipe Cecagno
a64a9c5940
remove unnecessary logs; order getRecordings response by recordId, and metadata by meta key
2016-02-03 19:09:16 -02:00
Felipe Cecagno
dd928bf189
update copyright message to 2016
2016-02-03 15:23:37 -02:00
Pedro Beschorner Marin
84bac52c57
Removed identation whitespaces of get-recordings XML when building it.
2016-02-03 13:51:44 -02:00
Pedro Beschorner Marin
38130c8a66
Added CDATA fields to FreeMarker template
2016-02-03 13:51:43 -02:00
Pedro Beschorner Marin
00d378831e
FreeMarker template in a separated file
2016-02-03 13:51:42 -02:00
Pedro Beschorner Marin
497930b06d
Creating getRecordings XML response with FreeMarker
2016-02-03 13:51:36 -02:00
Felipe Cecagno
cbaee9d990
try to speedup getrecordings, could reduce from 35s to 25s, but it's still not enough; need to better understand where's the bottleneck
2016-02-03 13:47:14 -02:00
Felipe Cecagno
39af3980f9
update java applet with new certificate signed by RNP
2016-02-03 13:34:18 -02:00
Felipe Cecagno
27dc3b56cd
Merge remote-tracking branch 'daronco/webhooks-events-audio-video' into mconf-live0.7.4
2016-02-03 13:31:44 -02:00
Pedro Beschorner Marin
376be5f82a
Fixed audio connection problem. Maybe this timer made sense when WebRTC audio connection wasnt being transferred after echo check
2016-02-03 13:20:12 -02:00
RafaFP
1503b1e031
Fixed the bad alignment of the components. Implemented the saving of new layout by Enter Key in the TextInput field.
...
refs#1826
2016-01-25 18:53:51 +00:00
RafaFP
19bae41130
Added redis messages for the events of Publish, Unpublish and Remove recordings triggered by the API calls.
...
refs #1693
2016-01-22 20:47:34 +00:00
Leonardo Crauss Daronco
af645999cb
Webhooks: use events to keep track of audios and videos in a conference
...
Added to the default list of events the events triggered when a user
joins/leaves the voice conference and when shares/unshares a webcam.
2016-01-21 14:17:15 -02:00
Felipe Cecagno
653324d707
modify the exception handling on bbb-apps so it will log exceptions in a better format to parse
2016-01-19 11:34:17 -02:00
RafaFP
6a680ea01f
Added a width limitation in the same way it is done on the UploadPresentationRenederer.mxml.
...
Added the Truncate attribute to the label, labels too long to be displayed will now be truncated and appended wit "...".
The full name of the file will be displayed as tooltip on mouseOver for all the downloadable files in the Download Window.
refs #1852
2016-01-14 20:30:21 +00:00
Felipe Cecagno
a340103fad
make the shared notes default font size configurable by config.xml
2015-12-22 17:45:16 -02:00
Felipe Cecagno
785436fb74
fix empty paragraph representation in the html shared notes format
2015-12-22 16:12:21 -02:00
Felipe Cecagno
08ebb0b79d
replace font tag on formatted shared notes by the span style attribute; remove textformat tag; improve readability
2015-12-21 17:14:55 -02:00
Felipe Cecagno
af1322e08c
fix wrong font size on the formatted shared notes
2015-12-21 14:09:33 -02:00
Felipe Cecagno
ad7e3999e7
include size for the download formats on the getRecordings api call
2015-12-17 13:37:02 -02:00
Felipe Cecagno
de75b79eab
changed the method of pack and unpack the encrypted format, from zip to tar, and making it by an external command instead of doing it in ruby (more efficient)
2015-12-15 16:45:22 -02:00
Felipe Cecagno
f673122da2
sanitize the parameters of resizeAndMoveSlide, so MeetingActor won't throw an Exception because of NaN
2015-12-15 12:51:12 -02:00
Felipe Cecagno
2c880f7e5f
fix exception handling on scala actors (print instead of die)
2015-12-15 12:51:12 -02:00
Felipe Cecagno
84ebeb2757
Merge branch 'mconf-live0.7.3' of github.com:mconf/bigbluebutton into mconf-live0.7.3
2015-12-09 23:42:45 -02:00
Felipe Cecagno
1dc6a675e4
use BigInteger to calculate the recording size
2015-12-09 23:42:22 -02:00
Felipe Cecagno
f49d758582
change attribute on bbb_webrtc_bridge due to a new version if sip.js, from iceGatheringTimeout to iceCheckingTimeout
2015-12-08 17:43:14 -02:00
Felipe Cecagno
5d1534df8c
Merge remote-tracking branch 'bigbluebutton/v0.9.0-release' into mconf-live0.7.3
...
Conflicts:
bigbluebutton-client/resources/prod/bbb-deskshare-applet-0.9.0.jar
bigbluebutton-client/resources/prod/lib/sip.js
2015-12-08 17:42:43 -02:00
Felipe Cecagno
dd99398ff7
fix the notes save button emphasized property
2015-12-08 17:38:05 -02:00
Felipe Cecagno
15ad366550
move the shared notes icons to branding
2015-12-08 17:38:05 -02:00
Felipe Cecagno
97daf0e9f5
add a menu next to the save notes button so the user can save both formatted or unformatted notes; create a new class WellPositionedMenu which will automatically position a menu next to a button or any other display object; cleanup
2015-12-08 17:38:05 -02:00
Felipe Cecagno
66379edc1d
fix deskshare on java 1.9
2015-12-08 17:38:05 -02:00
Felipe Cecagno
59dce70b6a
add the byte order mark for UTF-8 when saving notes, so it will be displayed properly in the browsers
2015-12-08 17:38:04 -02:00
Felipe Cecagno
ee357aa7ac
fixed the issue on the retrieving of the download size by bbb-web
2015-11-24 13:21:47 -02:00
Leonardo Crauss Daronco
5ffd2439bd
Fix "ReferenceError: hook is not defined" when removing hook
2015-11-13 17:12:12 -02:00