Commit Graph

23509 Commits

Author SHA1 Message Date
Anton Georgiev
ff43b848e8
Merge pull request #6644 from antobinary/issue-6625
Localize "No locale selected; fix locales fetch
2019-01-28 16:33:34 -05:00
Anton Georgiev
82132d38cc
Merge pull request #6617 from jfsiebel/lock-settings-microphone-flow
Show audio modal when microphone is locked
2019-01-28 15:33:21 -05:00
Tiago D J
e0dd0f4149
Merge pull request #6668 from prlanzarin/improv-gdm-detect
Check if mediaDevices exists before checking for gDM availability
2019-01-28 17:09:35 -02:00
prlanzarin
4172a15a36 Check if the mediaDevices scope existes before checking for gDM availability 2019-01-28 18:48:06 +00:00
Anton Georgiev
7349fcabb5
Merge pull request #6535 from KDSBrowne/2.2-add-create-br-to-manage-user-menu
Add create breakout room option to manage user menu
2019-01-28 13:44:15 -05:00
Anton Georgiev
38afdcf22b
Merge pull request #6640 from pedrobmarin/master-presentation-ui
New UI for presentation/video swap and fullscreen buttons
2019-01-28 12:33:47 -05:00
Anton Georgiev
3fb82db17d
Merge pull request #6663 from Tainan404/issue-6662
Allow start breakout rooms with empty rooms when is freejoin.
2019-01-28 12:15:12 -05:00
Tainan Felipe
f1221b89e9 Allow start breakout rooms without users on rooms 2019-01-28 15:04:32 -02:00
Pedro Beschorner Marin
5b760b46ef Fixed share video button for locked users 2019-01-28 11:24:03 -02:00
Chad Pilkey
4444a8f5a2
Merge pull request #6651 from prlanzarin/fix-ch-ss-new-adapter-html5
[HTML5] Chrome extension-based screensharing with the newest adapter
2019-01-25 16:53:32 -05:00
Chad Pilkey
31be9ebe30
Merge pull request #6643 from capilkey/update-html5-adapterjs
Update the version of adapterjs and renable sipjs logging
2019-01-25 16:53:23 -05:00
prlanzarin
202d896436 Fixed Chrome extension-based screensharing with the newest adapter on HTML5 2019-01-25 21:42:55 +00:00
Pedro Beschorner Marin
5d4918218f
Brings the fullscreen button upfront 2019-01-25 18:04:40 -02:00
Chad Pilkey
7697f48cf1
Merge pull request #6610 from prlanzarin/fix-ch-ss-new-adapter
[2.2][Flash] Fixed Chrome extension-based screensharing with latest adapter
2019-01-25 14:47:33 -05:00
Chad Pilkey
4e2f876f61
Merge pull request #6609 from capilkey/2.2-edge-webrtc
[2.2] Remove WebRTC blocks for Edge and update adapter.js
2019-01-25 14:47:21 -05:00
Anton Georgiev
6ef4f39903 Localize "No locale selected; fix locales fetch 2019-01-25 18:19:54 +00:00
Anton Georgiev
91ca9486f4
Merge pull request #6620 from BobakOftadeh/fix-dropdown-menu-webcam
Fix dropdown menu in webcam
2019-01-25 13:10:05 -05:00
Chad Pilkey
032460480d update the version of adapterjs and renable sipjs logging 2019-01-25 10:03:01 -08:00
Fred Dixon
e25dacb74c
Merge pull request #6642 from ffdixon/update-bbb-conf-9
Add check for restarting etherpad
2019-01-25 12:48:34 -05:00
Fred Dixon
585126b25d Add check for restarting etherpad 2019-01-25 11:47:41 -06:00
Pedro Beschorner Marin
0d9117037d
Reverting video-list style modification 2019-01-25 14:32:00 -02:00
Pedro Beschorner Marin
9b882cbe56 Refactored fullscreen and presentation close buttons 2019-01-25 14:21:05 -02:00
Anton Georgiev
216c38b08d
Merge pull request #6545 from vitormateusalmeida/issue-6430
Fix chat alert (push and audio) #6430
2019-01-25 10:14:38 -05:00
Pedro Beschorner Marin
906e11d3d2 Moved fullscreen button style to it's own style sheet 2019-01-25 11:06:17 -02:00
Pedro Beschorner Marin
d8fd9910bb Removed pt_BR translations made out transifex 2019-01-25 11:03:51 -02:00
Pedro Beschorner Marin
e8577b9865 Fixed button style typo 2019-01-25 11:01:39 -02:00
Fred Dixon
4357bf58ba
Merge pull request #6564 from PravenJohn/master
Adding variables listed in the docker README
2019-01-25 00:06:00 -05:00
Fred Dixon
566b245e3c
Merge pull request #6385 from pedrobmarin/keep-meeting-events
Created property keepEvents at bbb-web to make redis record the event…
2019-01-24 21:47:50 -05:00
Richard Alam
d9ea20b0da
Merge pull request #6636 from ritzalam/hangup-listen-only-caller
Fix issue where listen only suddenly looses audio stream
2019-01-24 18:03:10 -05:00
Fred Dixon
b9f9f0b3af
Merge pull request #6635 from kepstin/rec-corrupt-video
Add a check to reject undecodable video streams.
2019-01-24 16:27:54 -05:00
Pedro Beschorner Marin
5ecfbce82a
Information about the ended tag creation order 2019-01-24 19:13:22 -02:00
Richard Alam
d34ee2a90e - when freeswitch initiates hanging up of global audio call, we need to hangup all
listen only callers. If not, the globak audio stream is destroyed and not re-recreated
   resulting in no audio for listen only.
