Commit Graph

14787 Commits

Author SHA1 Message Date
Pedro Beschorner Marin
b52bf09a45 Fixed wrong font sizes and placement in playback so now they match the annotated text from the presentation 2017-04-27 17:31:48 +00:00
Fred Dixon
efe4a71242 Merge pull request #3858 from ffdixon/bump-1.1-RC
Update version to 1.1-RC
2017-04-27 11:47:04 -04:00
Fred Dixon
6daedbfc7b Update version to 1.1-RC 2017-04-27 10:45:49 -05:00
Richard Alam
33133686b4 Merge pull request #3857 from ritzalam/update-locales-apr-27
- update locales
2017-04-27 11:02:03 -04:00
Richard Alam
94e587b52f - update locales 2017-04-27 14:55:57 +00:00
Fred Dixon
30a2270228 Merge pull request #3855 from ffdixon/detect-ip
Improved detection for IP address on new ethernet card names
2017-04-26 18:18:35 -04:00
Fred Dixon
766b78df74 Improved detection for IP address on new ethernet card names 2017-04-26 17:17:30 -05:00
Fred Dixon
2c52e8b2ea Merge pull request #3854 from capilkey/force-flash-on-edge
Force Flash on Edge 15+
2017-04-26 17:19:53 -04:00
Fred Dixon
040f282a63 Merge pull request #3853 from kepstin/presentation-pagenum
Use the presentation name/page number to match shapes to pages, not time.
2017-04-26 17:19:39 -04:00
Chad Pilkey
3970f17455 force Flash on Edge 15+, fixes #3812 2017-04-26 17:13:52 -04:00
Calvin Walton
da79ecdada Handle BBB 0.81 slide/pageNumber base mismatch
In BBB 0.81, the slide number was base 0, while the shape page number was
base 1. We already have a conditional for checking 0.9+; use that to
add a workaround for old BBB recordings.
2017-04-26 14:02:52 -04:00
Calvin Walton
a5adebd3e0 Use the presentation name/page number to match shapes to pages, not time.
The previous code assumed that if a shape event's timestamp was during the
time when a particular slide was visible, then the shape belonged to that
slide. This isn't always true with the text shapes, since a final close
event can be sent after the slide has switched.

For a more future-proof matching, use the presentation name and page number
fields on the shape events when available to match them with the appropriate
slide image.
2017-04-26 14:02:52 -04:00
Anton Georgiev
7eba006345 Merge pull request #3849 from KDSBrowne/accessibility-06-update
[HTML5] - Accessibility 06 update
2017-04-26 11:09:50 -04:00
KDSBrowne
230bc1f11c fix merge conflicts 2017-04-26 07:14:25 -07:00
KDSBrowne
ef18f652aa fix lint issues 2017-04-26 07:08:47 -07:00
Anton Georgiev
c2b6f48b87 Merge pull request #3848 from antobinary/audio-restructuring
HTML5: Fix issue with listenOnly not hanging up
2017-04-25 12:04:32 -04:00
KDSBrowne
a752b97809 add message descriptions 2017-04-25 05:21:12 -07:00
KDSBrowne
330abe06e5 fix aria semantics 2017-04-25 04:59:52 -07:00
KDSBrowne
1e4e730278 fix aria labels 2017-04-24 19:27:28 -07:00
KDSBrowne
9203cc60e3 add localized messages 2017-04-24 19:08:18 -07:00
Richard Alam
011ebd7e81 Merge pull request #3847 from ritzalam/add-catch-all-exception
Add catch all exception to bbb-web redis subscriber
2017-04-24 17:51:03 -04:00
Richard Alam
34e01be092 Merge pull request #3840 from riadvice/unify-document-conversion
Improve document conversion and make it faster
2017-04-24 17:50:48 -04:00
Anton Georgiev
c80827ee20 fix issue with listenOnly not hanging up 2017-04-24 17:17:53 -04:00
Richard Alam
5126e40762 - spell the word correctly 2017-04-24 20:46:43 +00:00
Richard Alam
4c32f130df - minimize logging 2017-04-24 20:43:11 +00:00
Richard Alam
80e3c7eabb Add catch all exception to bbb-web redis subscriber
On redis-cli, we noticed that BbbWebSub isn't on the "client list". The auto-reconnect on bbb-web
 wasn't triggered as not log was generated in bbb-web.log. Maybe the exception was something we
 did not handle. Try catching all exception on this jedis connection.
