Commit Graph

19365 Commits

Author SHA1 Message Date
prlanzarin
4d5a671a19 Finished porting the video server app to use base media library 2017-11-10 21:05:51 +00:00
Oleksandr Zhurbenko
b3a75e71f2 Corrected visual regression config 2017-11-10 12:47:50 -08:00
Oleksandr Zhurbenko
abb75276fa Added a few different viewports for the test suites 2017-11-10 12:07:14 -08:00
Oleksandr Zhurbenko
152152b65b Removed browser name from the screenshot names 2017-11-10 11:55:57 -08:00
Oleksandr Zhurbenko
0a8c0c959c Fixed undefined in the test screenshot names, added width and height 2017-11-10 11:48:50 -08:00
Oleksandr Zhurbenko
1472dbf39e Added touch events support for all common shapes (rectangle, triangle, ellipse, line) 2017-11-09 15:51:09 -08:00
KDSBrowne
ff7371683d fix icon alignment 2017-11-09 09:17:49 -08:00
KDSBrowne
5e037eb64d replace values in focus mixin with variables 2017-11-09 09:13:14 -08:00
KDSBrowne
40435c925c Merge branch 'z11-focus-style-refactor' of https://github.com/KDSBrowne/bigbluebutton into z11-focus-style-refactor 2017-11-09 09:04:38 -08:00
KDSBrowne
3264ee26f2 replace pixel values with variables 2017-11-09 09:03:32 -08:00
KDSBrowne
c3f7c5e666 replace pixel values with variables 2017-11-09 08:54:20 -08:00
KDSBrowne
6f7328fa70 reduce gaps between userlist items 2017-11-09 08:37:41 -08:00
Tainan Felipe
7318370a7e Add localization for slides options 2017-11-09 13:45:24 -02:00
Oleksandr Zhurbenko
3cfadabbae
Detete a garbage file 2017-11-08 19:49:24 -05:00
Oleksandr Zhurbenko
450f2b2c89 Added touch events support for pencil 2017-11-08 16:47:29 -08:00
KDSBrowne
d9fedcc8ca remove btnFocus mixin and add styles to button component 2017-11-08 11:42:37 -08:00
Gabriel Carvalho de Campes
92b1081186 add permission overlay on audio 2017-11-08 16:41:15 -02:00
KDSBrowne
75c445b582 rename color variables in palette.scss 2017-11-08 08:42:13 -08:00
Fred Dixon
3d5ffed888
Merge pull request #4640 from riadvice/fix-presentation-context-menu
Fix presentation context menu when switching locale
2017-11-08 08:11:07 -05:00
KDSBrowne
a9e11c2149 remove customUserlistItemFocus and add styles to %list-item 2017-11-07 11:07:11 -08:00
Ghazi Triki
cc6718007a Center popups and alerts when the application is resized. 2017-11-07 17:57:35 +01:00
KDSBrowne
9e82e80cd8 rename customBtnFocus and replace borders with box-shadow 2017-11-07 08:52:55 -08:00
Anton Georgiev
6ea557a91f
Merge pull request #4641 from Gcampes/patch-4
Fixes settings service
2017-11-07 14:28:21 -02:00
Gabriel Carvalho de Campes
d144aa0d00
Fixes settings service
settings service was missing a `||`
2017-11-07 14:21:43 -02:00
Ghazi Triki
6b9389d487 Fix presentation context menu actions add when switching locale as viewer. 2017-11-07 17:18:11 +01:00
KDSBrowne
1850bc782c remove customLinkFocus and replace with elementFocus 2017-11-07 08:06:31 -08:00
KDSBrowne
3af605571c remove customListItemFocus and add focus style to dropdown list 2017-11-07 07:52:18 -08:00
Fred Dixon
2249fb51f1
Merge pull request #4637 from capilkey/fix-presentation-stutter
Improvements to the page move events
2017-11-06 17:24:46 -05:00
Chad Pilkey
0b7ee4d694 improvements to the page move events 2017-11-06 16:36:20 -05:00
KDSBrowne
1a5d6c5ae4 rename customInputFocus and replace borders 2017-11-06 13:14:58 -08:00
KDSBrowne
4a413ae135 rename customListFocus and remove borders 2017-11-06 12:58:17 -08:00
Maxim Khlobystov
d6a03eee86
Merge pull request #4636 from OZhurbenko/polling-fix
Fixed a bug with passing props to the polling container
2017-11-06 13:32:18 -05:00
Oleksandr Zhurbenko
561709644d Fixed a bug with props in the polling container 2017-11-06 10:24:10 -08:00
Oleksandr Zhurbenko
bdb8af6d40 Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into presenter-functionality-2x 2017-11-06 10:10:53 -08:00
Maxim Khlobystov
bc1a4c473c
Merge pull request #4581 from Gcampes/locale-browser-default
Set initial locale to be the browser one
2017-11-06 11:16:36 -05:00
prlanzarin
014bf59d09 Merge remote-tracking branch 'origin/html5-video-screenshare' into node-bbb-apps-packaging 2017-11-06 15:47:53 +00:00
prlanzarin
050d4c29bf Moved HTML5 video adjustment to a separate script 2017-11-06 15:42:00 +00:00
prlanzarin
e96fc385f1 Handling HTML5 screensharing stop
The action bar stop button is temporary
2017-11-06 15:39:55 +00:00
prlanzarin
ddb2902834 Small refactoring on kurento-extension
Proper HTML5 screenshare viewer handling

Changed Firefox screensharing constraints to pick windows and limited max resolution to HD
2017-11-06 14:27:12 +00:00
prlanzarin
c04e3da068 Added kurento screensharing viewer stop logic 2017-11-06 14:23:48 +00:00
prlanzarin
9175400c2e Tryin to prevent overlapping video instances from the same connection 2017-11-06 14:22:36 +00:00
Gabriel Carvalho de Campes
24f66860f8 fix for browsers that do not support navigator.languages 2017-11-06 10:21:21 -02:00
Gabriel Carvalho de Campes
56fe843e1a Merge branch 'locale-browser-default' of https://github.com/gcampes/bigbluebutton into locale-browser-default 2017-11-06 10:06:33 -02:00
Gabriel Carvalho de Campes
fa52daf34a change initial locale setting 2017-11-06 10:06:05 -02:00
Oleksandr Zhurbenko
132953dbc9 Fixed vertical scrolling in Safari and Chrome on mobile devices
css vh units in mobile Safari & Chrome work as if the URL bar is hidden, even though it's not
2017-11-04 00:49:52 -07:00
Oleksandr Zhurbenko
9934d90fff Integrated babel-plugin-react-remove-properties for Selenium tests 2017-11-04 00:38:44 -07:00
Oleksandr Zhurbenko
716de591ed Integrated webdriver-manager into the testing process 2017-11-03 13:51:14 -07:00
Maxim Khlobystov
cc749d5f01 Starting to cleanup the modals spec: moved login logic to a page object. 2017-11-03 19:33:01 +00:00
Chad Pilkey
6fcf97eaf6
Merge pull request #4629 from capilkey/drop-mic-on-call-end
Attempt to release mic when not needed for webrtc
2017-11-03 14:54:19 -04:00
Oleksandr Zhurbenko
97c854a003 Fixed example tests 2017-11-03 10:59:54 -07:00