Commit Graph

38 Commits (5fc6fb6e49785c1f56fe3d698da31a2f17551d20)

Author SHA1 Message Date
Michael Q Larson 89858f6604 fix an error introduced when the contact.js controller was refactored 2014-12-31 09:57:48 -08:00
Berkeley Martinez 86fcfe8296 Major refactor. Add error handlers everywhere. 2014-12-23 08:48:28 -08:00
Michael Q Larson d9502856dc SEO improvements suggested by Mark 2014-11-23 15:08:46 -06:00
Michael Q Larson b63b0af13f update the nonprofit contact form for new address 2014-11-20 09:54:17 -08:00
Michael Q Larson 80fbe1dee4 fix nonprofit form and fix some mistakes in video links 2014-11-04 14:57:00 -08:00
Michael Q Larson ed6848cc14 fix floating column issue, add facebook auth back in, update nonprofit mailer title 2014-10-28 15:51:41 -07:00
Michael Q Larson 029daa816f rename non-profit to nonprofit 2014-10-26 09:32:57 -07:00
Michael Q Larson 2387e00ca8 update non-profit route 2014-10-26 09:22:53 -07:00
Michael Q Larson 05c31ba15d firechat and firepad installed but not fully working 2014-10-12 01:51:55 -07:00
Sahat Yalkabov ae3dc2b483 Update nodemailer API usage in contact controller 2014-07-15 17:24:28 -04:00
Sahat Yalkabov 23c71d80b8 Indentation fix for email providers 2014-05-29 18:40:23 -04:00
Sahat Yalkabov 6a8480da8e Removed commented out mailgun code.
Switched to generator-approach.
2014-04-14 13:44:16 -04:00
Sahat Yalkabov 0e30f2f7b3 Updated contact form mail options 2014-03-16 13:46:08 -04:00
Sahat Yalkabov a987efea4a JavaScript style formatting.
SendGrid as a default service for contact form.
2014-02-11 10:46:39 -05:00
Lee Munroe c46c321978 Add Nodemailer and Mailgun option for contact form 2014-02-10 13:32:38 -08:00
Sahat Yalkabov a456508e60 Update jsdoc strings 2014-02-07 10:21:18 -05:00
Sahat Yalkabov 1db2daa01a Removed redundant req.assert for empty email
Swapped code order of a few things in app.js to make it more consistent in terms of coding style
2014-02-02 05:38:38 -05:00
Sahat Yalkabov 666a70a50e Update contact page to work with express-flash 2014-01-28 17:44:25 -05:00
Sahat Yalkabov f26940942a Mapped sengrid error message to msg property so it matches express-validator 2014-01-23 22:36:28 -05:00
Sahat Yalkabov 2c351ea6eb Update sendgrid email address 2014-01-23 22:25:13 -05:00
Sahat Yalkabov 76475411d1 Add contact page server side validation assertions using express-validator 2014-01-23 22:19:18 -05:00
Sahat Yalkabov 3ed327e2e8 Updated jsdoc comments 2014-01-13 04:34:54 -05:00
Sahat Yalkabov 38245ccfb8 Code cleanup, updated jsdoc comments, added missing "next" error middleware to api.js controllers. 2014-01-13 04:24:31 -05:00
Sahat Yalkabov bd36575122 Refactoring 2014-01-07 18:15:14 -05:00
Sahat Yalkabov f660cd5129 Declared Passport helper middleware so you don't have to explicitly pass user: req.user explicitly to templates 2014-01-03 18:19:11 -05:00
Sahat Yalkabov 36ba87ce09 Code refactoring, renamed token to accessToken in user schema, comment strings for routes, 2013-12-20 13:48:33 -05:00
Sahat Yalkabov a9ac61e063 Renamed config.js to secrets.js to better match the intents of the file 2013-12-20 01:31:16 -05:00
Sahat Yalkabov 7497f36c03 Append Name field to the bottom of email on contact form 2013-12-19 13:31:20 -05:00
Sahat Yalkabov c7d3905fa2 Updated config.js references 2013-12-06 20:18:21 -05:00
Sahat Yalkabov 2fe97293c7 Added name field to contact form 2013-12-04 20:55:01 -05:00
Sahat Yalkabov cdcf5c5d46 Sendgrid now uses a more sophisticated Email object rather than plain object (more flexible for sending complex email message) 2013-11-30 13:34:28 -05:00
Sahat Yalkabov b5fc4a024f Success and error flash messages on contact form 2013-11-30 13:27:43 -05:00
Sahat Yalkabov 2778848043 Added sendgrid package and user/pass to config 2013-11-30 13:14:29 -05:00
Sahat Yalkabov d023e2f997 contact form improvements, partial POST form implementation 2013-11-30 02:30:00 -05:00
Sahat Yalkabov 3db05555f8 Added contact form 2013-11-20 08:03:10 -05:00
Sahat Yalkabov 0108b4349a Added temporary footer 2013-11-19 23:19:53 -05:00
Sahat Yalkabov b7cba35637 Created API and contact page templates 2013-11-19 14:36:10 -05:00
Sahat Yalkabov cfd376c538 added routes and controllers (not yet implemented) for contact and api sample browser pages 2013-11-19 14:33:11 -05:00