Oleksandr Zhurbenko
607e2decad
Removed a comment
2018-02-08 08:42:32 -08:00
Augusto Bennemann
95c172a8f0
Videodock adjusts for screenshare
2018-02-08 16:32:12 +00:00
Maxim Khlobystov
483f543f17
Made sure non-moderators can user userlist for mute/unmute.
2018-02-08 11:06:41 -05:00
KDSBrowne
ff78e14835
switch indexOf() with includes()
2018-02-08 07:14:00 -08:00
Lucas Fialho Zawacki
23b635b4ff
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into settings-lock-video-dock
2018-02-08 14:48:33 +00:00
Oleksandr Zhurbenko
894e2b94f2
Fixed exceptions thrown on PresenterAssignedEvtMsg event
2018-02-07 15:10:15 -08:00
Oleksandr Zhurbenko
dddc388a10
Fixed an exception thrown on meeting destruction
2018-02-07 14:57:34 -08:00
Augusto Bennemann
323cdd3232
Fix camera button style and improve videodock code
2018-02-07 17:20:10 -02:00
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
Maxim Khlobystov
82a40e4d9a
Handle voice users message to update the voice states properly on reconnect.
2018-02-06 11:23:51 -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
Oleksandr Zhurbenko
e1568baa24
Fixed the logging of the Meteor serser-side methods
2018-02-05 12:34:03 -08: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
528f94b15a
Merge pull request #5062 from antobinary/html5-daily-log-rotation-2
...
Added daily log rotation in production env
2018-01-31 11:11:58 -05: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
Anton Georgiev
ab39163070
put month before day in log rotation name
2018-01-30 10:37:00 -05:00
Tainan Felipe Pauli de Almeida
0bfe3093c0
add interface for data saving tab
2018-01-30 09:20:51 -02:00
KDSBrowne
6b1e39008c
move if condition for User.ejected
2018-01-29 20:23:56 -08:00
Anton Georgiev
9e05f346c7
added daily log rotation in production env
2018-01-29 16:50:32 -05:00
KDSBrowne
aa4a7ef48c
clean up code
2018-01-29 11:07:02 -08: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
KDSBrowne
d0f6e4f3a2
add console logs to determin flow
2018-01-26 14:17:34 -08:00
Maxim Khlobystov
61fc6ec911
Merge pull request #5031 from jfsiebel/fix-issue-4999
...
Exit from audio when in meeting ended to prevent echo test
2018-01-26 13:47:18 -05: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
Joao Siebel
18019776cb
Exit from audio when in meeting ended to prevent echo test, fix #4999
2018-01-25 09:07:32 -02: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
Ghazi Triki
5227217e85
Fix the regex that checks the Flash stream id by adding the option "-recorded" to the pattern, making sure recorded streams are matched too.
2018-01-20 09:34:11 +01: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
KDSBrowne
745f79ba51
make breakpoint range start from 0em
2018-01-18 09:41:52 -08: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
Anton Georgiev
7e4a9eda5d
Merge pull request #4979 from KDSBrowne/z.0.5-style-removedUser-view
...
Fix broken view styles displayed on error, on meetingEnd and for removed users
2018-01-17 17:45:31 -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
Anton Georgiev
748ee1279a
Merge pull request #4941 from MaximKhlobystov/mute-button-icon-update-fix
...
[HTML5 Client] Fix for Mute/Unmute button's icon update.
2018-01-16 14:06:30 -02:00
Augusto Bennemann
7dacdfb04b
Changes requested on #4955
2018-01-16 14:04:34 -02:00
Maxim Khlobystov
893067139b
Declared the muteHandle variable.
2018-01-16 10:56:31 -05:00
Anton Georgiev
3366bc32b0
Merge pull request #4851 from Tainan404/fix-language-selector
...
Language selector of the application, each option appears in its native language.
2018-01-16 13:40:03 -02:00
Anton Georgiev
a4d57ac4b6
Merge pull request #4963 from MaximKhlobystov/hangup-audio-userlist-fix
...
[HTML5 Client] Fix for the issue with users disappearing from userlist when hanging up audio.
2018-01-16 13:39:38 -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
Maxim Khlobystov
d9955ae286
Small cleanup.
2018-01-15 16:13:18 -05:00
Maxim Khlobystov
1394984be7
Made the mute/unmute observer work.
2018-01-15 16:01:57 -05: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
Maxim Khlobystov
4ee059f381
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into hangup-audio-userlist-fix
2018-01-15 11:47:35 -05:00
Maxim Khlobystov
71c2d16918
Made sure user is removed from userlist only in case of dial-in (not web) users.
2018-01-15 11:47:19 -05: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
KDSBrowne
810a4c9972
alter breakpoint to fix btn alignment on some devices
2018-01-12 11:30:15 -08: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
2725b80ac4
revert env
2018-01-11 10:48:24 -02:00
Tainan Felipe
18011fe3da
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-language-selector
2018-01-11 10:35:31 -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
Maxim Khlobystov
aeb1aeb14b
Made sure the mute/unmute button is updated when Flash client mutes/unmutes HTML5 client.
2018-01-10 15:51:10 -05:00
Maxim Khlobystov
12e474fa01
Doing the mute/unmute flag change inside the Audio Manager instead of using Mongo observer.
2018-01-10 15:41:21 -05: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
Tainan Felipe
2f00d0b612
add directory via absoluteFilePathh
2018-01-10 15:03:06 -02:00
KDSBrowne
57424ecedd
add css class to align btns as presenter for small mobile screens
2018-01-10 07:44:21 -08:00
Tainan Felipe
b9d7a5ba38
changes to import form
2018-01-10 10:43:45 -02: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
Anton Georgiev
415a8ec5df
Merge pull request #4915 from OZhurbenko/update-meteor-16
...
Updated Meteor to 1.6.0.1
2018-01-08 18:39:16 -02:00
Richard Alam
b93a95ca8e
Merge pull request #4896 from prlanzarin/flash-webcam-fix
...
Ghost flash webcams fix
2018-01-08 10:18:52 -08: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
Oleksandr Zhurbenko
2de02c4f8d
Linting
2018-01-07 16:25:56 -08:00
Oleksandr Zhurbenko
4af6d30f6a
Switched from the broken 4commerce:env-settings package to native Meteor.settings
2018-01-07 16:24:05 -08:00
Augusto Bennemann
e2ef3281ec
Localize video and screnshare error messages
2018-01-05 19:43:53 +00:00
Augusto Bennemann
67cb4b073b
Error notifications for video and screenshare
2018-01-05 17:16:46 +00:00
prlanzarin
dfb5170e5d
Finished filtering out HTML5 and Flash webcams using stream name patterns
2018-01-04 16:24:50 +00:00
Anton Georgiev
d22a6d5a96
Merge pull request #4883 from OZhurbenko/fix-issue-4863
...
Updated the message displayed to the kicked user
2018-01-04 14:20:00 -02:00
Anton Georgiev
a00487cc75
Merge pull request #4740 from Tainan404/fix-dropdown-bug
...
Fix user list dropdown bug when making user presenter.
2018-01-03 19:40:49 -02:00
Anton Georgiev
34a503b218
Merge pull request #4624 from Tainan404/toast-breakout-ends
...
[HTML5] show audio modal and toast notification when breakout room ends
2018-01-03 19:11:27 -02:00
Oleksandr Zhurbenko
d8533a86b3
Changed the message displayed to the kicked user
...
Fixes #4863
2018-01-03 12:25:13 -08:00
KDSBrowne
3fd964d3ca
remove import not being used
2018-01-03 09:04:28 -08:00
KDSBrowne
ed3d58f0f2
Merge remote-tracking branch 'upstream/v2.0.x-release' into x.0.3-fix-console-warnings
2018-01-03 08:56:22 -08:00
Anton Georgiev
830627ea0c
Merge pull request #4831 from OZhurbenko/presenter-functionality-2x
...
Improved Whiteboard toolbar's user experience
2018-01-03 14:47:02 -02:00
Anton Georgiev
5debc39362
Merge pull request #4818 from antobinary/fix-ios-audio
...
Add permissionLayout location for Safari
2018-01-03 14:46:19 -02:00
Anton Georgiev
f0e15af607
Merge pull request #4814 from oswaldoacauan/issue-4812
...
Simplify authentication code/flow and Add subscriptions error handling
2018-01-03 14:45:38 -02:00
Anton Georgiev
c9379eaa0f
add muteOnStart param in Meeting structure
2017-12-22 15:22:24 -05:00
prlanzarin
31fb95bf72
Removed wrong video peer stop procedure and reset the kurento.yaml config file
2017-12-22 12:30:24 +00:00
prlanzarin
8608fd9f94
Tooltips for video buttons and actions-bar container service calls fixes
2017-12-21 17:40:00 +00:00
prlanzarin
3a72afa350
Merge remote-tracking branch 'upstream/v2.0.x-release' into video-reconnection
2017-12-21 17:37:07 +00:00
Lucas Zawacki
06f8b56a82
Merge remote-tracking branch 'prlanzarin1/ghost-webcams' into html5-video-media-flow
...
Conflicts:
bigbluebutton-html5/imports/ui/components/video-dock/component.jsx
2017-12-20 18:43:33 -02:00
prlanzarin
362335f727
Made the users own webcam local instead of server-side
2017-12-20 20:06:27 +00:00
Lucas Zawacki
113aca16a2
Merge remote-tracking branch 'prlanzarin1/ghost-webcams' into html5-development-reconnect-issues
...
Conflicts:
bigbluebutton-html5/imports/ui/components/video-dock/component.jsx
labs/bbb-webrtc-sfu/lib/video/VideoManager.js
labs/bbb-webrtc-sfu/lib/video/video.js
2017-12-20 17:20:56 -02:00
prlanzarin
0cecd028fd
Changing the way the unshare webcam API is called to support user roles
2017-12-20 18:00:17 +00:00
Tainan Felipe
0037ebd77d
remove locales.js which is unnecessary
2017-12-20 15:15:49 -02:00
Lucas Zawacki
2e3ea4e45f
Better video stop treatment in HTML5
2017-12-20 15:05:05 -02:00
Tainan Felipe
5c5125c7d2
fix issue #4847
2017-12-20 14:56:56 -02:00
Lucas Zawacki
4aac6d8413
Tweaks on the video media flow
2017-12-20 00:32:31 -02:00
Lucas Zawacki
1f5dd6f9a7
Move WS open/close events to component mount/unmount
2017-12-19 15:02:54 -02:00
Lucas Zawacki
afe4057bf2
Refactor html5 video tag creation to work with React style
2017-12-19 14:29:09 -02:00
KDSBrowne
1afe2f96bf
add comment
2017-12-19 08:23:40 -08:00
Oswaldo Acauan
eb4c89aefc
Fix bug when users re-validate after refresh
2017-12-19 10:19:47 -02:00
Tainan Felipe
523caf226d
fix settings for mobile screen
2017-12-19 09:13:37 -02:00
Maxim Khlobystov
9f6d25ab45
Small comment.
2017-12-18 15:12:31 -05:00
Maxim Khlobystov
b9b73de839
Applied the private chat fix to Chat container.
2017-12-18 15:01:13 -05:00
Maxim Khlobystov
cab6d1a19e
Made Chat container a class component
2017-12-18 14:56:08 -05:00
Maxim Khlobystov
56b04d6831
Converted Chat component back to its stateless version.
2017-12-18 14:45:40 -05:00
Maxim Khlobystov
3937a01ffd
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into reopen-private-chat-bug
2017-12-18 13:04:42 -05:00
Maxim Khlobystov
6d84db0bd1
Linting.
2017-12-18 12:41:26 -05:00
Maxim Khlobystov
6130984c7c
Small cleanup - removed unnecesssary import statement.
2017-12-18 12:40:31 -05:00
Maxim Khlobystov
bb5c0a1390
Made sure that when we open a new chat, it is not on the list of closed ones anymore.
2017-12-18 12:38:46 -05:00
Maxim Khlobystov
eba7f9ffec
Convert the stateless Chat component into a class component.
2017-12-18 12:25:40 -05:00
Oswaldo Acauan
ced25948dd
Fix 401 on page refresh
2017-12-18 13:52:04 -02:00
Tainan Felipe
2c48392b2c
change intl id
2017-12-18 08:53:37 -02:00
Joao Siebel
c975228428
Fix proptype warning message for whiteboard toolbox labels
2017-12-18 08:37:17 -02:00
Tainan Felipe
85d4f50e06
fix intl id
2017-12-18 08:19:38 -02:00
KDSBrowne
f0958a1a02
fix client not loading on iOS devices
2017-12-15 22:41:54 -08:00
KDSBrowne
0868e98240
add comment to actions-dropdown component
2017-12-15 20:32:17 -08:00
KDSBrowne
bc0ecf0b95
remove new line between imports
2017-12-15 20:27:47 -08:00
KDSBrowne
f1cd5f2d6e
move _.uniqueId() out of render function
2017-12-15 20:25:41 -08:00
KDSBrowne
284ab5e628
add button label
2017-12-15 13:06:22 -08:00
Anton Georgiev
d6aa4ed44d
Merge pull request #4733 from oswaldoacauan/fix-4700
...
Improvements on Presentation Management
2017-12-15 19:03:54 -02:00
Anton Georgiev
b2aa8d4571
Merge pull request #4816 from jfsiebel/hide-audio-labels
...
Hide audio labels
2017-12-15 18:42:58 -02:00
Oleksandr Zhurbenko
4b344853ff
Disabling the Thickness and Colour menu items when the 'hand' tool is selected
...
Fixes #4808
2017-12-15 12:22:41 -08:00
Oleksandr Zhurbenko
b3450a46ff
Changed a default tool to Pencil
...
Fixes #4807
2017-12-15 12:10:38 -08:00
Oleksandr Zhurbenko
6de2b35cb2
Fixed round buttons' icon centering
...
Fixes #3576
2017-12-15 11:56:12 -08:00
Oswaldo Acauan
2eb2bbd8ab
Fix case when there is no current selected
2017-12-15 16:49:47 -02:00
KDSBrowne
5047c089ca
fix remaining console warnings
2017-12-15 09:45:14 -08:00
KDSBrowne
fbec9fc101
fix failed prop type: scrollPosition in Chat component
2017-12-15 09:18:35 -08:00
Joao Siebel
b6eec76e70
Change event to onMouseUp again and linter code
2017-12-15 15:14:21 -02:00
Lucas Zawacki
1e514aad04
Merge branch 'bbb-webrtc-sfu' of github.com:prlanzarin/bigbluebutton-1 into bbb-webrtc-sfu
...
Removed several variables that were in this.state to this in the html5 video-dock component
Conflicts:
bigbluebutton-html5/imports/ui/components/video-dock/component.jsx
2017-12-15 13:47:03 -02:00
Anton Georgiev
c9c6797fc9
Merge pull request #4788 from antobinary/audio-work-3
...
Handle dial-in users in HTML5
2017-12-15 13:44:51 -02:00
KDSBrowne
f4abcc0334
remove console log
2017-12-15 07:41:57 -08:00
KDSBrowne
7e4b2ddce5
hide fullscreen option for iOS devices
2017-12-15 07:39:59 -08:00
KDSBrowne
409b2e95e3
clean up code
2017-12-15 07:22:29 -08:00
KDSBrowne
c5b96ed4c8
Merge remote-tracking branch 'origin/x.0.2-fix-invalid-prop' into x.0.3-fix-console-warnings
2017-12-15 07:13:09 -08:00
Joao Siebel
218890d8a6
Alter status tooltip to match selected status
2017-12-15 11:11:28 -02:00
Oswaldo Acauan
0c89d81675
Merge remote-tracking branch 'upstream/v2.0.x-release' into issue-4812
2017-12-15 09:13:26 -02:00
KDSBrowne
165df38dcb
fix Failed prop type warning in LeaveConfirmation
2017-12-14 11:35:10 -08:00
KDSBrowne
57e1f80d55
convert to component that entends Purefunction
2017-12-14 11:23:43 -08:00
Tainan Felipe
c582f5bf08
add meetingEnded in Base component aand add intl translation
2017-12-14 17:03:34 -02:00
Lucas Zawacki
a370285f0b
Capture several errors and crashes in client and bbb-webrtc-sfu
2017-12-14 16:42:13 -02:00
KDSBrowne
2cebd8d8d9
remove console logs
2017-12-14 09:35:45 -08:00
KDSBrowne
b59106912a
fix console warnings
2017-12-14 09:31:05 -08:00
Anton Georgiev
1b939ad2aa
Merge pull request #4803 from antobinary/adjust-polls-4778
...
Poll updated event - drop requesterId/presenterId and rename event
2017-12-14 13:25:34 -02:00
Joao Siebel
845692b9e5
Merge remote-tracking branch 'upstream/v2.0.x-release' into hide-audio-labels
2017-12-14 09:01:38 -02:00
Joao Siebel
45ec92c230
Merge remote-tracking branch 'upstream/v2.0.x-release' into whiteboard-toolbar-locale
2017-12-14 08:47:45 -02:00
Anton Georgiev
375b8ad68a
add permissionLayout location for Safari
2017-12-13 15:37:31 -05:00
Anton Georgiev
886b32d2ef
set defaultProps for glow to be false
2017-12-13 14:19:26 -05:00
Anton Georgiev
334c80083e
Merge pull request #4753 from jfsiebel/html5-tooltip
...
Add tooltip for buttons without label
2017-12-13 17:13:28 -02:00
Anton Georgiev
97989025df
audio related linting
2017-12-13 14:03:14 -05:00
Tainan Felipe
5bd52234e6
add more width for modal
2017-12-13 17:00:16 -02:00
Tainan Felipe
bbbb64b4fd
fix error in logoutURL
2017-12-13 16:59:24 -02:00
Oswaldo Acauan
1eacfcb5a1
Fix Meteor.error subscription params
2017-12-13 16:27:53 -02:00
Anton Georgiev
b450db91f7
Merge pull request #4683 from KDSBrowne/z14-fix-userlist-keyboard-accessibility
...
Fix user-list keyboard accessibility
2017-12-13 16:25:44 -02:00
Oswaldo Acauan
d19c127b1f
Add redirect to /logout if not loggedin or on subscription errors
2017-12-13 16:20:56 -02:00
Oswaldo Acauan
b7fa508d9d
Simplify auth code and remove clearCredentials on errors. Fix #4812
2017-12-13 16:20:47 -02:00
Oswaldo Acauan
2faf40e381
Throw meteor error when Acl fails for subscriptions
2017-12-13 16:20:37 -02:00
Oswaldo Acauan
62454b826b
Remove duplicated log
2017-12-13 16:20:29 -02:00
Anton Georgiev
4765ff80ef
Move <audio> to main.html
...
Currently it is deep within Base component. So when Base is re-rendered with the updated locale, we lose <audio>. Placing it in main.html, outside Base resolved the problem
2017-12-13 11:32:36 -05:00
Anton Georgiev
a30026a5ed
Merge pull request #4804 from OZhurbenko/fix-edge-default-locale
...
Fixed a problem with the default locale selection in Edge
2017-12-12 16:16:38 -02:00
Oleksandr Zhurbenko
ed7b3f619a
Corrected the detection of the clear_status
2017-12-12 09:27:51 -08:00
Oleksandr Zhurbenko
c31ee309f4
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into fix-userlist-sorting
2017-12-12 09:11:22 -08:00
Oleksandr Zhurbenko
15f8099b84
Fixes a default locale selection for Edge, Windows 10
2017-12-12 09:05:43 -08:00
Maxim Khlobystov
b42668c65f
Merge pull request #4802 from OZhurbenko/fix-message-list-bottom-padding
...
Fixed last chat message view in Firefox
2017-12-12 11:37:46 -05:00
Anton Georgiev
38c87c7f75
poll voted - drop requesterId and rename event
2017-12-12 11:19:24 -05:00
Oleksandr Zhurbenko
c9770c02fb
Fixed bottom padding for the last chat message in Firefox and Edge
2017-12-12 07:44:10 -08:00
Oleksandr Zhurbenko
ed0c338f8a
Fixed sorting in the user list
2017-12-12 07:03:33 -08:00
Tainan Felipe
004290183d
add screen to when the meeting is closed
2017-12-12 11:08:43 -02:00
Joao Siebel
7009e4cebf
Resolve linter problems
2017-12-11 16:47:34 -02:00
Joao Siebel
0d2276e8c5
Change actions button icon
2017-12-11 15:09:09 -02:00
Tainan Felipe
5fb0b9b9b7
fix merge conflict
2017-12-11 15:00:16 -02:00
KDSBrowne
909a44bdd3
remove unused user-list-header
2017-12-11 07:32:23 -08:00
Joao Siebel
8740b7aac6
Hide labels from actions, status, mute/unmute and join/leave audio buttons
2017-12-11 11:48:50 -02:00
Tainan Felipe
a66db4797a
Merge remote-tracking branch 'upstream/v2.0.x-release' into toast-breakout-ends
2017-12-11 08:14:27 -02:00
Anton Georgiev
96f773b954
Merge pull request #4751 from Tainan404/fix-userlist-bug
...
Fix false click in userlist.
2017-12-08 16:51:40 -02:00
Anton Georgiev
129f6a221a
Merge pull request #4769 from OZhurbenko/presenter-functionality-2x
...
Fixed Text Shape for the desktop FF 57 and 58, disabled spellCheck
2017-12-08 16:51:13 -02:00
prlanzarin
7d5a722e12
Removed router for video-menu
...
Also removed unused class in video-dock css
2017-12-08 16:53:28 +00:00
prlanzarin
bdc89e0830
Refactored webcam share/unshare handlers
2017-12-08 16:52:37 +00:00
Anton Georgiev
085eb57556
add ejectUserFromVoice for moderator
2017-12-08 11:40:52 -05:00
prlanzarin
06b273c251
Moved video-dock and video-menu collection communication to services
2017-12-08 16:38:51 +00:00
prlanzarin
c4acd83ee9
Removed unused states from video-dock component and refactored event listeners
2017-12-08 16:35:46 +00:00
prlanzarin
24e4317f9a
Removed unused methods from actions bar component
2017-12-08 16:32:08 +00:00
prlanzarin
7e44806bc2
Removed unused Screenshare import
2017-12-08 16:26:28 +00:00
Joao Siebel
bf058959eb
Remove log and add delay between hover/focus and showing the tooltip
2017-12-08 11:45:25 -02:00
João Francisco Siebel
950eb488a0
Add locale to whiteboard toolbox items
2017-12-08 11:28:02 -02:00
Anton Georgiev
48bf163559
linting and clean-up
2017-12-07 17:13:44 -05:00
Anton Georgiev
a1a64a1524
Protect dial-in users from web user actions
...
disallow { promote / demote / make presenter / clear status } being triggered on a dial in user
2017-12-07 17:07:02 -05:00
Anton Georgiev
9f1a80078c
handle join and leave of call-in user
2017-12-07 15:50:50 -05:00
Anton Georgiev
bf7c26f02b
Merge pull request #4712 from Tainan404/localize-public-clear
...
Localize message from when clear the chat.
2017-12-07 18:27:55 -02:00
Joao Siebel
b03efc021c
Remove unused package and fix whiteboard toolbar submenu tooltip
2017-12-07 14:11:34 -02:00
Tainan Felipe
b14ba1bdae
removed click error and userlist item that remained selected
2017-12-07 13:54:25 -02:00
Oleksandr Zhurbenko
33c190790c
Fixed Android detection for the text shape
2017-12-06 12:00:18 -08:00
KDSBrowne
53b6f8c71c
remove focus when ESC key pressed
2017-12-06 09:05:32 -08:00
KDSBrowne
7631359bd1
Merge remote-tracking branch 'upstream/v2.0.x-release' into z14-fix-userlist-keyboard-accessibility
2017-12-06 08:57:28 -08:00
KDSBrowne
9606b5aa10
add prop validation
2017-12-06 08:53:16 -08:00
KDSBrowne
61de88d8d0
clean up code
2017-12-06 08:36:29 -08:00
KDSBrowne
089b3c5b56
make userlist accessibility work via props/state
2017-12-06 08:34:23 -08:00
Oleksandr Zhurbenko
61c5478887
Disabled spellcheck for the text shape and added an android check
...
.. so that tap-to-focus text shape workaround for FF 57 and 58 for Android didn't interfere with the desktop versions
2017-12-05 17:22:24 -08:00
Anton Georgiev
c9a5ded2c1
Merge pull request #4662 from Tainan404/fix-design
...
Fix design issues
2017-12-05 18:54:08 -02:00
Lucas Zawacki
4e2833aa07
Merge branch 'bbb-webrtc-sfu' of github.com:prlanzarin/bigbluebutton-1 into bbb-webrtc-sfu
...
Conflicts:
bigbluebutton-html5/imports/ui/components/video-dock/component.jsx
2017-12-05 17:58:58 -02:00
Anton Georgiev
255d64d430
Merge pull request #4687 from Gcampes/audio-refactor-bugfixes
...
Audio bugfixes and improvements
2017-12-05 17:17:35 -02:00
Lucas Zawacki
45ee2e7fa4
Adjustments to video reconnect code
2017-12-05 17:13:42 -02:00
prlanzarin
62f15fd55c
Merge remote-tracking branch 'gutobenn/bbb-webrtc-sfu' into bbb-webrtc-sfu
2017-12-05 14:53:50 +00:00
Anton Georgiev
e5060ea6b4
Merge pull request #4734 from OZhurbenko/presenter-functionality-2x
...
Whiteboard touch events support, bug fixes, improvements
2017-12-04 18:59:59 -02:00
Joao Siebel
056dc4051d
Add tooltip feature for buttons without label
2017-12-04 17:43:08 -02:00
Oswaldo Acauan
df23e6bbb1
Remove auto-select current after deleting
2017-12-04 14:19:10 -02:00
Oswaldo Acauan
938c3c2c0d
Add actual current pres indicator
2017-12-04 14:18:57 -02:00
Oswaldo Acauan
7f153b3ffd
Fix files with defaultFile name not changing properly
2017-12-04 14:18:29 -02:00
Tainan Felipe
812d5d396d
fix margin-bottom of userlist title
2017-12-04 10:45:03 -02:00
Tainan Felipe
188fa68ff9
fix false click in userlist
2017-12-04 10:42:47 -02:00
Oleksandr Zhurbenko
68391cc782
Added touch events support for the cursor
2017-12-01 19:35:15 -08:00
Lucas Zawacki
1f2f5dc218
More reconnect logic and some translations
2017-12-01 21:40:25 -02:00
Maxim Khlobystov
8a1efec998
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into selenium-visual-regression
2017-12-01 11:36:11 -05:00
Tainan Felipe
b58248bafc
fix React warns in emoji select
2017-12-01 11:11:17 -02:00
Tainan Felipe
964c4195a3
refactor user left message
2017-12-01 10:01:07 -02:00
KDSBrowne
632d56d456
fix scrollbar appearing when it shouldn't
2017-11-30 13:02:33 -08:00
KDSBrowne
23e3d6b322
fix mouse not able to scroll through lists in userlist
2017-11-30 12:51:05 -08:00
KDSBrowne
628c6114c7
change variable names
2017-11-30 11:48:16 -08:00
KDSBrowne
d81591e7ce
Merge remote-tracking branch 'upstream/v2.0.x-release' into z14-fix-userlist-keyboard-accessibility
2017-11-30 11:17:03 -08:00
Anton Georgiev
28215f1614
Merge pull request #4682 from KDSBrowne/z15-fix-userlist-border-onclick
...
Disable pointer-events on lists in the userlist
2017-11-30 16:36:01 -02:00
KDSBrowne
8b1e96acb8
fix first item in lists not being selected bug
2017-11-30 09:57:20 -08:00
Tainan Felipe
19723f3da1
change id of the intl
2017-11-30 08:29:52 -02:00
Tainan Felipe
488f9eacc3
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-design
2017-11-29 09:32:39 -02:00
Maxim Khlobystov
bc3fd3bc06
Merge pull request #4726 from antobinary/mute-toggle-work
...
Pass mute boolean in redis msg on mute/unmute user
2017-11-28 15:58:06 -05:00
KDSBrowne
a599bcd7c7
remove the need for .firstChild
2017-11-28 12:10:12 -08:00
Augusto Bennemann
5d2a78a5ce
HTML5 video iOS support
2017-11-28 17:31:36 -02:00
Tainan Felipe
f5cf9c5893
Fix user list dropdown bug when making user presenter
2017-11-28 15:20:47 -02:00
Oswaldo Acauan
a5024f3b7b
Add toast notification for meteor call errors
2017-11-28 10:29:11 -02:00
Oswaldo Acauan
807bd99f82
Fix stuck state on conversion failure
2017-11-28 10:26:00 -02:00
Oleksandr Zhurbenko
006b7c7af6
Corrected logging for the clearAnnotations method
2017-11-27 11:23:38 -08:00
Oswaldo Acauan
e8de534964
Add error handling on presentation upload and covnersion
2017-11-27 15:44:45 -02:00
Oleksandr Zhurbenko
1d6aee1826
Fixed a bug with the dropdown list separator not being displayed in Firefox
2017-11-24 19:15:49 -08:00
Oleksandr Zhurbenko
28772e51ed
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into presenter-functionality-2x
2017-11-24 18:55:19 -08:00
Anton Georgiev
64f2613818
send requesterId rather than userId on request to akka-aps
2017-11-24 17:03:17 -05:00