Commit Graph

18090 Commits

Author SHA1 Message Date
Anton Georgiev
32398bc40e Merge branch 'implement-group-chat' of github.com:ritzalam/bigbluebutton into pods_vol1 2017-09-19 11:41:52 -04:00
Anton Georgiev
20fe6c0d46 cleanup 2017-09-18 14:38:03 -04:00
Anton Georgiev
871498dd0d Split POST upload request into two stages at nginx
Subrequest goes to different endpoint on bbb-web to ensure
that the content length (passed in header) is taken under
consideration prior to uploading file
2017-09-18 14:25:00 -04:00
Anton Georgiev
d92ceee702 add default nginx config for bbb-web 2017-09-18 14:19:27 -04:00
Richard Alam
4a3afdfdc7 Merge branch 'bbb-2x-mconf' of github.com:bigbluebutton/bigbluebutton into implement-group-chat 2017-09-18 07:46:20 -07:00
Richard Alam
455915cdb0 Merge branch 'riadvice-2x-client-theme' into bbb-2x-mconf 2017-09-18 07:29:42 -07:00
Ghazi Triki
9251114bed Show between 3 and 6 files in uploaded presentations list. 2017-09-18 15:11:36 +01:00
Ghazi Triki
a702ba076d Wider media column. 2017-09-18 14:25:16 +01:00
Ghazi Triki
1d2fab5a84 Dot not display microphone button above webcam when the user is in listenOnly mode. 2017-09-18 08:57:44 +01:00
Ghazi Triki
88722cfef5 Clean up flex imports. 2017-09-18 08:51:08 +01:00
Ghazi Triki
6400c5f2f4 Fixed audio windows labels. 2017-09-18 07:36:33 +01:00
Ghazi Triki
8aea9bc85b Better visibility management for presentation buttons and fix poll choices box to get full width. 2017-09-15 22:26:48 +01:00
Richard Alam
fea62db871 - handle get chat history 2017-09-15 13:04:22 -07:00
Richard Alam
1fae5d6b96 - send and receive public chat message 2017-09-15 11:17:19 -07:00
Fred Dixon
23b5a2de65 Merge pull request #4406 from joshua-arts/fix-getRecordings-prettyprint
Convert getRecordings XML to a String.
2017-09-15 12:30:48 -04:00
Josh
7a3a5dbadc convert to string 2017-09-15 12:27:46 -04:00
Fred Dixon
143d23ed8f Merge pull request #4403 from joshua-arts/fix-getRecordings-prettyprint
No longer pretty print when generating getRecordings XML.
2017-09-15 11:57:35 -04:00
Fred Dixon
1030844aa5 Merge pull request #4404 from riadvice/2x-client-theme
Set rtlEnabled to false by default
2017-09-15 11:57:14 -04:00
Ghazi Triki
1b5133a959 Set rtlEnabled to false by default and clean up unused config.xml properties. 2017-09-15 16:52:21 +01:00
Josh
1b08b26113 fix conflicts 2017-09-15 11:48:31 -04:00
Josh
ace8eac1cf no longer pretty print getRecordings response 2017-09-15 11:40:26 -04:00
Richard Alam
f1d8a79d97 Merge branch 'bbb-2x-mconf' of github.com:bigbluebutton/bigbluebutton into implement-group-chat 2017-09-15 07:10:17 -07:00
Fred Dixon
ff6d2ca5bc Merge pull request #4402 from riadvice/2x-client-theme
[Flash 2.0] - Fix window title truncation issue
2017-09-15 09:56:20 -04:00
Ghazi Triki
1b2d228647 Update spark labels to have fixed width in pixels making word wrapping work correctly. 2017-09-15 14:36:13 +01:00
Richard Alam
b3e30dbaba - display private chat 2017-09-14 13:19:35 -07:00
Richard Alam
24be8ff3f3 - display chat messages 2017-09-14 12:58:00 -07:00
Chad Pilkey
b4f2fad93b Merge pull request #4401 from capilkey/block-edge-webrtc
Use bowser for MS Edge detection
2017-09-14 14:18:32 -04:00
Chad Pilkey
e1da68a3ab use bowser for msedge detection 2017-09-14 14:14:43 -04:00
Richard Alam
a81dc2740b Merge branch 'riadvice-2x-client-theme' into bbb-2x-mconf 2017-09-14 10:41:04 -07:00
Richard Alam
98a974cf77 Merge branch '2x-client-theme' of https://github.com/riadvice/bigbluebutton into riadvice-2x-client-theme 2017-09-14 10:25:50 -07:00
Richard Alam
31996d4bef Merge pull request #4399 from kepstin/bbb-20-rec-fixes
Handle recordings that have an unmatched DeskshareStartedEvent
2017-09-14 13:24:45 -04:00
Ghazi Triki
de20b697d5 Fix RTL styles. 2017-09-14 16:47:19 +01:00
Ghazi Triki
284401e6de Added special icons for RTL layout. 2017-09-14 15:53:13 +01:00
Ghazi Triki
8d75b4e399 [Experimental] - Added "rtlEnabled" feature as option to change layout direction for RTL languages. 2017-09-14 14:37:38 +01:00
Fred Dixon
04ce336ff0 Merge pull request #4396 from capilkey/block-edge-webrtc
Block WebRTC on Edge
2017-09-13 18:12:30 -04:00
Richard Alam
9fb29ac7b2 - try to display chat messages 2017-09-13 14:46:54 -07:00
Chad Pilkey
06377b6a25 hide edge webrtc because it's incompatible 2017-09-13 17:46:52 -04:00
Calvin Walton
3f1fb1dc31 Handle recordings that have an unmatched DeskshareStartedEvent
The previous code looked for stop events and tried to find their
associated start event. This obviously doesn't work if there was
no stop event. But if there was a start event, we need to show the
deskshare… so rework to code to try to find the matching stop to each
start instead, and use the end of the meeting if no matching stop was
found.
2017-09-13 17:17:17 -04:00
Fred Dixon
59444dadc7 Merge pull request #4395 from joshua-arts/fix-playback-length-units
Convert playback length to minutes when writing to XML.
2017-09-13 16:39:45 -04:00
Richard Alam
9b0f074d6e - modify chat to use models 2017-09-13 13:35:46 -07:00
Josh
a25c9ba740 convert playback length to minutes when writing to xml 2017-09-13 15:34:37 -04:00
Fred Dixon
b6f42dc8da Merge pull request #4370 from joshua-arts/2.0-webhook-fixes
Update webhooks module to support new messages in 2.0.
2017-09-13 14:35:21 -04:00
Richard Alam
4e89b08fa3 Merge branch 'riadvice-2x-client-theme' into bbb-2x-mconf 2017-09-13 11:02:00 -07:00
Richard Alam
3c9c078781 Merge branch '2x-client-theme' of https://github.com/riadvice/bigbluebutton into riadvice-2x-client-theme 2017-09-13 10:57:52 -07:00
Richard Alam
a790143d37 - create publish group chat 2017-09-13 10:55:08 -07:00
Richard Alam
732c769b32 Merge branch 'joshua-arts-fix-getRecordings-response' into bbb-2x-mconf 2017-09-13 08:58:20 -07:00
Richard Alam
136566d0d9 Merge branch 'fix-getRecordings-response' of https://github.com/joshua-arts/bigbluebutton into joshua-arts-fix-getRecordings-response 2017-09-13 08:55:59 -07:00
Ghazi Triki
274e7f9560 Bind download presentation button layout inclusion to its visibility. 2017-09-13 16:50:58 +01:00
Josh
cc2a3f055a remove recording tag from getRecordings resp 2017-09-13 11:50:39 -04:00
Richard Alam
8457aaa767 Merge branch 'riadvice-2x-client-theme' into bbb-2x-mconf 2017-09-13 08:43:45 -07:00