Commit Graph

750 Commits

Author SHA1 Message Date
fa96ffde30 Update textfield type for Name 2014-02-10 22:12:19 -05:00
2ccd46e69b Add Venmo template 2014-02-10 22:03:02 -05:00
81d4712ba9 Get profile data in getVenmo controller 2014-02-10 20:59:39 -05:00
45613cda0e Add venmo authorize, callback and API urls, and a corresponding Venmo controller 2014-02-10 19:21:54 -05:00
862ddb33fd Add Venmo oauth2 strategy 2014-02-10 19:20:45 -05:00
55a99318bf Added scripts: { start: "node app.js" } in package.json (per Heroku recommendation) 2014-02-10 13:43:36 -05:00
65de734ee2 Removed Procfile and Update README accordingly. Not necessary for Heroku deployment. 2014-02-10 13:37:37 -05:00
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
414b0483ca Replaced tabs to spaces 2014-02-10 11:20:14 -05:00
b85954b62f Converted tabs to spaces 2014-02-10 11:16:31 -05:00
e357b39700 Changed successful login message to "success" flash instead of "info" 2014-02-10 11:04:36 -05:00
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
d9682e1770 Updated FAQ 2014-02-10 00:11:20 -05:00
c8919acbe2 Rephrased FAQ question on 403 Error 2014-02-08 09:31:38 -05:00
ca326eea70 Update README 2014-02-08 09:29:48 -05:00
7da425200d Minor README corrections 2014-02-08 01:20:04 -05:00
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
9d9f9c926c merge from upstream 2014-02-07 23:08:11 -06:00
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
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
1143ac4320 Add CSRF input to Account Delete form. 2014-02-07 23:41:15 -05:00
cec811ebad Added OS icons to Prerequisites 2014-02-07 18:34:40 -05:00
60439335e2 Merge pull request #62 from blister/master
Fixed minor bug in the flash example in README.md
2014-02-07 18:15:18 -05:00
12bc85b736 Update README.md 2014-02-07 17:56:21 -05:00
f16e71dc88 Fixed minor bug in the flash example in README.md
Minor bug in the req.flash Data Usage Controller example. String passed instead of an object wrapped string.
2014-02-07 17:54:13 -05:00
9915b37c98 Adding a note on how to remove Facebook's "#_=_" 2014-02-07 10:08:25 -08:00
db50b485da Merge remote-tracking branch 'origin/master'
* origin/master:
  Added Express tutorial link
2014-02-07 10:21:27 -05:00
a456508e60 Update jsdoc strings 2014-02-07 10:21:18 -05:00
f0c649145a Update Contributing section 2014-02-07 10:09:25 -05:00
f3bcafb42f Remove mongoose reference 2014-02-07 09:57:05 -05:00
a3ea1cb9e3 Refactor gravatar function 2014-02-07 09:54:03 -05:00
fab3c1455d Pass size of 60px to gravatar function from navbar. Since it won't be larger than that, no point loading a larger 200px image and then shrinking it. 60px already takes into consideration retina displays. The actual size of avatar is 30px. 2014-02-07 09:53:48 -05:00
116378642f Update instruction comments in application.js 2014-02-07 09:46:59 -05:00
de3d62b66b Replaced hardcoded success flash with express-flash 2014-02-07 08:04:22 +00:00
ed70466c43 introduce configurable login providers to selectively show/hide different login methods 2014-02-06 21:52:49 -06:00
7a1af5afe8 Added Express tutorial link 2014-02-06 08:55:19 -05:00
090e116546 Clarified instructions on app.locals.pretty = true 2014-02-06 08:45:07 -05:00
69a52ad3e1 Add comment blocks for twilio get and post controllers 2014-02-06 08:40:14 -05:00
b303a40aff Merge remote-tracking branch 'origin/master'
* origin/master:
  Updated Project Structure table
  Add mongoose section
  Updated Steam logo and API key instructions
2014-02-06 08:34:27 -05:00
aec3807d34 Updated docs button group on Twilio page.
Pass err.message instead of error object to the middleware.
2014-02-06 08:33:37 -05:00
78a3e681fb Success notification and redirect back to Twilio API page on successful text send. 2014-02-06 08:16:35 -05:00
a34dabbc68 Added Twilio POST route and controller 2014-02-06 08:09:54 -05:00
4e483fb07e Add 403 Forbidden on POST requests to FAQ 2014-02-06 08:09:39 -05:00
41cfc59cda Added Twilio API template, controller and route; + twilio library. 2014-02-06 07:46:47 -05:00
bed77159b9 Updated Project Structure table 2014-02-06 07:21:47 -05:00
56cac69379 Add mongoose section 2014-02-06 07:14:21 -05:00
86dcde4e25 Updated Steam logo and API key instructions 2014-02-06 04:50:41 -05:00
2475825c9b Responsive forms on User profile page. Fixes #58. 2014-02-06 04:40:13 -05:00
f0422b5dd8 Added error messages when Steam ID is invalid or missing 2014-02-06 04:13:42 -05:00
78b27a4841 Updated API index page 2014-02-06 04:07:12 -05:00