Commit Graph

13423 Commits

Author SHA1 Message Date
JaeeunCho
1d63808b34 HTML5 - Actions button : add messages 2016-09-21 11:51:46 -07:00
JaeeunCho
ce9f1c3dce HTML5 - Actions button : add messages 2016-09-21 11:29:31 -07:00
JaeeunCho
71de52b3df Merge remote-tracking branch 'upstream/master' into actions 2016-09-21 11:05:08 -07:00
jfederico
8adf729e0f recording-and-playback: Added general text to the preview 2016-09-20 16:46:45 -04:00
jfederico
45ba7d85c2 record-and-playback: Filtered presentation files to provide only the first thumbnail for default.pdf 2016-09-20 14:10:28 -04:00
Fred Dixon
8db4544dea Merge pull request #3383 from ffdixon/add-html5-to-restart
Added check for restarting HTML5 server component
2016-09-20 11:18:09 -04:00
Fred Dixon
3f4014fe54 Added check for restarting HTML5 server component 2016-09-20 11:16:01 -04:00
Fred Dixon
da8deb1f86 Merge pull request #3377 from riadvice/store-breakout-settings
Save breakout rooms settings for each sent creation request
2016-09-20 10:55:15 -04:00
Fred Dixon
10705bfbf0 Merge pull request #3382 from perroned/remove-iframe-domain
Removes iframe reference to outside domain
2016-09-20 10:55:04 -04:00
perroned
53f0512589 Removes iframe reference to outside domain 2016-09-20 13:43:06 +00:00
jfederico
f9d76b4739 recording-and-playpack: Includes thumbnails as an extension of the playbacks 2016-09-19 18:09:31 -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
Jaeeun Cho
d02decb385 Merge pull request #1 from oswaldoacauan/actions-translate
Add initial translation boilerplate to the Action component
2016-09-19 16:43:59 -04:00
Oswaldo Acauan
a4538b2bcd Add initial translation boilerplate to the Action component 2016-09-19 20:35:58 +00:00
jfederico
90108bf29c record-and-playback: Include default thumbnails into recordings 2016-09-19 14:52:32 -04:00
Richard Alam
f2efe60b89 Merge pull request #3381 from capilkey/switch-linux-ss-images
Switch linux screenshare images and text to real values
2016-09-19 12:07:54 -04:00
Chad Pilkey
4d4754aa3e switch linux screenshare images and text to real values 2016-09-19 12:03:28 -04:00
Fred Dixon
e2191a0426 Merge pull request #3379 from ritzalam/fix-poll-voting
Cast Exception when sending Number from client to Red5
2016-09-17 10:23:13 -04:00
Richard Alam
e53124c20d Cast Exception when sending Number from client to Red5
When responding to a poll, the client sends a Number type which gets encoded in Red5
 as a Double. However, we expect an Integer which results in an exception. Cast the
 received Number properly into an Integer.

 I notice too that EditCaptionHistory is sending a Number. In Red5, we should check if
 we received a Double and cast it to Integer properly.
2016-09-17 07:13:52 -07: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
jfederico
1e092eaff9 Adjusted freemaker template and parser to support attributes on preview extension 2016-09-16 12:20:30 -04:00
Ghazi Triki
97ba2e46f6 Reload breakout rooms settings in client if breakout rooms have been created once in the same user session. 2016-09-16 11:07:22 +01:00
jfederico
4a6b6c6eec bbb-web Modified domain for adding support to Extensions in recordings 2016-09-15 14:03:28 -04:00
Anton Georgiev
3fda13278c Merge pull request #3368 from Gcampes/compact-userlist
Compact userlist
2016-09-15 13:55:18 -04:00
Anton Georgiev
61c29ae958 Merge pull request #3373 from KDSBrowne/chat-welcome-message
HTML5 - Welcome Chat Message Fixed
2016-09-15 11:16:01 -04:00
Gabriel Carvalho de Campes
a854fe1126 fix issues from github 2016-09-15 09:27:24 -03:00
Gabriel Carvalho de Campes
0cc29d13b1 Polish code 2016-09-14 14:48:50 -03:00
Richard Alam
620c05ea60 Merge pull request #3374 from ritzalam/do-not-override-screengrab-timestamp
- Make sure timestamp is generated properly for the frames. The time…
2016-09-14 13:42:11 -04:00
Richard Alam
45eb073dcd - Make sure timestamp is generated properly for the frames. The timestamp was
incremented by 200ms per frame resulting in the recorded file to drift for longer
   recordings.
