Граф коммитов

5821 Коммитов

Автор SHA1 Сообщение Дата
Shane Tomlinson 3803c6ef1e
fix(test): Fix the openid-config/metrics flow tests on teamcity
* Set a default value of `allowed_metrics_flow_cors_origins` to `null`
* Change the default value of `pairing.server_base_uri` to
  `wss://dev.channelserver.nonprod.cloudops.mozgcp.net` which is used
  by all dev boxes. Production config will need to be updated to handle
  this change.

fixes #7066

BREAKING CHANGE
2019-03-26 15:38:10 +00:00
Shane Tomlinson aa895192a7
Merge pull request #7073 from MozillaOnline/scale-down-qr-totp r=@shane-tomlinson
fix(style): scale down larger customized qr-image for totp
2019-03-26 14:05:46 +00:00
Vijay Budhram 4cfac43f4d
Merge pull request #7081 from karansapolia/fix-for-6877, r=@vbudhram
feat(totp): Add loading indicator for session status verification
2019-03-25 17:30:04 -04:00
Karan Sapolia 4591dd6da6 feat(totp): Add loading indicator for session status verification
Show a loading indicator when 'Enable' is clicked in Two-step
authentication settings panel and session is being verified.
Remove the earlier used  unverified panel during verification.
Consequently remove the jank caused due to unverified panel
when section is opened.

fixes: #6877
2019-03-26 01:22:24 +05:30
Vlad Filippov eeef7188a7
Merge pull request #7077 from mozilla/success_screen
feat(oauth): add oauth success screen
2019-03-25 14:41:23 -04:00
hritvi 92cdbc10db feat(oauth): add oauth success screen
Co-authored-by: Vlad Filippov <vlad.filippov@gmail.com>
Co-authored-by: hritvi <hritvi2801@gmail.com>

