Commit Graph

169 Commits (0ced58c9f557aeb64f8452f39a87b95353a66bdc)

Author SHA1 Message Date
Sahat Yalkabov d1b0a855af Add build status badge 2014-02-26 02:49:47 -05:00
Sahat Yalkabov 4fbeef185b Added Windows Azure deployment instructions 2014-02-25 11:24:47 -05:00
Sahat Yalkabov fb391916fe Merge branch 'master' of github.com:sahat/hackathon-starter
* 'master' of github.com:sahat/hackathon-starter:
  Updated validator.js version
  Added node-inspector debugging tool to the list
2014-02-24 08:58:02 -05:00
Sahat Yalkabov e513cabd19 Updated README 2014-02-24 08:57:58 -05:00
Sahat Yalkabov d02e793cda Added node-inspector debugging tool to the list 2014-02-21 18:03:09 -05:00
Sahat Yalkabov eff0c28b54 Update README note 2014-02-21 17:41:35 -05:00
Sahat Yalkabov b46ec72d4d Added guide for how forgot password feature works 2014-02-20 14:31:37 -05:00
Sahat Yalkabov d324369e68 Updated README 2014-02-18 04:27:49 -05:00
Sahat Yalkabov b4df736398 Updated features list 2014-02-18 04:11:27 -05:00
Sahat Yalkabov a9ff2dbe90 Merge branch 'dstroot-reset'
* dstroot-reset: (27 commits)
  Added comments to User model on instance methods and mongoose middleware.
  Updated login template
  Add success flash notification on successful password reset
  Forgot password token changed to hex instead of base64 to avoid having slashes in the url
  Merged first and second waterfall steps into one, added var secrets = require('../config/secrets');, and mongoose query now returns a user object instead of an array
  Converted reset controller from eventemitter to async.waterfall.
  Added callback to async.waterfall for error handling via express middleware
  Renamed forgot password link
  Updated reset password template
  Cleaned up and refactored reset password template
  Updated schema's default values for password token and expires fields
  Update flash message on successful forgot password request
  Update contributing section
  Update POST /forgot description.
  Refactor Forgot controller
  Converted workflow/eventemitter code to async.waterfall
  Update error flash message, redirect to /forgot if no reset token is found or if it has expired
  Updated expiration of password token to 1hr, updated flash message when email is sent with password recovery instructions.
  Removed user _id from reset route. Use only token value. It's random enough that you don't need to include user id as well.
  Updated email template text, removed token salting, changed token to base64 (24bit)
  ...
2014-02-18 04:07:08 -05:00
Sahat Yalkabov 43e2afd607 Update contributing section 2014-02-18 02:33:57 -05:00
Sahat Yalkabov 4d5102e383 Various grammar corrections and clarifications 2014-02-18 00:55:39 -05:00
Sahat Yalkabov fe254500e4 Update README.md 2014-02-18 00:29:46 -05:00
Sahat Yalkabov 40fe314336 Update FAQ 2014-02-17 19:26:43 -05:00
Sahat Yalkabov 64598cf20a Update socket.io guide to include server.listen() 2014-02-17 11:56:03 -05:00
Sahat Yalkabov c6e197d940 Added two new client-side libraries to the list 2014-02-16 10:38:40 -05:00
Sahat Yalkabov 04b7e2f749 Merge remote-tracking branch 'origin/master'
* origin/master:
  Update packages table
  Added a table with list of packages + descriptions
2014-02-15 13:38:45 -05:00
Sahat Yalkabov e6cce03dbb Update Readme 2014-02-15 13:33:13 -05:00
Sahat Yalkabov dc3e6eee5f Update packages table 2014-02-14 13:12:26 -05:00
Sahat Yalkabov 7bb855d56d Added a table with list of packages + descriptions 2014-02-14 13:09:43 -05:00
Sahat Yalkabov 581e8d5fe0 Update how to remove auth providers 2014-02-14 11:51:20 -05:00
Sahat Yalkabov 12b5848243 Added instructions on how to remove auth providers 2014-02-14 11:44:48 -05:00
Sahat Yalkabov 0494710b52 Add nodejitsu deployment instructions 2014-02-14 09:21:10 -05:00
Sahat Yalkabov 045f6d46df Add 4 new mongoose queries to mongoose cheatsheet 2014-02-13 10:03:35 -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 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
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
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 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
Sahat Yalkabov cec811ebad Added OS icons to Prerequisites 2014-02-07 18:34:40 -05:00
Eric Ryan Harrison 12bc85b736 Update README.md 2014-02-07 17:56:21 -05:00
Eric Ryan Harrison 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
williamle8300 9915b37c98 Adding a note on how to remove Facebook's "#_=_" 2014-02-07 10:08:25 -08:00
Sahat Yalkabov db50b485da Merge remote-tracking branch 'origin/master'
* origin/master:
  Added Express tutorial link
2014-02-07 10:21:27 -05:00
Sahat Yalkabov f0c649145a Update Contributing section 2014-02-07 10:09:25 -05:00
Sahat Yalkabov 7a1af5afe8 Added Express tutorial link 2014-02-06 08:55:19 -05:00
Sahat Yalkabov 090e116546 Clarified instructions on app.locals.pretty = true 2014-02-06 08:45:07 -05:00
Sahat Yalkabov 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