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

75 Коммитов

Автор SHA1 Сообщение Дата
Danny Coates 278cc596ae step 1 in fixing i18n 2014-03-09 17:33:52 -07:00
Andrew Chilton 03d80cd0cb Fixes #606 : Add back in it-CH as default, remove en-AU, fix tests 2014-03-05 10:16:17 +13:00
Danny Coates 6b8019e0a2 i18n is busted. hacked up until we get the errors sorted. should fix #598 2014-02-28 12:35:48 -08:00
Andrew Chilton 76361514c9 Add a templateServer config item 2014-02-26 12:01:19 +13:00
Andrew Chilton 01a1097cca Add separate config files for various tests for local template server 2014-02-26 12:01:19 +13:00
Andrew Chilton 427dc01b15 Use our own fake content server when testing 2014-02-26 12:01:19 +13:00
Andrew Chilton 9e46fe1a91 Remove email templates since now fetch from fxa-content-server 2014-02-26 12:01:19 +13:00
Andrew Chilton 67b44eec3c Fetch all localised templates from the fxa-content-server and use them 2014-02-26 12:01:19 +13:00
Danny Coates 0412d23f32 default mysql connection limits to 10 2014-02-23 18:35:35 -08:00
Danny Coates 5cd39e419e Implement log summary line 2014-02-13 22:21:26 -08:00
Ryan Kelly bac97bd5c9 Add "queueLimit" config option for mysql. 2014-02-13 14:47:22 +11:00
Zachary Carter 696ab882e6 add content-langauge header to sent emails 2014-02-10 14:14:50 -08:00
Andrew Chilton 62602bd945 Fixes #527 : Remove 'Report It' link 2014-02-04 10:31:43 +13:00
Andrew Chilton 0178635d4e Fixes #523: Correct passwordForgotToken 2014-01-28 10:15:58 +13:00
Danny Coates e6a5729642 refactored crypto/password.js and added verifierVersion config parameter 2014-01-21 11:26:26 -08:00
Danny Coates 7be72d8b1f added app level token expiry 2014-01-15 13:23:29 -08:00
Danny Coates f121e92a06 changed the reset password link url to complete_reset_password
cc @zaach
2014-01-14 18:22:32 -08:00
Danny Coates f4ae4bb8bc added service and redirectTo options to endpoints that send email 2014-01-13 14:49:43 -08:00
Danny Coates b55c234083 added a link to password reset email 2014-01-09 18:57:31 -08:00
Peter deHaan d729bdd5b5 Cleaning up some warnings from ESLint 2014-01-09 12:12:28 -08:00
Danny Coates 2dde6d32f6 replace emscrypt.js with scrypt-hash 2014-01-02 13:05:00 -08:00
Ryan Kelly 9a4e467930 awsbox needs a verified sender address 2013-12-20 09:38:48 +11:00
Ryan Kelly 9227ef016a Stop sending bound emails to rfkelly; there's only noise in there. 2013-12-20 09:30:22 +11:00
Ryan Kelly 57448828f7 Simplest possible patch to make scrypt-helper URL configurable. 2013-12-17 16:43:00 +11:00
Ryan Kelly 97a7ca0b21 Rename NODE_ENV=production to NODE_ENV=prod 2013-12-17 15:36:34 +11:00
Danny Coates 81cec9a1e1 made log level configurable in dev 2013-12-12 10:02:33 -08:00
Andrew Chilton 1e36f75dc3 Fixes #385 - Separate master and slave mysql configs 2013-12-11 13:23:44 +13:00
Ryan Kelly c2bde79d3e Rename "kvstore" config settings to "db". 2013-12-10 09:58:34 +11:00
Danny Coates 4543823d0b camelCase all the config options 2013-12-09 12:26:41 -08:00
Ryan Kelly fe82e1f098 First, rough attempt at internationalization of emails. 2013-12-09 12:53:24 +11:00
Danny Coates 7bbcae4176 added mail_helper.js for local email testing 2013-12-07 15:56:11 -08:00
Danny Coates c580f6cd5e removed mysql from dev.json
Fixes #378
2013-12-06 16:15:11 -08:00
Andrew Chilton 75b74260e0 Make the MySql instance own the pool 2013-12-06 18:07:09 +13:00
Danny Coates 45d557cf2f added preVerified option to /account/create in non-production environments 2013-12-04 14:12:30 -08:00
Ryan Kelly 14be104708 Disable node-toobusy in dev environment. 2013-11-28 12:58:31 +11:00
Ryan Kelly 65ea778387 Make default config use local smtp server, not gmail. 2013-11-26 12:31:41 +11:00
Ryan Kelly 591af25e72 Auto-verify by default when config.env == "dev".
This should fix some test brokenness caused by renaming "local" to "dev" and
making it the default environment.
2013-11-21 15:36:06 +11:00
Ryan Kelly 41a48c5a2f Use rfkelly as the email sender for awsbox deployment.
In theory this means I should get bounce notifications, which will
suffice for development purposes until we get a proper monitoring setup
going.
2013-11-20 13:53:07 +11:00
Ryan Kelly 0964b318ed Update all the things for new dev domains. 2013-11-20 13:36:21 +11:00
Ryan Kelly 09a26bd237 Add a "dev" NODE_ENV and make it the default. 2013-11-19 13:46:04 +11:00
Ryan Kelly d89418a0e3 Basic RedisNonceDB implementation 2013-11-14 17:01:52 +11:00
Ryan Kelly 306a2062dc Implement basic in-memory nonce database 2013-11-14 16:22:07 +11:00
Danny Coates bed35af55a change config back to kvstore for now in order to not break awsbox config 2013-10-30 10:13:24 -07:00
Danny Coates 20b4db620e start of mysql tests 2013-10-29 17:31:54 -07:00
Danny Coates 9924a2e5e8 WIP on mysql api 2013-10-29 13:48:21 -07:00
Ryan Kelly d7922a1bfe Make TOOBUSY_MAX_LAG be automatically converted to an int. 2013-10-28 11:39:13 -07:00
Ryan Kelly 977433eca8 Make toobusy.max_lag a configuration parameter. 2013-10-28 11:39:13 -07:00
Ryan Kelly 09747260b2 Append /v1 prefix to email verification links 2013-10-23 10:57:43 +11:00
Zachary Carter 8d98c1c7ab use https url for fab 2013-09-27 12:12:14 -07:00
Danny Coates 5d3cd14b9d removed extra log config options 2013-09-17 11:19:30 -07:00