Fixes #6996
2019-03-25 14:14:58 -04:00
Vlad Filippov 56c1ff67c9
Merge pull request #7086 from mozilla/deps-fix
fix(deps): update dependencies
2019-03-25 14:14:11 -04:00
Vlad Filippov 3bee63e487 fix(tests): fix bad legal docs link 404 2019-03-25 14:00:30 -04:00
Vlad Filippov 2e5a1fa42f fix(deps): update dependencies
Fixes https://npmjs.com/advisories/788
2019-03-25 11:41:20 -04:00
Les Orchard da94f530c8
Merge pull request #7052 from RPraneetha/refactor-6988
refactor(mixin): cleaned up usage of uap.supportsSvgTransformOrigin()…
2019-03-21 13:16:14 -04:00
Les Orchard 4d8c723f56
Merge pull request #7038 from hritvi/green_banner
style(settings): Added green banner for account recovery
2019-03-21 13:10:39 -04:00
Ramya Praneetha bc5fba20e5 refactor(mixin): cleaned up usage of uap.supportsSvgTransformOrigin() in views
Added a mixin to implement the functionality of returning graphicId based on if the browser supports Svg Transform Origin or not.
Fixes #6988
2019-03-21 22:25:37 +05:30
Hector Zhao 0fd2fec9e3 fix(style): scale down larger customized qr-image for totp 2019-03-21 14:27:34 +08:00
Les Orchard a8efbdb8e6
Merge pull request #7059 from AlbionaHoti/6578-Loading-button-adds-unneeded-height
fix(fxa-client): comment margin: 2px
2019-03-20 14:52:22 -04:00
Albiona cfd26e97f8 fix(fxa-client): comment margin: 2px
fix(fxa-client): delete margin-top
2019-03-20 18:12:29 +01:00
Shane Tomlinson e978dc4ae0
Merge pull request #7037 from farhan787/issue-#7033 r=@shane-tomlinson
fix(auth_broker): fx-desktop-v1 merged into fx-ios-v1
2019-03-20 08:48:00 +00:00
Vlad Filippov 5c66b7b7f9
Merge pull request #7065 from mozilla/ref-browser-icons
feat(settings): add Fenix and Ref Browser icon
2019-03-19 20:36:39 -04:00
vladikoff 53b9f7f0a3 feat(settings): add Fenix and Ref Browser icon 2019-03-19 17:46:22 -04:00
John Morrison b336bb0eea
Merge pull request #7064 from mozilla/fix-npm-ci-all-deps-teamcity
fix(teamcity): npm ci all the things
2019-03-19 12:02:23 -07:00
John Morrison ccf956907a fix(teamcity): npm ci all the things 2019-03-19 10:54:09 -07:00
Muhammad Farhan 6cd6fae2f0 fix(auth_broker): fx-desktop-v1 merged into fx-ios-v1 2019-03-19 22:00:16 +05:30
Shane Tomlinson f87a303e05
Merge pull request #7061 from mozilla/train-133 r=@philbooth
chore(release): Merge train-133 into master
2019-03-19 13:06:33 +00:00
Shane Tomlinson 10f1ba6209
Release v1.133.0 2019-03-19 11:45:14 +00:00
Shane Tomlinson 11383f541e
Merge pull request #7046 from farhan787/issue-#6880 r=@shane-tomlinson
fix(blank email): error message for blank email query parameter fixed
2019-03-19 10:52:47 +00:00
Phil Booth ea4b82adbd
Merge pull request #7060 from mozilla/feature.redis-cfg
https://github.com/mozilla/fxa-content-server/pull/7060
r=vladikoff
2019-03-19 10:33:40 +00:00
Phil Booth cdec092d5f
fix(config): fix default config for feature-flagging 2019-03-19 06:46:00 +00:00
Phil Booth 274d3cc980
feat(feature-flags): wire in experiments to the feature-flag api
Originally added in 62f4b637, then reverted in e64c571b because it broke
fxa-dev. That breakage was caused by missing Redis config for backoff
and retry, and a too-low limit on pending connections. Those required
config tweaks are added in the next commit.
2019-03-19 06:42:58 +00:00
Phil Booth 1345f4db4b
Merge pull request #7058 from mozilla/pb/revert-feature-flags
https://github.com/mozilla/fxa-content-server/pull/7058
r=vladikoff
2019-03-18 19:33:34 +00:00
Phil Booth e64c571b1f
revert(feature-flags): remove feature-flagging
Feature-flagging caused fxa-dev to fail with Redis connection errors.
Let's back it out from `master` while I dig into what's going wrong.
This reverts commit 62f4b63709.
2019-03-18 19:14:57 +00:00
Muhammad Farhan 052b2eed7c fix(blank email): error message for blank email query parameter fixed 2019-03-18 22:07:32 +05:30
Phil Booth e58f443328
Merge pull request #6945 from mozilla/pb/6890-feature-flags
https://github.com/mozilla/fxa-content-server/pull/6945
r=shane-tomlinson,vbudhram
2019-03-18 15:43:49 +00:00
Phil Booth 62f4b63709
feat(feature-flags): wire in experiments to the feature-flag api 2019-03-18 14:38:40 +00:00
hritvi 0fbb524974 style(settings): Added green banner for account recovery 2019-03-18 19:10:50 +05:30
Les Orchard f7b4e80a52
Merge pull request #7049 from RPraneetha/style-6632
fix(style): improve legibility of body copy
2019-03-15 15:23:50 -04:00
Ramya Praneetha 7d662111f5 fix(style): improve legibility of body copy
fixes #6632
2019-03-15 18:41:24 +05:30
Phil Booth cb99ac2384
Merge pull request #7047 from mozilla/pb/auth-conflict-error
https://github.com/mozilla/fxa-content-server/pull/7047
r=shane-tomlinson
2019-03-14 13:58:16 +00:00
Phil Booth 5c78359730
chore(errors): add translated string for redis conflict errors 2019-03-14 12:38:51 +00:00
Shane Tomlinson c1cb23dd64
Merge pull request #7031 from hritvi/button_widths r=@ryanfeeley
style(buttons): fixes length of buttons
2019-03-13 13:08:29 +00:00
Shane Tomlinson c7e9a6b5d7
Merge pull request #7041 from farhan787/issue-#7040 r=@shane-tomlinson
fix(node 8): support for node 8 removed
2019-03-13 11:06:53 +00:00
Shane Tomlinson e4e485ce35
Merge pull request #7024 from farhan787/issue-#7023 r=@ryanfeeley
style(rotate button): rotate button size increased and moved away from zoom-in button
2019-03-13 10:43:18 +00:00
Les Orchard 0fcaa77d68
Merge pull request #7039 from hritvi/center-avatar
style(avatar): centered avatar in landscape mode
2019-03-12 13:28:46 -04:00
Muhammad Farhan 5c2803066a fix(node 8): support for node 8 removed 2019-03-12 20:57:17 +05:30
Shane Tomlinson 5d1778076d
Merge pull request #7032 from farhan787/issue-#7026 r=@shane-tomlinson
fix(style): different length of success message fixed on scrolling
2019-03-12 15:07:02 +00:00
hritvi 0e51e2bd82 style(avatar): centered avatar in landscape mode 2019-03-11 15:27:44 +05:30
Shane Tomlinson 7af51def9f
Merge pull request #7034 from mozilla/issue-7030-deprecate-fx-desktop-v2 r=@philbooth
fix(sync): Remove support for `context=fx_desktop_v2`
2019-03-11 09:35:29 +00:00
Muhammad Farhan 3cda34361a style(success message): fixed different length of success message on scrolling 2019-03-10 23:36:57 +05:30
Shane Tomlinson ee464010e5
Merge pull request #7036 from mozilla/train-132 r=@philbooth
chore(release): Merge train-132 into master
2019-03-09 09:13:10 +00:00
Shane Tomlinson 6a8332fff1
Release v1.132.1 2019-03-08 21:35:24 +00:00
Shane Tomlinson 2cd142da4c
Merge pull request #7035 from mozilla/train-132-validate-metrics-flow r=@philbooth
chore(release): Merge private-Train 132 into public
2019-03-08 21:34:56 +00:00
Shane Tomlinson 5792b00e74
fix(sync): Remove support for `context=fx_desktop_v2`
Hot on the heels of #6895, it's now relatively pain
free to deprecate a context.

This deprecates `context=fx_desktop_v2` which hasn't
been used since Firefox 45, 20 versions ago.

Users will instead be prompted to upgrade their
Firefox.

fixes #7030
2019-03-08 21:10:23 +00:00