2016-09-14 17:22:37 +00:00
KDSBrowne
db461591d4 HTML5 Welcome Chat Message Fixed 2016-09-14 07:26:45 -07:00
Richard Alam
f323bb26d2 Merge pull request #3372 from ritzalam/do-not-override-screengrab-timestamp
Do not override screengrab timestamp
2016-09-13 17:58:19 -04:00
Fred Dixon
739a4510b0 Merge pull request #3371 from ritzalam/do-not-cache-config-xml
- changing config.xml requires a bbb restart. Do not cache the confi…
2016-09-13 17:56:57 -04:00
Richard Alam
2aefda592d - do not overwrite timestamp of screen grab so that recorded file will
play in sync.
2016-09-13 21:55:04 +00:00
Fred Dixon
ba483354d2 Merge pull request #3369 from antobinary/html5-audio
Logging to server: simplify format of the log entry; add userid, meetingid to each entry
2016-09-13 17:49:08 -04:00
Fred Dixon
7335191c87 Merge pull request #3370 from ritzalam/improve-rtmp-timeout-delay
Improve rtmp timeout delay
2016-09-13 17:48:55 -04:00
Richard Alam
591fe8eff8 - changing config.xml requires a bbb restart. Do not cache the config.xml but read it each request. 2016-09-13 21:43:06 +00:00
Richard Alam
c5a4e9a734 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into improve-rtmp-timeout-delay 2016-09-13 21:39:12 +00:00
Richard Alam
783c069379 - make bbb-app reconnect when disconnected 2016-09-13 21:38:31 +00:00
Anton Georgiev
bbe20804cf omit extra info in log line; fix indent 2016-09-13 20:54:45 +00:00
Richard Alam
833ad1f973 - test whether we connect using rtmp or rtmpt. 2016-09-13 20:29:33 +00:00
Fred Dixon
6771c2666f Merge pull request #3365 from perroned/tryWebRTCFirst
Renames Screenshare module's useWebRTCIfAvailable to tryWebRTCFirst.  This will make it easier for bbb-conf to update config.xml (currently there are two places where we use useWebRTCIfAvailable).
2016-09-13 15:48:47 -04:00
Gabriel Carvalho de Campes
832fff2f4a Solves issue with dropdown above white surfaces 2016-09-13 16:47:53 -03:00
JaeeunCho
cbf8e88e68 HTML5 Actions button 2016-09-13 12:46:12 -07:00
Jesus Federico
439b80765d Merge pull request #3366 from jfederico/bbb-lti-fix_https_requests
bbb-lti: Fixed bug in nginx configuration that prevented https of working fine
2016-09-13 15:02:58 -04:00
jfederico
7e3d02525f bbb-lti: Fixed bug in nginx configuration that prevented https of working fine 2016-09-13 13:53:41 -04:00
Gabriel Carvalho de Campes
4a1a0c6d58 Merge remote-tracking branch 'upstream/master' into compact-userlist
* upstream/master:
  Update bbb-record to use systemctl to print process status
2016-09-13 13:29:24 -03:00
Gabriel Carvalho de Campes
60e42db887 Changes methods in user list item 2016-09-13 11:52:03 -03:00
perroned
6f69732bb4 Renames useWebRTCIfAvailable to tryWebRTCFirst 2016-09-13 14:34:35 +00:00
Gabriel Carvalho de Campes
d2adb5ace3 Fix styling issues on user actions 2016-09-13 10:49:56 -03:00