2017-04-24 20:20:39 +00:00
Anton Georgiev
e78f2409e9 Merge pull request #3843 from Klauswk/HotfixChat
HotfixChat, HTML5 issues #3829
2017-04-24 15:34:28 -04:00
Anton Georgiev
835acfa195 Merge pull request #3835 from KDSBrowne/accessibility-05-update
[HTML5] - Accessibility update 05
2017-04-24 15:34:05 -04:00
Anton Georgiev
d7a61a8a7e Merge pull request #3801 from JaeeunCho/userlist_truncate
HTML5 - Truncate user name and chat name
2017-04-24 15:02:16 -04:00
Anton Georgiev
90d34da942 Merge pull request #3832 from Klauswk/FixFullScreen
Fix full screen when console is open, HTML5
2017-04-24 14:55:35 -04:00
Jaeeun Cho
5099d4bca7 Update styles.scss 2017-04-24 11:17:24 -04:00
Klaus Klein
650e93d4dd HotfixChat, HTML5 issues #3829 2017-04-24 08:33:08 -03:00
KDSBrowne
423318962d add aria labels to closed caption submenu 2017-04-23 06:26:01 -07:00
KDSBrowne
41a5e01e2c fix missing section announcment 2017-04-21 12:14:55 -07:00
KDSBrowne
1e07098527 add messages for settings application submenu 2017-04-21 12:04:46 -07:00
Anton Georgiev
5f6dd8e5f6 Merge pull request #3839 from antobinary/audio-restructuring
[HTML5] Fix undefined voiceBridge
2017-04-20 16:55:15 -04:00
Anton Georgiev
d3bf2ab0b7 fix undefined voiceBridge 2017-04-20 16:53:55 -04:00
Anton Georgiev
a9f2a18475 Merge pull request #3834 from antobinary/audio-restructuring
[HTML5] Audio restructuring part 1
2017-04-20 16:00:59 -04:00
Anton Georgiev
0cc9ce4048 moved componentWillMount to component.. 2017-04-20 15:57:35 -04:00
Ghazi Triki
8142031afe Faster PDF pages counting by replacing "pdf2swf" command with "pdfinfo". 2017-04-20 18:02:31 +01:00
KDSBrowne
97402b4628 add aria-label to chat log 2017-04-20 06:53:03 -07:00
Ghazi Triki
1255e41758 Fallback again to 72 DPI PNG for complex PDF pages. 2017-04-20 13:44:58 +01:00
Anton Georgiev
5b0454a11c Merge pull request #3836 from Klauswk/FixAvatarIssue
Fix avatar issue in chat, HTML5 #3830
2017-04-19 17:25:58 -04:00
Anton Georgiev
79fc24e817 Merge pull request #3823 from Gcampes/unauthorized-page-fix
[HTML5] Fix unauthorized for slow connections
2017-04-19 17:24:06 -04:00
Anton Georgiev
28dbe07c27 Merge pull request #3784 from Gcampes/settings-localization-dropdown
[HTML5] Settings localization dropdown
2017-04-19 17:23:02 -04:00
Chad Pilkey
fdf210977c Merge pull request #3837 from pedrobmarin/fix-3803
Fixing stack overflow when opening screenshare window
2017-04-19 17:05:39 -04:00
Pedro Beschorner Marin
7fa3b51845 Changed screenshare's publish and view windows to use CustomMdiWindow 2017-04-19 20:54:28 +00:00
Anton Georgiev
40d0417b9d resolve lint warnings on modified files 2017-04-19 16:52:50 -04:00
Pedro Beschorner Marin
71db31cf42 Fixing bug that was causing a stack overflow when checking permissions of ignored windows 2017-04-19 20:50:42 +00:00
Anton Georgiev
17fe4aa9b8 move audio tag to component 2017-04-19 16:42:48 -04:00