Commit Graph

1329 Commits (2106cbdbf296355999123d22a2947c427fb0aa7e)

Author SHA1 Message Date
Sahat Yalkabov 7f8baac354 Merge remote-tracking branch 'origin/master'
* origin/master:
  Added JavaScriptOO link
2014-02-03 07:37:03 -05:00
Sahat Yalkabov 7b0faee208 MongoDB connection error printed out with a console.error() instead of console.log() with a red method to make control the text color 2014-02-03 07:36:55 -05:00
Sahat Yalkabov 1ff27464fe Added JavaScriptOO link 2014-02-02 13:18:58 -05:00
Sahat Yalkabov 41f6c28083 Merge remote-tracking branch 'origin/master'
* origin/master:
  Updated Tips section
2014-02-02 06:11:30 -05:00
Sahat Yalkabov 81d30c2925 Return 404 status on a 404 page. Fixed #33 2014-02-02 06:11:22 -05:00
Sahat Yalkabov d320dc2963 Updated Tips section 2014-02-02 06:10:00 -05:00
Sahat Yalkabov 1db2daa01a Removed redundant req.assert for empty email
Swapped code order of a few things in app.js to make it more consistent in terms of coding style
2014-02-02 05:38:38 -05:00
Sahat Yalkabov 9d77b3030d Updated socket.io instructions 2014-02-02 04:20:53 -05:00
Sahat Yalkabov 0773af38bb Clarified project structure on public/themes/default.less and styles.less, fixed a typo 2014-02-02 04:09:37 -05:00
Sahat Yalkabov 246b51a793 Removed redundant express-validator validations, notEmpty() 2014-02-01 03:53:50 -05:00
Sahat Yalkabov 27d9c9b0f6 Add express-validator example to flash messages guide 2014-02-01 03:49:38 -05:00
Sahat Yalkabov 7396a6d7ab Changed updatePassword controller validation to use express-validator instead of custom if statements 2014-02-01 03:39:11 -05:00
Sahat Yalkabov c0e1a1129a Updated user schema (provider field was not used) 2014-02-01 03:34:18 -05:00
Sahat Yalkabov e820b9f02a Separated routes into 3 categories with comments explaining which is which instead of having one giant block of routes. 2014-02-01 03:30:14 -05:00
Sahat Yalkabov b9d8444731 Typo fixes. 2014-02-01 02:31:56 -05:00
Sahat Yalkabov 583168b4fc Added a quick tip on underscore 2014-02-01 02:28:44 -05:00
Sahat Yalkabov 8fa1bd67b9 Updated footer styles in Flatly theme 2014-02-01 02:14:40 -05:00
Sahat Yalkabov 2412559ca7 Updated default style 2014-02-01 02:07:30 -05:00
Sahat Yalkabov f3a6cc4a89 Added lock icons instead of login required text 2014-02-01 01:58:40 -05:00
Sahat Yalkabov 9269949a73 Make smaller footer 2014-02-01 01:45:03 -05:00
Sahat Yalkabov a2df0a492d Removed color and bg color properties from #footer in styles. Colors will be on per theme basis. 2014-02-01 01:43:17 -05:00
Sahat Yalkabov 014fd4a1ba Removed Navbar Brand logo 2014-02-01 01:35:26 -05:00
Sahat Yalkabov 3017a4472c Merge remote-tracking branch 'origin/master'
* origin/master:
  Update README.md
  Added Tumblr instructions
  Added foursquare instructions
2014-02-01 01:33:51 -05:00
Sahat Yalkabov 8e17019208 Updated bootstrap and jquery references in layout 2014-02-01 01:33:45 -05:00
Sahat Yalkabov 77332fd641 Added fa icons to navbar 2014-02-01 01:32:36 -05:00
Sahat Yalkabov 8a6bd5910e Update README.md 2014-02-01 00:54:41 -05:00
Sahat Yalkabov 39e11017c9 Added Tumblr instructions
Fixed #30
2014-02-01 00:50:16 -05:00
Sahat Yalkabov de4e3f93cb Added foursquare instructions
Fixes #29
2014-02-01 00:45:15 -05:00
Sahat Yalkabov 5ec41e4b45 Update jQuery and Bootstrap libraries 2014-02-01 00:23:54 -05:00
Sahat Yalkabov 1d7950b7fa Merge pull request #32 from sahat/merge-auth
Proper multi-auth linking
2014-01-31 21:09:17 -08:00
Sahat Yalkabov fdecdc5b53 Flash notification on OAuth Provider Unlink 2014-02-01 00:04:54 -05:00
Sahat Yalkabov ea573672fb Update comments 2014-02-01 00:03:05 -05:00
Sahat Yalkabov b6c6d433f2 Update TODO 2014-01-31 23:59:57 -05:00
Sahat Yalkabov 8fdf42928f Flash notifications for Facebook, Github, Twitter auth link 2014-01-31 23:58:59 -05:00
Sahat Yalkabov 5f20608207 Instead of merging display flash messages notifying the user that account with another OAuth provider already exists. 2014-01-31 23:56:50 -05:00
Sahat Yalkabov 9d982b3f27 Update merging strategies 2014-01-31 23:23:14 -05:00
Sahat Yalkabov 6d85931422 Add Twitter merging strategy 2014-01-31 23:17:58 -05:00
Sahat Yalkabov dfeb12d6ce Add Google and Github merge strategies 2014-01-31 22:39:13 -05:00
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