Commit Graph

778 Commits (2d8188c8df97e8a11a8536f4cdb30f1e987d36db)

Author SHA1 Message Date
Sahat Yalkabov 2d8188c8df UI improvements to "My friends list" on Facebook API page 2014-02-12 14:59:51 -05:00
Sahat Yalkabov f967c5ca20 Added extra profile information on Facebook API page for "/me" 2014-02-12 14:24:31 -05:00
Sahat Yalkabov dae1c8f2db Updated FAQ 2014-02-12 13:28:55 -05:00
Sahat Yalkabov 8bd9c0c71c Update nodejitsu logo 2014-02-11 13:04:53 -05:00
Sahat Yalkabov 93eaf16dc8 Node clusters clarification in project structure 2014-02-11 11:13:22 -05:00
Sahat Yalkabov 64026b56a3 Update README.md 2014-02-11 11:07:19 -05:00
Sahat Yalkabov deae23d29f Update FAQ
Added a section that explains how to switch SendGrid for Mailgun
2014-02-11 11:03:57 -05:00
Sahat Yalkabov 68b9be88a1 Merge branch 'leemunroe-add-mailgun'
* leemunroe-add-mailgun:
  Removed sendgrid image logo
  JavaScript style formatting. SendGrid as a default service for contact form.
  Add Nodemailer and Mailgun option for contact form
2014-02-11 10:48:41 -05:00
Sahat Yalkabov 8a199942f2 Removed sendgrid image logo 2014-02-11 10:47:41 -05:00
Sahat Yalkabov a987efea4a JavaScript style formatting.
SendGrid as a default service for contact form.
2014-02-11 10:46:39 -05:00
Sahat Yalkabov b6391fccf8 Merge branch 'add-mailgun' of https://github.com/leemunroe/hackathon-starter into leemunroe-add-mailgun
* 'add-mailgun' of https://github.com/leemunroe/hackathon-starter:
  Add Nodemailer and Mailgun option for contact form
2014-02-11 10:32:14 -05:00
Sahat Yalkabov 28a7033d32 Added Venmo instructions for obtaining API keys 2014-02-11 09:13:24 -05:00
Sahat Yalkabov b0331a0c5b Add note regarding multiple authentications 2014-02-11 09:01:02 -05:00
Sahat Yalkabov 7ecbf0b65b Merge pull request #68 from yurivictor/master
Little typo
2014-02-11 08:48:07 -05:00
Sahat Yalkabov fa81bebf9e Updated dependencies 2014-02-11 08:41:44 -05:00
Sahat Yalkabov f12422ba1b Removed todo comments 2014-02-11 08:40:33 -05:00
Sahat Yalkabov 4bc0642a48 Removed console.log from venmo success callback 2014-02-11 08:31:56 -05:00
Sahat Yalkabov 82bf9df29d Add login required label on Vemo link 2014-02-11 08:29:00 -05:00
Sahat Yalkabov 3b570cd9e0 Minor template cleanup 2014-02-11 08:26:05 -05:00
Sahat Yalkabov 6b7c68c1c6 Fixed a typo and added form placeholders 2014-02-11 08:24:04 -05:00
Sahat Yalkabov c5a73443d6 Fixed typo and added payment.target.user to recentPayments table in case User ID was used instead of email or phone # to send a payment 2014-02-11 08:14:50 -05:00
Sahat Yalkabov 241baf179a Add venmo recent payments 2014-02-11 08:04:20 -05:00
Sahat Yalkabov f0b5ad7bf0 Add isNumeric constraint on Venmo phone validation 2014-02-11 07:50:47 -05:00
yurivictor 51574e9512 Little typo, the Steam key should be pasted into secrets.js in the config folder rather than the file config.secrets.js. 2014-02-11 02:42:33 -05:00
Sahat Yalkabov d14732e0df Display Venmo error flash message on POST request if statusCode is not 200 2014-02-11 00:06:33 -05:00
Sahat Yalkabov 5275607bdb Add send a payment form, route and controller for Venmo API 2014-02-10 23:55:32 -05:00
Sahat Yalkabov 86801331a3 Added make payment form for Venmo API 2014-02-10 22:16:18 -05:00
Sahat Yalkabov fa96ffde30 Update textfield type for Name 2014-02-10 22:12:19 -05:00
Sahat Yalkabov 2ccd46e69b Add Venmo template 2014-02-10 22:03:02 -05:00
Sahat Yalkabov 81d4712ba9 Get profile data in getVenmo controller 2014-02-10 20:59:39 -05:00
Sahat Yalkabov 45613cda0e Add venmo authorize, callback and API urls, and a corresponding Venmo controller 2014-02-10 19:21:54 -05:00
Sahat Yalkabov 862ddb33fd Add Venmo oauth2 strategy 2014-02-10 19:20:45 -05:00
Lee Munroe c46c321978 Add Nodemailer and Mailgun option for contact form 2014-02-10 13:32:38 -08:00
Sahat Yalkabov 55a99318bf Added scripts: { start: "node app.js" } in package.json (per Heroku recommendation) 2014-02-10 13:43:36 -05:00
Sahat Yalkabov 65de734ee2 Removed Procfile and Update README accordingly. Not necessary for Heroku deployment. 2014-02-10 13:37:37 -05:00
Sahat Yalkabov 7c79609659 Merge branch 'seafoodbuffet-configurable_auth'
* seafoodbuffet-configurable_auth:
  Replaced tabs to spaces
  Converted tabs to spaces
  enable localAuth
  introduce configurable login providers to selectively show/hide different login methods
