Commit Graph

19709 Commits

Author SHA1 Message Date
Fred Dixon
3c7fa9ee36
Merge pull request #5200 from ffdixon/fix-wss-binding
Fix output of value for websocket in bbb-conf
2018-03-03 11:09:34 -05:00
João Francisco Siebel
85b8769ad5 Handle autoJoin, listenOnlyMode and skipCheck 2018-03-02 09:01:34 -03:00
KDSBrowne
481b79cd30 fix Toggle component functionality with screen reader 2018-03-01 13:15:18 -08:00
KDSBrowne
ef7c44e693 disable increase / decrese font size btn when min / max size reached 2018-03-01 09:21:19 -08:00
Chad Pilkey
669be5993e
add new parameter to sip check connect 2018-03-01 10:09:55 -05:00
Fred Dixon
4582a8dfa1 Fix output of value for websocket in bbb-conf 2018-03-01 05:21:09 -06:00
Anton Georgiev
9219852a95
Merge pull request #5172 from prlanzarin/webrtc-screenshare-fix
Fixing WebRTC screensharing ICE processing (#4932) and limiting Firefox screensharing choices
2018-02-28 16:39:01 -05:00
Anton Georgiev
b7faa5abca
Merge pull request #5181 from MaximKhlobystov/hide-client-type-option-when-detected
[HTML5 Client] Hide client type option when already detected.
2018-02-28 12:35:00 -05:00
Anton Georgiev
f45eedc62b
Merge pull request #5164 from MaximKhlobystov/production-console-logging
[HTML5 Client] Production Logging to Console
2018-02-28 12:33:42 -05:00
Maxim Khlobystov
c58fa045e9 Removed the filename field from development and production settings. 2018-02-28 11:20:58 -05:00
Maxim Khlobystov
5decf88456 Hiding the screen with client options (Flash/HTML5) when it is already detected which one to show. 2018-02-28 11:13:35 -05:00
João Francisco Siebel
bfc2f6bc24 Fix when to see the record indicator 2018-02-28 11:10:00 -03:00
KDSBrowne
e69494421d use touchHold functionality / remove disabling tooltip code 2018-02-27 13:14:23 -08:00
Maxim Khlobystov
a79ca55567 Got rid of the log folder. 2018-02-27 11:33:55 -05:00
Anton Georgiev
c8690de9eb
Merge pull request #5159 from oswaldoacauan/security-improv
Security improvements and connection control
2018-02-26 13:51:55 -05:00
prlanzarin
ba5f295624 Limited Firefox WebRTC screenshare options to screen only 2018-02-26 18:42:53 +00:00
Pedro Beschorner Marin
ebadcb22fa Trying to fix media FLOWING problem and including some extra debug logging 2018-02-26 17:01:35 +00:00
João Francisco Siebel
86993144cf Change recording indicator to css 2018-02-26 09:46:27 -03:00
João Francisco Siebel
9a2c797274 Fix problems with merge and language 2018-02-23 14:44:51 -03:00
João Francisco Siebel
efbf830e31 Change recording indicator to match #5127 changes 2018-02-23 13:26:33 -03:00
KDSBrowne
6ebf27e3e4 change region announcment for userlist 2018-02-22 13:10:32 -08:00
KDSBrowne
1ba4b952a1 add more context to userlist toggle aria label for screen reader 2018-02-22 12:27:19 -08:00
KDSBrowne
7f8ee525b0 make userlist appear lower in the DOM for screen readers 2018-02-22 11:56:21 -08:00
Maxim Khlobystov
d578a40721 Keeping the console logs in development. 2018-02-22 13:45:29 -05:00
KDSBrowne
a0f6392c71 switch messages and users title to headings in userlist 2018-02-22 09:39:10 -08:00
KDSBrowne
4dd4fd36ff remove banner role from meeting title 2018-02-22 09:30:12 -08:00
Maxim Khlobystov
59746e6b3f Started logging to console in production + removed daily rotation logs. 2018-02-22 11:48:49 -05:00
João Francisco Siebel
8f43508b4f Linter some code and simplify action button logic display 2018-02-20 15:23:35 -03:00
Oswaldo Acauan
61c84837a0 Fix user connectionId observer 2018-02-20 14:41:02 -03:00
Oswaldo Acauan
b03966d0d1 Close all user connections when removed 2018-02-20 12:02:04 -03:00
Oswaldo Acauan
8219c28084 Remove debug code 2018-02-20 11:59:47 -03:00
Oswaldo Acauan
3d69023308 Add check for connection and validated status. Fix #5152 2018-02-20 11:37:17 -03:00
Oswaldo Acauan
2f741df97b Impl user-session based connections on server. Fix #5150
Implement a connectionId for each user, each time a user try to validate we change their connectionId
and end all other connections of that user.
2018-02-20 11:26:36 -03:00
João Francisco Siebel
56a9bf70ff Change end to stop in labels 2018-02-19 15:42:22 -03:00
João Francisco Siebel
4d8d522bb8 Fix settings file 2018-02-19 14:04:26 -03:00
João Francisco Siebel
6bb031076b Resolve merge problems 2018-02-19 14:00:43 -03:00
João Francisco Siebel
c2076c5260 Fix logic for showing start/end recording 2018-02-19 13:30:21 -03:00
Lucas Fialho Zawacki
388fee31b6 Renaming files to better suit html5 structure 2018-02-19 04:23:05 +00:00
Lucas Fialho Zawacki
b8264b23eb Removing some pieces of code and going back on the chrome modal in other file 2018-02-19 03:43:30 +00:00
Lucas Fialho Zawacki
a85410a85f Video dock refactor, almost ready 2018-02-16 21:11:59 +00:00
Lucas Fialho Zawacki
1b3633c8bd More components for video-dock 2018-02-16 19:24:35 +00:00
Lucas Fialho Zawacki
01464cdabd Initial work, moving stuff around 2018-02-16 19:24:29 +00:00
Fred Dixon
5190d7670e
Merge pull request #5126 from prlanzarin/api-v2.0
Updated bbb-web apiVersion to 2.0
2018-02-16 08:09:46 -07:00
João Francisco Siebel
d13be2c77b Add tooltip to recording indicator 2018-02-16 11:47:55 -02:00
João Francisco Siebel
919c2aa644 Implement start/stop recording logic 2018-02-15 17:42:50 -02:00
Anton Georgiev
1a8d2eee52
Merge pull request #5146 from Tainan404/fix-webcam-disconnect-bug
Fix when the user disconnects stay a ghost webcam.
2018-02-14 11:35:17 -05:00
Anton Georgiev
ce1b12a2e6
Merge pull request #5147 from antobinary/double-webcams
Increase ideal webcam resolution for kurento webrtc webcams
2018-02-14 11:34:17 -05:00
Anton Georgiev
bd62ffdac9
Merge pull request #5129 from lfzawacki/settings-lock-video-dock
Stop sharing webcam and receiving video streams when video-dock component is unmounted in HTML5
2018-02-14 11:34:01 -05:00
Anton Georgiev
cf1ab0283e increase ideal webcam resolution 2018-02-14 11:23:49 -05:00
Lucas Fialho Zawacki
9967e0f66e Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into settings-lock-video-dock 2018-02-14 16:22:35 +00:00