vladikoff
4934527b3a
fix(metrics): make sure to track oauth screen views in amplitude
...
Fixes #6742
2018-12-18 16:33:47 -05:00
Vlad Filippov
9cee542fcf
Merge pull request #6761 from mozilla/adv-745
...
fix(nsp): add advistory 745
2018-12-18 16:33:21 -05:00
vladikoff
ec376ceac9
fix(nsp): add advistory 745
2018-12-18 14:43:09 -05:00
Shane Tomlinson
40bc66e6eb
Merge pull request #6747 from mozilla/train-127
...
chore(release): Merge train-127 into master
2018-12-13 14:00:25 +00:00
Shane Tomlinson
bb793aa9ae
Release v1.127.0
2018-12-11 21:31:57 +00:00
Vijay Budhram
2e50197bde
Merge pull request #6744 from mozilla/remove-confusing-message, r=@shane-tomlinson
2018-12-11 16:06:41 -05:00
Vlad Filippov
bf647e0a7d
Merge pull request #6746 from mozilla/i6653
...
feat(sms): remove SMS padlock
2018-12-11 13:59:40 -05:00
vladikoff
3f249be58f
feat(sms): remove SMS padlock
...
Fixes #6653
2018-12-11 12:27:13 -05:00
Vijay Budhram
2b17fe426d
fix(reset): remove confusing account recovery password reset messaging
2018-12-11 11:30:35 -05:00
Vijay Budhram
ee6d02800e
Merge pull request #6735 from mozilla/token-code-25, r=@shane-tomlinson
...
chore(code): enable token code for 25% of all lockbox ios users
2018-12-10 11:24:10 -05:00
Vijay Budhram
56b07b631b
Merge pull request #6734 from mozilla/issue-6722, r=@shane-tomlinson, @vladikoff
2018-12-10 11:17:22 -05:00
Phil Booth
5511b99d77
Merge pull request #6733 from mozilla/pb/activity-109
...
https://github.com/mozilla/fxa-content-server/pull/6733
r=shane-tomlinson
2018-12-10 15:33:58 +00:00
Shane Tomlinson
55431afe06
Merge pull request #6739 from mozilla/issue-6736-feature-flag-coppa r=@philbooth
...
feat(coppa): Put COPPA behind a feature flag.
2018-12-10 14:58:14 +00:00
Shane Tomlinson
fe877dba27
feat(coppa): Put COPPA behind a feature flag.
...
Mozilla China's FxA stack does not need COPPA. So that
they don't have to remove it every time we update our
code, this puts the feature behind a feature flag.
In configuration, coppa.enabled set to `false` will disable COPPA.
fixes #6736
2018-12-07 11:54:21 +00:00
Vijay Budhram
d8522f330b
chore(code): enable token code for 25% of all lockbox ios users
2018-12-04 23:20:36 -05:00
Phil Booth
c10d699ad6
feat(metrics): add deviceId to the resume token
...
This ensures that the device id we send to Amplitude will remain
consistent when following links in emails, which should fix the broken
funnel analysis.
2018-11-30 09:48:17 +00:00
Vijay Budhram
5485d45e2f
chore(verify): remove server side verification
2018-11-29 23:03:03 -05:00
Shane Tomlinson
c7d332eb01
Merge pull request #6732 from mozilla/train-126 r=@vladikoff
...
chore(release): Merge train-126 into master
2018-11-28 13:05:56 +00:00
Shane Tomlinson
a948757342
Release v1.126.0
2018-11-28 06:22:43 +00:00
Vlad Filippov
2719fc562e
Merge pull request #6731 from mozilla/i6331
...
fix(tests): update from sinon reset to resetHistory
2018-11-27 16:45:56 -05:00
vladikoff
34377d4177
fix(tests): update from sinon reset to resetHistory
...
Fixes #6331
2018-11-27 15:26:39 -05:00
Shane Tomlinson
58b8eaac18
Merge pull request #6726 from mozilla/issue-6725-l10n-extraction r=@vladikoff
...
fix(l10n): Use an inline `t` function to ensure l10n works as expected.
2018-11-26 16:05:00 +00:00
Shane Tomlinson
b6ed1e4ae4
Merge pull request #6727 from mozilla/issue-6723-oauth-email-first-signup-test-common-password r=@philbooth
...
fix(test): Fix the OAuth email-first functional test that used a common password.
2018-11-26 16:04:39 +00:00
Shane Tomlinson
2dd05c2931
fix(test): Fix the OAuth email-first functional test that used a common password.
...
`password123` is common, `passwordzxcv` is not.
fixes #6723
2018-11-26 13:57:35 +00:00
Shane Tomlinson
ac14c3a10a
Merge pull request #6720 from mozilla/bz1509117-sessionTokenContext-oauth-signin r=@philbooth
...
chore(oauth): Add tests for signing into an OAuth relier w/ a Sync sessionToken.
2018-11-26 12:45:30 +00:00
Shane Tomlinson
881efbc9a6
fix(l10n): Use an inline `t` function to ensure l10n works as expected.
...
`t` in `const {t} = BaseView` was being translated by Webpack/babel into
_base.t, which is not recognized by our l10n extraction script.
This changes all `t` declarations to use `const t = msg => msg` which
in local testing, has always kept the same name.
I tried using a module with a simple `module.export = msg => msg` and
import/requiring this using `import t from 'lib/t'`, but Webpack/babel
sometimes changed the `t` to `t_` which also is not recognized by
our extraction script.
issue #6725
2018-11-23 14:25:53 +00:00
Shane Tomlinson
6f6474f579
Merge pull request #6721 from mozilla/bz1508736-send-oauth-creds r=@philbooth
...
chore(config): Add the new Send redirect_uris to the Send scopedKeys list.
2018-11-23 11:39:07 +00:00
Shane Tomlinson
4ff4dffa97
chore(config): Add the new Send redirect_uris to the Send scopedKeys list.
...
bz1508736
2018-11-22 11:34:10 +00:00
Shane Tomlinson
d8b94f9a1a
chore(oauth): Add tests for signing in w/ an expired Sync sessionToken.
...
bz1509117
2018-11-22 10:48:50 +00:00
Shane Tomlinson
73d89250b2
Merge pull request #6719 from mozilla/use-selectors-cached-tests r=@philbooth
...
chore(test): Use selectors module in the cached signin tests.
2018-11-22 10:22:44 +00:00
Shane Tomlinson
ddfc810fcd
chore(test): Use selectors module in the cached signin tests.
...
I was writing tests for bz1509117 and noticed these files have loads
of hard coded selectors, which are updated to use the selectors
module.
ref bz1509117
2018-11-22 09:59:02 +00:00
Phil Booth
a9ad335952
Merge pull request #6718 from mozilla/pb/6702
...
https://github.com/mozilla/fxa-content-server/pull/6718
r=vbudhram
2018-11-21 18:03:23 +00:00
Phil Booth
07371075db
fix(validation): accept emails containing an apostrophe on the front-end
2018-11-21 15:23:51 +00:00
Shane Tomlinson
f2b4b56a0f
Merge pull request #6706 from mozilla/issue-6572-pw-strength-pw-reset r=@vbudhram
...
feat(pw-strength): Add pw-strength meter to password reset
2018-11-21 06:32:43 +00:00
Shane Tomlinson
509ea899de
feat(pw-strength): Add pw-strength meter to password reset
...
New PW strength bubble is added to the "complete password reset" screen.
fixes #6572
2018-11-20 14:26:07 +00:00
Vijay Budhram
a95ded1727
Merge pull request #6716 from mozilla/issue-6713, r=@vladkoff
2018-11-19 15:25:07 -05:00
Vijay Budhram
27bf1c0669
Merge pull request #6705 from mozilla/update-recovery-key-save-options, r=@vladikoff
2018-11-19 15:24:32 -05:00
Vijay Budhram
2c042a2d67
fix(recovery): update recovery save options
2018-11-19 15:07:13 -05:00
Vijay Budhram
4611e19de1
Merge pull request #6703 from mozilla/issue-6495, r=@vladikoff
...
fix(reset): remove confusing password reset messaging
2018-11-19 15:03:31 -05:00
Vijay Budhram
9743a55856
Merge pull request #6700 from mozilla/issue-6634, r=@vladikoff
...
feat(signin): add use different account option in security/recovery codes
2018-11-19 15:00:32 -05:00
Vijay Budhram
289b7452c2
fix(tests): use stronger password in functional tests
2018-11-19 14:29:58 -05:00
Vlad Filippov
ee4e759829
Merge pull request #6715 from mozilla/rm-hpkp
...
refactor(headers): remove HPKP
2018-11-19 14:08:01 -05:00
vladikoff
223ccb0d33
refactor(headers): remove HPKP
...
Fixes #6714
2018-11-19 10:33:09 -05:00
Vlad Filippov
261b9e690a
Merge pull request #6712 from mozilla/fix-test-server-modules-dependency
...
fix(tests): install node-uuid when running tests/teamcity/run-server.sh
2018-11-15 20:46:29 -05:00
John Morrison
a59a9de41f
fix(tests): install node-uuid when running tests/teamcity/run-server.sh
2018-11-15 14:09:29 -08:00
Vlad Filippov
4abc60dce3
Merge pull request #6695 from mozilla/i6679
...
fix(styles): fix icon for Firefox Add-ons
2018-11-14 10:32:25 -08:00
Vlad Filippov
2747d0d4cc
fix(styles): adjust icon style
2018-11-14 18:16:27 +00:00
vladikoff
11938ffa33
fix(styles): fix icon for Firefox Add-ons
2018-11-14 18:16:27 +00:00
Vijay Budhram
0223776c8f
Merge pull request #6708 from mozilla/train-125
...
Release v1.125.0
2018-11-14 12:51:39 -05:00
Vijay Budhram
6c7c27ff05
Merge pull request #6707 from mozilla/format-complete-password-reset, r=@vbudhram
2018-11-14 08:46:33 -05:00