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

2471 Коммитов

Автор SHA1 Сообщение Дата
John Morrison a59e1bc21d refactor(mailer): hoist headers, to be symmetric with other code 2017-01-11 19:29:45 -08:00
Vijay Budhram ba65d88b97 Release v1.78.0 2017-01-11 09:41:15 -05:00
Phil Booth bc846c1a70 Merge pull request #1609 from mozilla/phil/issue-1597
fix(logging): handle /v1 path prefix in route summary flow events
refactor(logging): remove request argument from log methods

https://github.com/mozilla/fxa-auth-server/pull/1609

r=seanmonstar
2017-01-06 13:38:26 +00:00
Phil Booth a8f8c4a2f1 refactor(logging): remove request argument from log methods 2017-01-06 13:28:08 +00:00
Phil Booth 686306e398 fix(logging): handle /v1 path prefix in route summary flow events 2017-01-04 11:13:52 +00:00
Ryan Kelly 81be69d731 Release v1.77.0 2017-01-04 17:18:28 +11:00
Ryan Kelly c402dfb941 Release v1.77.0 2017-01-04 16:39:58 +11:00
Vijay Budhram 69552618cf refactor(signin): Add support for sending flow metrics in email (#1593); r=pb,vladikoff
Emails now include X-Flow-Id and X-Flow-Begin-Time headers, and we use them
to emit flow events if the email bounces.
2017-01-04 16:37:52 +11:00
Sean McArthur dd8b653d97 Merge pull request #245 from mozilla/i183
fix(templates): remove suspicious_location template
2017-01-03 11:26:57 -08:00
Vlad Filippov 1d877213e8 fix(templates): remove suspicious_location template
Fixes #183
2017-01-03 14:14:16 -05:00
Vlad Filippov 5e99cf3970 fix(emails): remove /v1/ api prefix (#1605); r=rfk
Fixes #1059
2017-01-03 06:38:43 +11:00
Sean McArthur dbde37dadf Merge pull request #1604 from mozilla/i1577
fix(docs): add unblock code API docs
2016-12-29 13:52:37 -08:00
Vlad Filippov 3655cfd6ce fix(docs): add unblock code API docs
Fixes #1577
2016-12-29 14:44:37 -05:00
Sean McArthur 6e25283e97 Merge pull request #1603 from mozilla/phil/issue-1426
refactor(server): eliminate duplicate calls to user-agent parser
2016-12-28 10:19:50 -08:00
Phil Booth 4ac625c7f6 refactor(server): eliminate duplicate calls to user-agent parser 2016-12-28 16:59:37 +00:00
Vijay Budhram 6fc0c50389 refactor(signin): Use new verify account sync template and add location data to others (#1600), r=@vladikoff
Added new verify sync account template and text tweaks.
2016-12-26 11:09:11 -05:00
Vlad Filippov f430684f3f fix(strings): add comma to ready, set, sync (#244) r=vbudhram 2016-12-23 12:05:43 -05:00
Vlad Filippov 1aa0464082 fix(template): remove extra line break in templates 2016-12-22 20:14:21 -05:00
Vlad Filippov d3c396847d fix(mailer): prepare subject for string extraction 2016-12-22 20:14:21 -05:00
Vijay Budhram 98aaf76046 refactor(templates): Add new sync template, add location data to password change, password reset 2016-12-22 20:14:21 -05:00
Sean McArthur 27e8e604bd Merge pull request #1598 from mozilla/unblock-refactor
Refactor sign-in unblock a little
2016-12-21 11:06:18 -08:00
Ryan Kelly ab3b7beda8 Release v1.76.1 2016-12-21 17:17:15 +11:00
Ryan Kelly 02e8f19031 fix(customs): Mark suspicious requests, even if they were rate-limited.
With unblock codes in place, it's possible that we will continue
processing a request even if customs-server says to block it.
We don't want to lose the isSuspiciousRequest bit in that case.
2016-12-21 16:37:46 +11:00
Ryan Kelly 83ef76a04a fix(unblock): Use normalized email address for feature-flag calculation. 2016-12-21 16:25:39 +11:00
Ryan Kelly 0c4beb7d97 refactor(signin): Extract unblock-code-checking into a separate helper function. 2016-12-21 16:00:17 +11:00
Vijay Budhram 4525f9cf5e fix(metrics): Add flowId and flowBeginTime to headers if avalible (#241), r=@seanmonstar
Add `flowId` and `flowBeginTime` to all email headers if available.
2016-12-20 09:13:02 -05:00
Phil Booth f8f8a2174f fix(logging): silence spurious "missing token" error noise
https://github.com/mozilla/fxa-auth-server/pull/1596

r=vbudhram
2016-12-19 15:37:37 +00:00
Sean McArthur c8c83b27f9 Merge pull request #1592 from mozilla/pool-reject-with-error
fix(pool): Reject with an Error instance for HTTP errors.
2016-12-15 21:21:01 -08:00
Ryan Kelly 60c15c8f97 fix(pool): Reject with an Error instance for HTTP errors. 2016-12-16 14:45:32 +11:00
Vijay Budhram 1d1fa41984 refactor(signin): Skip sign-in confirmation depending on account age (#1591), r=@seanmonstar, @rfk
This PR adds the ability to skip sign-in confirmation depending on an account's age.
2016-12-13 23:01:06 -05:00
Ryan Kelly 68ae0ac57a Release v1.76.0 2016-12-14 11:05:46 +11:00
Vlad Filippov ebce13a050 fix(l10n): update l10n SHA handling (#238) r=jrgm
Fixes #210
Fixes #112
2016-12-13 12:20:38 -05:00
vladikoff 8de0b4a05e Release v1.76.0 2016-12-13 11:54:56 -05:00
Ryan Kelly ddd4fdba33 fix(signup): Return canonical email address in 'account exists' error. (#1589), r=@vbudhram 2016-12-12 19:02:58 -05:00
Sean McArthur b199178f82 Merge pull request #1588 from mozilla/phil/translate-bug
fix(server): tolerate missing payload in AppError.translate
2016-12-09 15:56:26 -08:00
Phil Booth a19ff6d301 fix(server): tolerate missing payload in AppError.translate 2016-12-09 12:42:28 -10:00
Sean McArthur b344c211c3 Merge pull request #1585 from mozilla/phil/issue-1566
fix(server): remove redundant metrics context fields
2016-12-07 14:02:01 -10:00
Ryan Kelly bc42e268ed Release v1.75.2 2016-12-05 11:06:32 +11:00
Sean McArthur a60b808187 Merge pull request #1587 from mozilla/remove-unblock-context-check
Remove unblock context check
2016-12-04 13:35:15 -08:00
Ryan Kelly 764c96ab85 fix(unblock): Remove 'context' check from unblock feature-flag.
The front-end is no longer sending this data to the server
so we can't use it in our decision-making; plus we intend for
it to be rolled out to all clients anyway.
2016-12-05 07:58:29 +11:00
Ryan Kelly bff1d2cea2 Merge tag 'v1.75.1'
Version 1.75.1
2016-12-05 07:58:02 +11:00
Phil Booth f027f0bda5 fix(server): remove redundant metrics context fields 2016-12-04 04:31:00 -10:00
Phil Booth ed9ec79565 fix(server): make account.reset a flow event
https://github.com/mozilla/fxa-auth-server/pull/1584

r=rfk
2016-12-03 04:49:37 -10:00
Sean McArthur 0d2b16a90a Release v1.75.1 2016-12-02 09:52:34 -08:00
Phil Booth 1d49428aa8 fix(docs): add links to prs under "significant changes" (#1582) r=vladikoff 2016-12-01 06:31:36 -05:00
Ryan Kelly 505b6271b0 chore(login): Remove the legacy `contentToken` parameter from login
https://github.com/mozilla/fxa-auth-server/pull/1580

r=philbooth
2016-12-01 09:10:33 +00:00
Sean McArthur 5b3bb7d9bb Merge pull request #240 from mozilla/prod-deps-nov30
fix(deps): update prod dependencies
2016-11-30 14:07:58 -08:00
vladikoff d62080dfc5 fix(deps): update prod dependencies 2016-11-30 16:53:59 -05:00
Sean McArthur 3f42686ac5 Release v1.75.1 2016-11-30 13:10:31 -08:00
Sean McArthur 8791b0db24 Merge pull request #239 from mozilla/latest-l10n
chore(deps): pick up latest l10n, update shrinkwrap script
2016-11-30 13:09:49 -08:00