2019-01-24 12:55:33 -08:00
Anton Georgiev
20cd182e86
Merge pull request #6629 from antobinary/remove-logs
Added remaining 2.2 HTML5 logs. Fixed issues with format
2019-01-24 15:44:39 -05:00
Anton Georgiev
b73d658710
Merge pull request #6623 from Tainan404/issue-6575
Fix blank panel when breakout rooms ends
2019-01-24 15:24:03 -05:00
Calvin Walton
52fadaf4a6 Add a check to reject undecodable video streams.
In some cases, ffmpeg will be able to read the file, but the video itself
can't be decoded (missing/corrupt stream headers, for example). In this case,
some of the properties on the stream object will be nil.
Make sure that pix_fmt is present in the probed info, since that's a required
property.
2019-01-24 14:56:48 -05:00
Anton Georgiev
88df7450a5
Merge pull request #6633 from Tainan404/issue-6592
Fix audio test play button.
2019-01-24 11:22:49 -05:00
Tainan Felipe
177c5cb2e7 Fix audio test play button 2019-01-24 10:05:59 -02:00
Anton Georgiev
812c1fb125 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into remove-logs 2019-01-23 22:06:30 +00:00
Anton Georgiev
7e7617f89e Log errors with locale processing 2019-01-23 21:56:38 +00:00
Fred Dixon
bad302531f
Merge pull request #6628 from bigbluebutton/ffdixon-patch-1
Update index.html to join HTML5 user as Moderator
2019-01-23 16:46:48 -05:00
Fred Dixon
0484a4c604
Update index.html to join HTML5 user as Moderator 2019-01-23 16:46:31 -05:00
Anton Georgiev
975102fb0f fixed json parsion issues in Transifex locale strings 2019-01-23 21:44:51 +00:00
Anton Georgiev
d7dadec51d add 2.2 html5 localized strings 2019-01-23 21:16:33 +00:00
Anton Georgiev
3a375cb48f
Merge pull request #6619 from prlanzarin/fix-chrome-pc-createOffer
Fixed Safari check in kurento-utils
2019-01-23 14:04:47 -05:00
Tainan Felipe
1cc91a79d0 Fix blank panel when breakout rooms ends 2019-01-23 17:03:48 -02:00
Anton Georgiev
7daa4dd2bd
Merge pull request #6622 from MaximKhlobystov/webcam-device-id
Fix the issue with webcam preview and webcams dropdown
2019-01-23 14:02:39 -05:00
Maxim Khlobystov
6c57677587 Properly use webcamDeviceId from state 2019-01-23 13:45:36 -05:00
prlanzarin
4a2c26cc6f Fixed Safari check in kurento-utils 2019-01-23 16:33:04 +00:00
Joao Siebel
0cc53db366 show audio modal when microphone is locked, and fix a problem with listenOnly connection. close #6574 2019-01-23 14:06:14 -02:00
Anton Georgiev
6c06abc5bd
Merge pull request #6607 from prlanzarin/fix-chrome-pc-createOffer
Fix webcam/screen sharing on Windows
2019-01-23 08:52:25 -05:00