Commit Graph

193 Commits (0f30327cf6ed4aa3d5767fd12bee791a301f9918)

Author SHA1 Message Date
Sahat Yalkabov bfe17db945 Updated MongoLab deployment instructions 2014-04-04 04:48:13 -04:00
Sahat Yalkabov 477689b709 Update recommended list of libraries and resources 2014-04-04 02:50:45 -04:00
Sahat Yalkabov 38ca19a31b SVG badges (dependencies and build status) 2014-03-28 21:16:32 -04:00
ammit ebec37f7b5 Update README.md 2014-03-28 03:46:23 +05:30
Sahat Yalkabov 83383c8bc6 Merge remote-tracking branch 'origin/master'
* origin/master:
  adding one step to mongolab deployment
2014-03-15 15:44:06 -04:00
Sahat Yalkabov 5804389b05 Added Bootflat UI bootstrap theme to the Recommendation list 2014-03-15 15:28:43 -04:00
Christian Ramón db983d66b0 adding one step to mongolab deployment
Actually you have to enter to the recently created database in order to see the message: "A database user is required to connect to this database.* **Click here** *to create a new one."
2014-03-14 08:51:02 -05:00
Sahat Yalkabov 83a90c643c Added Twit library to List of Packages 2014-03-12 04:25:02 -04:00
Sahat Yalkabov 98f2abe767 Updated project structure table 2014-03-10 13:36:32 -04:00
Sahat Yalkabov 7fe8b67806 Removed TODO section 2014-03-05 14:35:38 -05:00
Sahat Yalkabov 9bcdf6cc07 Fixed a typo 2014-03-01 02:47:48 -05:00
Sahat Yalkabov 334c79d19a Updated nodejitsu logo url 2014-02-28 21:36:47 -05:00
Sahat Yalkabov b3f830ccdf Updated Custom HTML and CSS Design 101 section 2014-02-28 21:34:17 -05:00
Sahat Yalkabov 354c9a4558 Updated list of client-side libraries 2014-02-28 21:32:54 -05:00
Sahat Yalkabov 8f4aeae8d3 README grammar and spelling fixes 2014-02-27 19:52:41 -05:00
Sahat Yalkabov b701b87c99 Updated list of packages table 2014-02-27 19:50:51 -05:00
Sahat Yalkabov c13c7a23da Merge branch 'master' of github.com:sahat/hackathon-starter
* 'master' of github.com:sahat/hackathon-starter:
  Update README.md
2014-02-27 19:43:35 -05:00
Sahat Yalkabov 007d561d88 Merge branch 'master' of https://github.com/mediaburst/hackathon-starter into mediaburst-master
* 'master' of https://github.com/mediaburst/hackathon-starter:
  Update README.md
  Using the newest clockwork npm package
  Removed commentted out lines from clockwork.jade
  Tweak to the clockwork view
  Adding clockwork SMS to the API mix

Conflicts:
	controllers/api.js
	package.json
2014-02-27 19:27:11 -05:00
Sahat Yalkabov 1c65f58f77 Update README.md 2014-02-27 18:14:45 -05:00
Sahat Yalkabov c3320f28f2 Added LinkedIn API example that displays connection and your profile information 2014-02-27 16:51:38 -05:00
mattwoberts bea521f3b3 Update README.md
Added clockwork sms to the api list
2014-02-27 20:47:42 +00:00
Sahat Yalkabov 67b19e3ab2 Removed OAuth 1.0 Accept Redirect URL from LinkedIn README 2014-02-27 13:24:02 -05:00
Sahat Yalkabov 1c71789d07 Updated LinkedIn instructions 2014-02-27 13:22:47 -05:00
Sahat Yalkabov db09dc57be Add LinkedIn obtaining api keys instructions 2014-02-27 13:18:05 -05:00
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