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

505 Коммитов

Автор SHA1 Сообщение Дата
Vijay Budhram 62e393e067 Release v1.117.2 2018-08-01 14:05:05 -04:00
Vlad Filippov 212d0c3590 Release v1.117.1 2018-07-25 21:44:36 -04:00
Vlad Filippov 0284ac684f
Release v1.117.0 (#2540) 2018-07-25 21:01:32 -04:00
Ryan Kelly a1e64dd093
chore(browserid): Remove unnecessary browserid routes. (#2539); r=philbooth,stomlinson
The BrowserID verifier insists that we advertize "provisioning" and
"authentication" routes in /.well-known/browserid but nothing in the
current architecture requires these routes to actually exist.  Let's
remove the unused HTML content to reduce future potential attack
surface.
2018-07-24 02:15:43 -07:00
Ryan Kelly 59de0ae2e1
feat(scopes): Use shared code lib for checking OAuth scopes. (#2501); r=vbudhram,shane-tomlinson 2018-07-22 23:42:39 -07:00
Phil Booth 2bfa482d45
fix(package): fixes for npm security audit
https://github.com/mozilla/fxa-auth-server/pull/2530
r=vbudhram
2018-07-19 15:52:56 +01:00
Phil Booth 834c0f1cea
Merge branch 'master' into train-116 2018-07-16 20:15:25 +01:00
Phil Booth adc7a4ab08 Release v1.116.1 2018-07-16 19:01:04 +01:00
Vlad Filippov 63738c85b5
feat(server): Update to hapi 17 (#2486) r=@vbudhram,@philbooth
Fixes #2438

Co-authored-by: deeptibaghel deeptibaghel@gmail.com
2018-07-11 09:19:05 -04:00
Shane Tomlinson 109b95c5b4 Release v1.116.0 (#2513) 2018-07-11 09:17:56 -04:00
Shane Tomlinson 91dbc0dc20 Release v1.116.0 2018-07-11 13:51:18 +01:00
Phil Booth 55b3290082
feat(metrics): add amplitude event properties for email service/sender
https://github.com/mozilla/fxa-auth-server/pull/2508
r=rfk
2018-07-10 10:19:51 +01:00
Ryan Kelly ed9c6a0962 Merge v1.115.1 point-release to master. (#2493) 2018-06-28 17:07:58 -04:00
Ryan Kelly 7dfccea0d4 Release v1.115.0 2018-06-27 15:30:59 +10:00
Ryan Kelly f359006c87
feat(devices): Introduce infrastructure for "device commands". (#2449); r=philbooth,eoger 2018-06-26 18:04:28 -07:00
Vijay Budhram eb16b9074e Release v1.114.3 2018-06-21 13:05:21 -04:00
Ryan Kelly 60d42984a4 Release v1.114.2 2018-06-19 11:23:12 +10:00
Shane Tomlinson 66d18232f6 Release v1.114.1 2018-06-14 09:11:47 -07:00
Shane Tomlinson 3a60d051f5 fix(l10n): Enable nb-NO locale by updating fxa-shared (#2474) r=@philbooth,@vladikoff 2018-06-14 09:04:45 -07:00
Shane Tomlinson 60414697a2 Release v1.114.0 2018-06-13 10:25:16 -07:00
Shane Tomlinson be7e6f1b79
chore(merge): Reverse merge v1.113.5-private into origin/master (#2472) r=@vbudhram
* fix(signing): Don't let mustVerify sessions sign a certificate if unverified.
* fix(2FA): enforce 2FA on /reauth
2018-06-13 10:21:04 -07:00
Ryan Kelly 9e53247eb6
fix(devices): Remove the unused "device capabilities" API. (#2460); r=eoger
This was never used by production clients and is being replaced
with "device commands" in a future release.
2018-06-05 14:50:35 +10:00
Ryan Kelly 49499b279c Release v1.113.3 2018-05-31 12:09:37 +10:00
Ryan Kelly 2f2c00c32e
fix(deps): Really use v1.113.1 of auth-db-mysql (#2461); r=jrgm 2018-05-31 12:08:37 +10:00
Ryan Kelly eb30571994 Release v1.113.2 2018-05-31 10:05:23 +10:00
Ryan Kelly 220d99de40 Release v1.113.1 2018-05-31 09:33:10 +10:00
Shane Tomlinson c0b9f57e60 Release v1.113.0 2018-05-30 20:01:08 +01:00
Shane Tomlinson 44e9dacc9d
fix(deps): Update fxa-geodb version, remove nexmo (#2446) r=@philbooth 2018-05-21 15:37:58 +01:00
Phil Booth 50daca9a74 Merge branch 'train-112' 2018-05-17 11:32:40 +01:00
Phil Booth 6421afe0e5 Release v1.112.1 2018-05-17 11:23:15 +01:00
Phil Booth c2767f5359
refactor(metrics): move amplitude email types back here from fxa-shared
https://github.com/mozilla/fxa-auth-server/pull/2442
r=vbudhram
2018-05-16 23:00:31 +01:00
Phil Booth 2b663dd511
fix(nsp): fix nsp warnings
https://github.com/mozilla/fxa-auth-server/pull/2443
r=rfk
2018-05-16 22:30:42 +01:00
Shane Tomlinson 180422bcee Release v1.112.0 2018-05-16 13:47:42 +01:00
Vijay Budhram a9c8aca42a
feat(emails): notify users when they are running low on recovery codes (#2429), r=@shane-tomlinson
Add a new email template `lowRecoveryCodes` that is sent when the user is running low on codes.
2018-05-10 12:44:38 -04:00
Vijay Budhram 291713ac63 fix(deps): update shrink (#2431) r=@vladikoff 2018-05-10 09:04:51 -07:00
John Morrison 690ba822cb fix(newrelic): update newrelic module (#2424) r=@vladikoff 2018-05-07 20:04:06 -04:00
Phil Booth 0f47132324 Release v1.111.1 2018-05-04 12:31:58 +01:00
Shane Tomlinson 7a5e80a4d5 Release v1.111.0 2018-05-02 10:28:05 +01:00
Vlad Filippov b43fd2813b
feat(node): update to node 8 (#2404) r=@jrgm 2018-04-23 20:39:02 -04:00
Ryan Kelly 9ed5a33441 chore(deps): Update web-push to latest release. (#2407) r=@vladikoff 2018-04-23 20:24:38 -04:00
vladikoff 6e2726a1e6 Release v1.110.1 2018-04-19 12:37:38 -04:00
Shane Tomlinson 81b3a7b42d Release v1.110.0 2018-04-18 13:35:22 +01:00
Phil Booth a6069e0880
refactor(metrics): use boiler-plate amplitude code from fxa-shared
https://github.com/mozilla/fxa-auth-server/pull/2384
r=vbudhram
2018-04-09 18:12:40 +01:00
Ryan Kelly ffbcf2607c Release v1.109.0 2018-04-04 11:28:55 +10:00
Phil Booth d3eeab178a
chore(emails): use popular email domain list from fxa-shared
https://github.com/mozilla/fxa-auth-server/pull/2380
r=vbudhram
2018-04-03 17:55:16 +01:00
Vijay Budhram 110190d12d
fix(totp): add totp code window validation config (#2371), r=@vladikoff 2018-03-29 18:20:34 +00:00
Phil Booth fd26a4abb2
chore(db): prevent the possibility of future url-injection bugs
https://github.com/mozilla/fxa-auth-server/pull/2368
r=vbudhram
2018-03-27 19:02:28 +01:00
Edouard Oger 50400600f6 chore(deps): upgrade joi to 12.0.0 (#2358) 2018-03-22 11:45:21 +00:00
Ryan Kelly 903a08c8fe Release v1.108.0 2018-03-21 13:35:11 +11:00
Ryan Kelly ab856aff66 Merge branch 'train-107' 2018-03-19 13:43:25 +11:00