Commit Graph

778 Commits (2d8188c8df97e8a11a8536f4cdb30f1e987d36db)

Author SHA1 Message Date
Sahat Yalkabov 0589bb6fba Delete bootstrap.min.css file 2014-01-31 00:21:23 -05:00
Sahat Yalkabov 275be06fa3 Upgrade to Bootstrap 3.1 2014-01-30 20:23:56 -05:00
Sahat Yalkabov 6557f72d99 Added isAuthorized middleware to twitter and facebook api example routes 2014-01-30 18:49:36 -05:00
Sahat Yalkabov 967ab7fe0a Updating email on profile page will correctly update it in the databse. Fixes issue #25 2014-01-30 17:29:06 -05:00
Sahat Yalkabov 70d550bd77 Added new client-side libraries 2014-01-30 09:28:30 -05:00
Sahat Yalkabov b93347e9d2 Fix typos 2014-01-30 09:09:05 -05:00
Sahat Yalkabov f796f5926c Clarified what flash messages are 2014-01-30 08:42:39 -05:00
Sahat Yalkabov 94108729ca Typos and other fixes in How It Works section 2014-01-30 08:02:32 -05:00
Sahat Yalkabov a1fd305b4a Added How to add a new page to HOW IT WORKS section 2014-01-30 07:42:05 -05:00
Sahat Yalkabov 63d683b5f6 Add js tag to code examples 2014-01-30 05:38:29 -05:00
Sahat Yalkabov 466378825d Fixed typo, add emoji icons 2014-01-30 05:33:29 -05:00
Sahat Yalkabov 5f344541e5 Added "Why is there no forgot password" to FAQ 2014-01-30 05:11:02 -05:00
Sahat Yalkabov c89ab5128f Update README 2014-01-30 04:45:49 -05:00
Sahat Yalkabov 4b28e4fd53 Update README 2014-01-30 04:43:25 -05:00
Sahat Yalkabov 1b63be57a3 Updated socket.io guide 2014-01-30 04:41:38 -05:00
Sahat Yalkabov 9f8caca659 Add auto_reconnect option to connect-mongo middleware 2014-01-30 04:22:35 -05:00
Sahat Yalkabov dae13cbc4b connect-mongo will now use existing mongoose connection 2014-01-30 04:19:33 -05:00
Sahat Yalkabov b9d3ec8463 Add friendlier variables for cache time: hour, day, week, month instead of a large number in milliseconds 2014-01-30 04:18:34 -05:00
Sahat Yalkabov d31c00ec0e Add mode type to console.log when you start the server 2014-01-30 04:16:50 -05:00
Sahat Yalkabov 12f7405781 Add socket.io guide 2014-01-30 04:15:18 -05:00
Sahat Yalkabov 9596ac6a48 Placed app = express() right after module dependencies 2014-01-30 03:05:14 -05:00
Sahat Yalkabov 2d53b0bc8a Update Readme 2014-01-29 19:43:36 -05:00
Sahat Yalkabov c5638ef5d2 Removed forgot password template and link on login page. 2014-01-29 19:40:40 -05:00
Sahat Yalkabov 460e83aa45 Merge remote-tracking branch 'origin/master'
* origin/master:
  Fixing typo on README
2014-01-29 11:50:35 -05:00
Sahat Yalkabov 497cac2bbc MongoDB connection error added to FAQ 2014-01-29 11:50:28 -05:00
Sahat Yalkabov 3d245d82a4 Merge pull request #19 from lurraca/patch-1
Fixing typo on README
2014-01-29 07:27:02 -08:00
Luis Urraca b7036f04a3 Fixing typo on README 2014-01-29 09:31:49 -05:00
Sahat Yalkabov 38e80f793a README fixes 2014-01-29 05:21:02 -05:00
Sahat Yalkabov 10b9bbf0bd Created a Tips sections with helpful tips and advices 2014-01-29 05:02:14 -05:00
Sahat Yalkabov 64857352c3 Various minor updates 2014-01-29 04:49:32 -05:00
Sahat Yalkabov 6910903115 Added a stub for "how do i create a new page" 2014-01-29 03:31:56 -05:00
Sahat Yalkabov cba5849c5f Merge branch 'master' of github.com:sahat/hackathon-starter
* 'master' of github.com:sahat/hackathon-starter:
  Added how flash messages work mini guide
  Added clusters support to features list
2014-01-29 03:17:07 -05:00
Sahat Yalkabov 43b03a0362 Added how flash messages work mini guide 2014-01-29 02:50:15 -05:00
Sahat Yalkabov e9830325cd Update to Flip in X animation on home page success alert 2014-01-29 02:27:40 -05:00
Sahat Yalkabov 22fe76baaa Added clusters support to features list 2014-01-29 01:43:44 -05:00
Sahat Yalkabov 5f3c6b7dc0 Add What is cluster_app.js to FAQ 2014-01-29 01:16:49 -05:00
Sahat Yalkabov d4b7720a00 Merge branch 'danielamitay-master'
* danielamitay-master:
  Create cluster_app.js to enable simple process forking; readme addition

Conflicts:
	README.md
2014-01-29 00:55:58 -05:00
Sahat Yalkabov f80c890287 Added connect-mongo for storing sessions in the MongoDB database instead of memory 2014-01-29 00:49:09 -05:00
Sahat Yalkabov af18032afa Update README 2014-01-29 00:09:41 -05:00
Sahat Yalkabov e541ac0793 Removed forgot_password URLs for now until they are implemented on another branch 2014-01-29 00:01:33 -05:00
Sahat Yalkabov 8440efa84d Merge branch 'bcantoni-master'
* bcantoni-master:
  Switch from bcrypt to bcrypt-nodejs to ease install on Windows
2014-01-29 00:00:33 -05:00
Sahat Yalkabov 066bdd4f12 Display user email if Full Name is not present 2014-01-28 23:43:01 -05:00
Sahat Yalkabov 7207b50d47 Merge branch 'master' of https://github.com/bcantoni/hackathon-starter into bcantoni-master
* 'master' of https://github.com/bcantoni/hackathon-starter:
  Switch from bcrypt to bcrypt-nodejs to ease install on Windows
2014-01-28 23:11:16 -05:00
Sahat Yalkabov 66cd805dec Updated project structure table 2014-01-28 23:06:33 -05:00
Sahat Yalkabov 85359db3c3 Created a separate HOW IT WORKS section 2014-01-28 23:03:16 -05:00
Sahat Yalkabov 4980ff11bc Update styles.less 2014-01-28 23:02:20 -05:00
Sahat Yalkabov a98844493a Removed .lead class from the list of APIs 2014-01-28 22:59:48 -05:00
Sahat Yalkabov 1513eb2dac Deleted lato fonts (using Google Fonts) 2014-01-28 22:59:35 -05:00
Sahat Yalkabov c66e629378 Refactored styles.less, it now contains only common styles between default and flatly theme 2014-01-28 22:51:25 -05:00
Sahat Yalkabov 471f53f28b Added .profile-image class to an image in navbar to make it more explicit and easier to style 2014-01-28 22:49:23 -05:00