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

2556 Коммитов

Автор SHA1 Сообщение Дата
vladikoff 48f3ee9920 chore(files): remove vagrant config 2017-03-22 20:22:43 -04:00
Vlad Filippov 9c49c5fab6 chore(docs): update node version in docs 2017-03-22 20:20:24 -04:00
Phil Booth 5eb8f97a7b Merge branch 'train-83' 2017-03-22 12:03:32 +00:00
Phil Booth 92e33a6b60 Release v1.83.2 2017-03-22 12:02:42 +00:00
Phil Booth 7949706010 fix(sms): add config to disable geo-ip lookup in /sms/status
https://github.com/mozilla/fxa-auth-server/pull/1756

r=shane-tomlinson
2017-03-22 12:00:31 +00:00
Vijay Budhram cad110ad8a Release v1.83.1 2017-03-21 19:12:29 -04:00
Vijay Budhram 1fc861703b feat(email): Pass correct args to verify_email (#1754), r=@philbooth 2017-03-21 19:09:10 -04:00
Edouard Oger 2e8342093c feat(profile): send push notifications after a profile update 2017-03-21 18:56:26 -04:00
Edouard Oger c90719a041 fix(push): reject extra push-payloads properties instead of removing them 2017-03-21 18:56:18 -04:00
Jon Buckley c77df318e8 chore(config): Added environment variable support for verificationReminders.pollTime
https://github.com/mozilla/fxa-auth-server/pull/1751

r=philbooth
2017-03-21 17:02:08 +00:00
Phil Booth 74ddd9711b Release v1.83.0 2017-03-21 11:12:14 +00:00
Ryan Kelly 3be60f3133 fix(tokens): Don't override createdAt when deserializing an existing token. (#1744); r=philbooth 2017-03-21 21:44:42 +11:00
Ryan Kelly 2bdd3f1ebd Merge pull request #1745 from mozilla/merge-train-82-private
Merge train-82-private branch
2017-03-21 17:06:13 +11:00
Ryan Kelly d45cdb3caa Merge branch 'train-82-private' into public-master
Conflicts:
	lib/email/utils/helpers.js
	test/local/email/bounce.js
	test/local/email/delivery.js
	test/local/lib/senders/email.js
2017-03-21 16:40:28 +11:00
Phil Booth 33041e972c chore(config): change SMS region config from regex to array (#1743) r=vladikoff 2017-03-20 19:30:29 -04:00
Vlad Filippov e440d8f220 refactor(routes): remove preVerifyToken support (#1690) r=rfk
Fixes #1599
2017-03-20 19:27:14 -04:00
Phil Booth a843f7421f fix(docs): fix broken links in metrics events docs (#1738) r=vladikoff 2017-03-20 08:53:53 -04:00
Phil Booth fb916c25a7 fix(tests): fix bad assertion in mailer tests
https://github.com/mozilla/fxa-auth-server/pull/1737

r=rfk
2017-03-20 09:58:05 +00:00
vladikoff 7779206013 Release v1.82.7 2017-03-17 15:10:39 -04:00
Vijay Budhram 1932afee05 feat(logging): Use correct logging format (#60) r=vladikoff 2017-03-17 15:10:14 -04:00
vladikoff ab56769d03 Release v1.82.6 2017-03-17 13:20:23 -04:00
Vijay Budhram 37d656975a refactor(logging): Log email domain if popular otherwise log `other` (#1666), r=@rfk, @vladikoff (#59) 2017-03-17 13:19:55 -04:00
Vijay Budhram 357d2f7ce3 refactor(logging): Log email domain if popular otherwise log `other` (#1666), r=@rfk, @vladikoff 2017-03-17 12:51:10 -04:00
Sean McArthur 5138ad7d49 feat(db): make database fault tolerant of db server (#1716) r=vladikoff 2017-03-17 09:40:39 -04:00
Sean McArthur ef8f1c1975 fix(docker): prevent duplicate installation of dev dependencies (#1730) r=vladikoff 2017-03-17 09:39:02 -04:00
vladikoff e19e3ea2b5 Release v1.82.5 2017-03-16 17:03:45 -04:00
Vlad Filippov ac1e208f25 fix(config): sync up both auth and mailer configs (#58) r=jrgm 2017-03-16 17:00:19 -04:00
Phil Booth 917d7d8905 chore(docs): update the metrics documentation (#1732), r=@vbudhram 2017-03-16 09:41:45 -04:00
Phil Booth 1a907f7e24 fix(tests): invoke mocha recursively on test directories
https://github.com/mozilla/fxa-auth-server/pull/1728

r=vbudhram
2017-03-15 18:14:50 +00:00
Sean McArthur 8ea58bfce6 Merge pull request #1684 from mozilla/hard-bounce-error
feat(mailer): check for hard bounced or complaints before sending emails
2017-03-14 12:40:45 -07:00
Phil Booth 4cd6f9e17e fix(sms): ditch the silly ad-hoc config file for sender ids
https://github.com/mozilla/fxa-auth-server/pull/1722

r=vbudhram
2017-03-14 15:07:51 +00:00
Sean McArthur a9950accb1 Merge pull request #1715 from g-k/fix-version
fix(version): use cwd and env var to get version in dev
2017-03-13 15:55:42 -07:00
Greg Guthe a456c763cb
fix(version): use cwd and env var to get version in dev 2017-03-13 17:44:06 -04:00
Sean McArthur 9444872a62 Merge pull request #1719 from mozilla/phil/error-string
fix(errors): fix misleading error string for featureNotEnabled
2017-03-13 09:37:52 -07:00
Phil Booth 1c8511a24d fix(errors): fix misleading error string for featureNotEnabled 2017-03-13 15:39:07 +00:00
vladikoff 5e34357c42 Release v1.82.4 2017-03-11 13:05:10 -05:00
vladikoff ba6a8de7f8 fix(mailer): fix sender from field. uplift 2017-03-11 13:04:37 -05:00
Sean McArthur 8c5570a2e7 Merge pull request #1717 from mozilla/mailer-sender-fix-uplift
fix(mailer): fix sender from field. uplift
2017-03-10 20:55:49 -08:00
vladikoff 461c52f980 fix(mailer): fix sender from field. uplift 2017-03-10 22:25:38 -05:00
Phil Booth efed703641 fix(tokens): ensure account reset tokens get a fresh createdAt
https://github.com/mozilla/fxa-auth-server/pull/1711

r=vbudhram
2017-03-10 06:12:45 +00:00
Sean McArthur 51f85ced9a feat(mailer): check for hard bounced or complaints before sending emails 2017-03-09 10:17:49 -08:00
Phil Booth c2dc6fcfca fix(metrics): suppress route flow events if metrics context is invalid
https://github.com/mozilla/fxa-auth-server/pull/1710

r=rfk
2017-03-09 08:55:23 +00:00
Vlad Filippov bbdaa645b1 fix(sessions): improve tests and fix incorrect buffer conversion (#1708) r=vbuhdram 2017-03-08 20:25:27 -05:00
vladikoff 8a727cab10 Release v1.82.3 2017-03-08 13:10:32 -05:00
Edouard Oger 32750a290a fix(push): fix push payload validation and disallow additional props (#57) r=vladikoff 2017-03-08 12:37:50 -05:00
Phil Booth 2a5d3d0b77 fix(metrics): log locale instead of accept languages on flow events
https://github.com/mozilla/fxa-auth-server/pull/1702

r=vbudhram,vladikoff
2017-03-08 16:40:21 +00:00
vladikoff cd78f13133 Release v1.82.2 2017-03-08 11:14:02 -05:00
Vlad Filippov 55bba26b2e feat(metrics): Log metrics event for sending a tab between devices. (#1700); r=pb,vbudhram,seanmonstar (#1706) 2017-03-08 11:13:29 -05:00
Ryan Kelly e2942c2371 feat(metrics): Log metrics event for sending a tab between devices. (#1700); r=pb,vbudhram,seanmonstar 2017-03-08 16:18:39 +11:00
Vlad Filippov 5a1561b6c9 chore(docs): add circle badge (#1703) 2017-03-07 16:46:38 -05:00