Commit Graph

13540 Commits

Author SHA1 Message Date
Chad Pilkey
0eabf8ca69 first round of accessibility fixes for 1.1 2016-09-22 16:38:34 -04:00
Lajellu
3a0b4e3fef Merge remote-tracking branch 'upstream/master' into EmojiReworked 2016-09-22 12:12:38 -07:00
jfederico
6839ffeb15 bbb-web: removed text element from extension preview 2016-09-22 13:11:27 -04:00
jfederico
78cb599a5b record-and-playback: removed text element from extension preview 2016-09-22 13:11:01 -04:00
jfederico
d567254b9c bbb-web: Updated internal xml example for a recording descriptor 2016-09-22 10:05:21 -04:00
jfederico
e0b6a9ebf8 recording-and-playback: Removed log used for debugging 2016-09-21 17:31:40 -04:00
Anton Georgiev
5c43a1c419 Merge pull request #3384 from oswaldoacauan/fix-modal-routing
[HTML5] Fix modal opening every route transition
2016-09-21 16:55:20 -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
59c67809d0 recording-and-playback: Added alt text to the preview per slide 2016-09-21 16:39:32 -04:00
Richard Alam
637657b5d0 Merge pull request #3386 from riadvice/fix-switch-back-audio-profile
Use audio profile name in FreeSwitch transfer command
2016-09-21 16:14:27 -04:00
Ghazi Triki
1d34bda5c2 Force audio profile in freeswitch transfer command. 2016-09-21 21:10:44 +01:00
JaeeunCho
fefef4bc62 HTML5 - Settings dropdown 2016-09-21 12:49:31 -07:00
JaeeunCho
f64d4b5221 HTML5 - Actions button : change lab to label and location 2016-09-21 12:22:48 -07:00
Oswaldo Acauan
957d8ad125 Remove unused parameter on clearModal 2016-09-21 19:18:13 +00:00
JaeeunCho
cd38051d5e HTML5 - Actions button : change lab to label and location 2016-09-21 12:15:32 -07:00
Oswaldo Acauan
1f5b414883 Fix modal opening every route transition 2016-09-21 19:13:59 +00:00
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
Lajellu
88b05d2cb9 HTML5 - adds Emoji considering dropdown rewrite by Oswaldo 2016-09-21 11:03:18 -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