Lucas Fialho Zawacki
30b26a0a0c
Unshare webcam and dispose peers when video component is unmounted
2018-02-07 18:06:58 +00:00
Augusto Bennemann
b0b16498fb
Fixes #5056
2018-02-07 14:57:09 -02:00
Augusto Bennemann
c38a6e34ae
Fix error introduced on last merge
2018-02-07 13:24:20 -02:00
Augusto Bennemann
326325fddb
trigger on orientation change
2018-02-07 13:12:07 -02:00
Augusto Bennemann
541b06393c
Video positioning. Code still bad.
2018-02-07 13:11:52 -02:00
Augusto Bennemann
db7bd9e9b6
Display usernames on videos
2018-02-07 13:07:38 -02:00
Lucas Fialho Zawacki
3af600d015
User video tags with new design [part 1]
2018-02-07 12:56:07 -02:00
Augusto Bennemann
1d5bfce167
Fix share/unshare video button style and remove old files
2018-02-07 12:51:40 -02:00
KDSBrowne
d7b9e4dce9
close userlist before settings are saved
2018-02-06 12:06:52 -08:00
Anton Georgiev
d71bae2ded
Merge pull request #5088 from Tainan404/fix-button-disabled
...
Fix when button is disabled cursor does not appear not-allowed.
2018-02-06 13:07:09 -05:00
Anton Georgiev
649d045609
Merge pull request #5094 from antobinary/blank-video
...
Adjusted the source for recording meeting status
2018-02-06 13:05:20 -05:00
Tainan Felipe Pauli de Almeida
38e3ce3013
Merge remote-tracking branch 'upstream/v2.0.x-release' into lock-settings
2018-02-06 13:21:22 -02:00
Joao Siebel
eddc480851
Implement screenshare data saving setting. Fix #5029
2018-02-06 11:33:48 -02:00
Tainan Felipe Pauli de Almeida
bc2da51bfb
Comply lock setting 'Hide other viewer's webcams'
2018-02-06 09:43:14 -02:00
Anton Georgiev
d5837f46ee
adjust source for recording meeting status
2018-02-05 13:34:03 -05:00
Tainan Felipe Pauli de Almeida
eb4ed2e4bd
fix button disable don't appear with cursor not-allowed
2018-02-02 09:51:21 -02:00
Lucas Fialho Zawacki
829930f131
Remove logging and some comments to shouldUpdateComponent
2018-02-01 18:02:33 +00:00
Lucas Fialho Zawacki
c36f322fff
Better handling of shared video timeout in html5
2018-02-01 18:02:04 +00:00
Lucas Fialho Zawacki
8be4fd6ef4
Better way to handle shouldComponentUpdate callback on HTML5 video
...
This commit matches userIds on the old/new userlist when the react component
updates and does not assume the lists are ordered. It also prevents things
from getting funky when a user leaves or joins the list
2018-02-01 18:01:56 +00:00
Lucas Fialho Zawacki
a1e7833fa3
Better video reconnect when network is offline
2018-02-01 18:01:42 +00:00
Lucas Fialho Zawacki
55feaa30af
Timeout cameras that have not started
2018-02-01 18:01:28 +00:00
Tainan Felipe Pauli de Almeida
fd9dfbf89b
fix more linter errors
2018-02-01 09:31:17 -02:00
Tainan Felipe Pauli de Almeida
1bdf08b260
lock logic passed to the parent
2018-02-01 09:09:33 -02:00
Anton Georgiev
f789842ccb
Merge pull request #5009 from KDSBrowne/z.0.6-prevent-ghost-user
...
Prevent kicked user's ability to rejoin meeting via back btn
2018-01-30 15:10:46 -05:00
Tainan Felipe Pauli de Almeida
ff7273973a
fix some linter errors
2018-01-30 14:41:45 -02:00
KDSBrowne
5b93033126
remove window.popstate and add onLeave to meeting-ended route
2018-01-30 08:39:43 -08:00
Tainan Felipe Pauli de Almeida
cba6628de0
add to the functionality of deactivating the videodock via settings
2018-01-30 14:32:37 -02:00
KDSBrowne
2809b6a825
remove setTimeout and add handler
2018-01-30 08:12:05 -08:00
Tainan Felipe Pauli de Almeida
0bfe3093c0
add interface for data saving tab
2018-01-30 09:20:51 -02:00
KDSBrowne
90bfea5d77
check if user was ejected
2018-01-29 10:17:52 -08:00
Anton Georgiev
fa24ca01f9
Merge pull request #4986 from lfzawacki/ice-cold-corrections
...
Corrections to HTML5 video ICE message cycle and the share video button
2018-01-29 10:20:36 -05:00
Tainan Felipe Pauli de Almeida
fc5ae9b07e
apply lock settings on webcam sharing
2018-01-29 09:52:07 -02:00
Anton Georgiev
cd8f75b440
Merge pull request #5011 from OZhurbenko/fix-whiteboard-explosion
...
Fixed Pencil rendering breaking the html5 client
2018-01-26 16:09:43 -02:00
KDSBrowne
d6e913d79f
remove code related to pushstate
2018-01-26 07:35:49 -08:00
Lucas Fialho Zawacki
deb6efad09
HTML5 video refactor some js
2018-01-25 04:08:00 +00:00
Anton Georgiev
bd56a9e1e9
Merge pull request #4996 from Tainan404/fix-clear-chat
...
Fix issue #4992 . Unable to clear chat.
2018-01-23 14:14:35 -02:00
Maxim Khlobystov
0568a01692
Merge pull request #4923 from MaximKhlobystov/selenium-visual-regression
...
[HTML5 Client] Initial Visual Regression Tests Setup
2018-01-23 11:13:54 -05:00
Lucas Fialho Zawacki
cacbdd0ece
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into ice-cold-corrections
2018-01-23 16:05:47 +00:00
Oleksandr Zhurbenko
946c731471
Fixed pencil rendering during the race condition between clear annotations and pencil's draw_end message
2018-01-22 15:07:29 -08:00
Lucas Fialho Zawacki
e728418eeb
Explicitly declare some hardcoded values as constants and refactor an if
2018-01-22 18:23:55 +00:00
KDSBrowne
9eb715a09f
prevent removed user ability to rejoin meeting via back btn
2018-01-22 08:49:22 -08:00
Maxim Khlobystov
1eddc2f408
Merge pull request #4971 from OZhurbenko/fix-issue-4954
...
Aligned the dropdown's close button on small screens
2018-01-19 16:08:35 -05:00
Joao Siebel
a42d88250e
Resolve merge conflict in english locales file
2018-01-19 17:43:11 -02:00
Tainan Felipe
4301ee6ef7
fix issue #4992
2018-01-19 15:38:04 -02:00
Anton Georgiev
9b16ae8d51
Merge pull request #4938 from KDSBrowne/z.0.1-mobile-btn-alignmet
...
Fix alignment of ActionsBar buttons for small screens
2018-01-18 16:34:27 -02:00
Anton Georgiev
9c101b73f2
Merge pull request #4976 from gutobenn/4955-changes
...
Adjusts on screenshare button and requested changes
2018-01-18 16:33:49 -02:00
Lucas Fialho Zawacki
02c216dcf6
Temporary hack to fix ICE edge cases in Firefox
2018-01-18 14:03:06 +00:00
Augusto Bennemann
975525fe9b
Fix keys usage on actions-dropdown
2018-01-17 19:51:33 -02:00
Anton Georgiev
9e45091e30
Merge pull request #4980 from KDSBrowne/z.0.4-btn-background-disappear-fix
...
Edit css to prevent disappearing close btn background
2018-01-17 18:29:03 -02:00
Augusto Bennemann
10cdd603bc
Fix null child element
2018-01-17 11:34:35 -02:00
Augusto Bennemann
5bf96b3c84
Screenshare button conditional rendering
2018-01-17 01:17:07 -02:00
Augusto Bennemann
90adda6a93
Display either 'start' or 'stop' screenshare button, if screenshare enabled on config
2018-01-16 17:12:41 -02:00
KDSBrowne
644cb4f9b2
fix broken styles on error, on meetingEnd and for removed users
2018-01-16 10:26:57 -08:00
KDSBrowne
cc32e1d2d9
edit css to prevent disappearing background
2018-01-16 09:03:14 -08:00
Augusto Bennemann
7dacdfb04b
Changes requested on #4955
2018-01-16 14:04:34 -02:00
Oleksandr Zhurbenko
173cc7cb89
Fixed aligning of the Dropdown Close button on small screens
...
Fixes #4954
2018-01-15 14:58:23 -08:00
Lucas Fialho Zawacki
21cc28561b
Ice and html5 video button presses corrections
2018-01-15 21:19:01 +00:00
Oleksandr Zhurbenko
bb72cb7b65
Adjusted the pull request to the recent changes
2018-01-15 12:59:09 -08:00
Oleksandr Zhurbenko
f6ed7c3575
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into fix-issue-4897
2018-01-15 12:33:29 -08:00
Anton Georgiev
1e25a6d4e1
Merge pull request #4955 from prlanzarin/video-upstream-errors
...
WebRTC media updates
2018-01-15 14:40:53 -02:00
Anton Georgiev
ddfc5e5248
Merge pull request #4846 from Tainan404/fix-settings-mobile
...
Change modal settings styles.
2018-01-15 13:22:56 -02:00
KDSBrowne
42aa137e80
disable btn tooltips for mobile devices
2018-01-14 10:19:13 -08:00
prlanzarin
acc9650370
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into video-upstream-errors
2018-01-12 21:39:24 +00:00
prlanzarin
f54214c4e1
Merge remote-tracking branch 'mconftec/disable-share-webcam-button' into video-upstream-errors
2018-01-12 21:31:01 +00:00
prlanzarin
8594ce169d
Merge remote-tracking branch 'mconftec/fixes-lucas' into video-upstream-errors
2018-01-12 20:02:45 +00:00
Lucas Fialho Zawacki
0d3466a1db
Use service joinedVideo in the correct stage of video sharing flow
2018-01-12 19:44:56 +00:00
Lucas Fialho Zawacki
68abf367d0
Prevent errors on html5 video when socket disconnects
2018-01-12 19:37:05 +00:00
Lucas Fialho Zawacki
cdb961f724
Wait one tick before resizing HTML5 videos
2018-01-12 19:36:23 +00:00
Lucas Fialho Zawacki
ce7d720a13
Fix problems on video tags if camera is busy
2018-01-12 19:36:15 +00:00
Lucas Zawacki
552b2ab665
Detect online/offline browser and open/close WS accordingly
2018-01-12 19:36:07 +00:00
prlanzarin
67f297dd95
Removed unused screenshare container from videodock and fixed stop message userId
2018-01-12 18:51:07 +00:00
prlanzarin
4fc1e3ea85
Fixed incorrect fetching of userId in the video-dock component
2018-01-12 18:39:16 +00:00
KDSBrowne
2e2a1609a4
resolve lint issue
2018-01-12 11:32:33 -05:00
KDSBrowne
cddbe06b7d
remove setTimeout
2018-01-11 09:20:04 -08:00
KDSBrowne
645f71b785
add tooltip Esc handler to comply with WAI-ARIA tooltip interaction desc
2018-01-11 09:05:32 -08:00
Anton Georgiev
4ecc54ac29
Merge pull request #4801 from Tainan404/fix-moderator-ends
...
Add screen to when the meeting is closed.
2018-01-11 14:02:13 -02:00
Tainan Felipe
8ae1fd1820
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-moderator-ends
2018-01-11 09:19:56 -02:00
Joao Siebel
0764ae867c
Remove old whiteboard toolbar items config
2018-01-11 08:51:37 -02:00
Augusto Bennemann
a8888e49ad
Prevent multiple clicks on share/unshare video button
2018-01-10 23:16:49 -02:00
KDSBrowne
36980f7525
increase tooltip timeout delay / add touchHold option
2018-01-10 11:45:12 -08:00
Joao Siebel
0b02d90927
Resolve merge conflicts
2018-01-10 17:22:42 -02:00
Tainan Felipe
5e96068a6d
remove multiplication for 1
2018-01-10 16:55:33 -02:00
Tainan Felipe
273ea0dbc6
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-settings-mobile
2018-01-10 16:42:39 -02:00
KDSBrowne
9593b12904
remove css not being used
2018-01-10 09:22:03 -08:00
KDSBrowne
7e75dc08f4
handle tooltip hiding with setTimeout
2018-01-10 09:07:40 -08:00
KDSBrowne
57424ecedd
add css class to align btns as presenter for small mobile screens
2018-01-10 07:44:21 -08:00
Oleksandr Zhurbenko
7871681448
Changed all the references of kick to remove, to be consistent
2018-01-09 14:28:48 -08:00
Anton Georgiev
a2ff3e6480
remove AudioComponent as we do not render anything
2018-01-09 17:07:29 -05:00
KDSBrowne
7c6e490b82
fix btn positioning using media queries
2018-01-09 13:13:31 -08:00
Maxim Khlobystov
927a2bf005
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into selenium-visual-regression
2018-01-09 15:38:29 -05:00
KDSBrowne
438afc6241
reduce margin between btns on action bar
2018-01-09 12:30:38 -08:00
Anton Georgiev
e9093a6c19
Merge branch 'v2.0.x-release' into fix-audio-locale-change
2018-01-09 14:52:49 -05:00
Anton Georgiev
0c8be1cc0b
Merge pull request #4833 from KDSBrowne/x.0.4-ios-hide-fullscreen
...
Hide fullscreen option for iOS devices
2018-01-09 13:29:53 -02:00
Anton Georgiev
980a6490ec
Merge pull request #4832 from KDSBrowne/x.0.3-fix-console-warnings
...
Fix Invalid prop 'children[2]' supplied to `DropdownList`
2018-01-09 13:28:17 -02:00
Maxim Khlobystov
9ebc82d29f
Committing additional test specs.
2018-01-08 21:43:34 -05:00
Anton Georgiev
0392634f57
Merge pull request #4841 from MaximKhlobystov/reopen-private-chat-bug
...
[HTML5 Client] Fix for reopening private chat after using X button
2018-01-08 18:42:36 -02:00
Maxim Khlobystov
57f2c64ecd
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into selenium-visual-regression
2018-01-08 10:57:19 -05:00
Oleksandr Zhurbenko
ce1f40ac9a
Updated Meteor to 1.6.0.1
2018-01-07 22:17:18 -08:00
Oleksandr Zhurbenko
962e659378
Switched the components from deprecated method to
2018-01-07 20:44:42 -08:00
Augusto Bennemann
e2ef3281ec
Localize video and screnshare error messages
2018-01-05 19:43:53 +00:00