Commit Graph

591 Commits (90c5278bbc90cf026b89b1fe95961403fc36262c)

Author SHA1 Message Date
Sahat Yalkabov 90c5278bbc Update profile picture in Facebook strategy 2014-01-31 22:23:19 -05:00
Sahat Yalkabov e177ac10de Updated message if user with that email already exists 2014-01-31 22:18:57 -05:00
Sahat Yalkabov 9da5a60ff3 Merge branch 'master' of github.com:sahat/hackathon-starter into merge-auth
* 'master' of github.com:sahat/hackathon-starter:
  Fixed typos and revisied custom html and css design section
  Add custom design 101 section to mini-guides
  Add html5up to Recommended Design links
2014-01-31 21:42:25 -05:00
Sahat Yalkabov a3a0ce8868 Fixed typos and revisied custom html and css design section 2014-01-31 21:15:34 -05:00
Sahat Yalkabov caa3868b01 Merge branch 'master' of github.com:sahat/hackathon-starter
* 'master' of github.com:sahat/hackathon-starter:
  Add custom design 101 section to mini-guides
2014-01-31 21:07:09 -05:00
Sahat Yalkabov ccfa6d0c45 Add custom design 101 section to mini-guides 2014-01-31 21:06:43 -05:00
Sahat Yalkabov 0c3f1aa846 Add html5up to Recommended Design links 2014-01-31 20:00:08 -05:00
Sahat Yalkabov 2f1e394334 Add Merge strategy for Facebook so far 2014-01-31 16:28:12 -05:00
Sahat Yalkabov bb6353a987 Added app.js and cluster_app.js to Project structure 2014-01-31 07:20:13 -05:00
Sahat Yalkabov efde6b3163 Updated Todo 2014-01-31 07:11:39 -05:00
Sahat Yalkabov 6934aa1f98 Include CSS files inside styles.less, reduces number of HTTP requests 2014-01-31 00:29:29 -05:00
Sahat Yalkabov e3efd9e9d8 Delete icomoon file 2014-01-31 00:29:02 -05:00
Sahat Yalkabov 0846d99a0b Add fixed height of 45px to navbar-brand as a fix to a new change introduced in Bootstrap 3.1 2014-01-31 00:22:24 -05:00
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