2014-02-10 11:27:18 -05:00
Sahat Yalkabov 414b0483ca Replaced tabs to spaces 2014-02-10 11:20:14 -05:00
Sahat Yalkabov b85954b62f Converted tabs to spaces 2014-02-10 11:16:31 -05:00
Sahat Yalkabov e357b39700 Changed successful login message to "success" flash instead of "info" 2014-02-10 11:04:36 -05:00
Sahat Yalkabov 0d4f2ae8fd Merge branch 'master' of https://github.com/JahlomP/hackathon-starter into JahlomP-master
* 'master' of https://github.com/JahlomP/hackathon-starter:
  Replaced hardcoded success flash with express-flash
2014-02-10 10:58:31 -05:00
Sahat Yalkabov d9682e1770 Updated FAQ 2014-02-10 00:11:20 -05:00
Sahat Yalkabov c8919acbe2 Rephrased FAQ question on 403 Error 2014-02-08 09:31:38 -05:00
Sahat Yalkabov ca326eea70 Update README 2014-02-08 09:29:48 -05:00
Sahat Yalkabov 7da425200d Minor README corrections 2014-02-08 01:20:04 -05:00
Sahat Yalkabov f824c66cd3 Merge pull request #61 from williamle8300/patch-2
Adding a note on how to remove Facebook's "#_=_"
2014-02-08 01:14:39 -05:00
Cheng Zhou 9d9f9c926c merge from upstream 2014-02-07 23:08:11 -06:00
Sahat Yalkabov 517e2f13d2 Removed form-control and form-group classes from CSRF inputs. Placed them at the top right after form block for consistency 2014-02-07 23:45:24 -05:00
Sahat Yalkabov 070f9a1f0a Merge remote-tracking branch 'origin/master'
* origin/master:
  Added OS icons to Prerequisites
  Update README.md
  Fixed minor bug in the flash example in README.md
2014-02-07 23:41:25 -05:00
Sahat Yalkabov 1143ac4320 Add CSRF input to Account Delete form. 2014-02-07 23:41:15 -05:00
Sahat Yalkabov cec811ebad Added OS icons to Prerequisites 2014-02-07 18:34:40 -05:00