Commit Graph

15928 Commits

Author SHA1 Message Date
Chad Pilkey
f2bc898750 new multiuser whiteboard icon and fixes for text object 2017-05-08 13:46:47 -04:00
Chad Pilkey
721495d460 removed old images that are now unused 2017-05-04 13:14:54 -04:00
Chad Pilkey
62a7ad1a7e whiteboard client cleanup 2017-05-04 11:49:10 -04:00
Chad Pilkey
2b0fc6ed6b update whiteboard cursors to new images 2017-05-03 18:38:55 -04:00
Chad Pilkey
85d525172b rewrote the text tool to be like other annotations and removed redundant processing 2017-05-03 18:06:26 -04:00
Chad Pilkey
2c237ecec8 multi whiteboard fixes 2017-05-01 15:43:22 -04:00
Chad Pilkey
6006dbd985 fix annotation saving in the client 2017-04-28 16:40:16 -04:00
Richard Alam
2fd18e7c09 Merge branch 'multi-user-2.0' of https://github.com/capilkey/bigbluebutton into bbb-2.x-dev-mconf 2017-04-25 11:21:34 -07:00
Richard Alam
e61220e933 Merge branch 'bbb-2.x-dev' of github.com:ritzalam/bigbluebutton into bbb-2.x-dev-mconf 2017-04-25 11:06:31 -07:00
Richard Alam
e89c832c8a Merge branch 'master' into bbb-2x-mconf 2017-04-25 07:40:30 -07:00
Chad Pilkey
d1b1ffe675 fix whiteboard toolbar show hide animation so it interrupts 2017-04-24 17:57:37 -04: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
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
Richard Alam
d4950a769d - fix assign presenter 2017-04-21 15:39:43 -07:00
Richard Alam
77c4b6fae8 - checng how polling module handle messages 2017-04-21 14:51:32 -07:00
Chad Pilkey
c97aed4057 line smoothing, shape location zoom drift fix, shape drawing efficiency 2017-04-21 17:29:31 -04:00
Richard Alam
d7f7ccbee9 - remove inGW from live meeting 2017-04-21 09:01:28 -07:00
Richard Alam
ae207f6671 - remove outGW from live meeting 2017-04-21 08:58:52 -07:00
Richard Alam
0bb9a0244b - make users model private 2017-04-21 08:48:45 -07:00
Richard Alam
69ba485fcc Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into bbb-2x-mconf 2017-04-21 08:12:56 -07:00
Richard Alam
535278a6a8 - do not use users model 2017-04-21 07:39:55 -07:00
Richard Alam
c7d7b91f76 - refactor UsersModel 2017-04-20 21:41:54 +00: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
Richard Alam
f3b7d21202 - remove Role class 2017-04-20 20:46:42 +00:00
Richard Alam
76d58851bb - extract our users and registered users 2017-04-20 20:38:18 +00: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
Richard Alam
dc6be589e2 - move handlers from livemeeting to meetingactor 2017-04-20 18:54:33 +00:00
Richard Alam
339fa1fa7a - move livemeeting into runningmeeting 2017-04-20 17:56:26 +00:00
Richard Alam
1f9a608e3c - move MeetingActor class 2017-04-20 17:32:36 +00:00
Ghazi Triki
8142031afe Faster PDF pages counting by replacing "pdf2swf" command with "pdfinfo". 2017-04-20 18:02:31 +01:00
Richard Alam
b0910aecf3 - move RunningMeeting class 2017-04-20 16:02:18 +00:00
Richard Alam
f035356bc7 - move LiveMeeting class 2017-04-20 15:56:12 +00: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