Commit Graph

18294 Commits

Author SHA1 Message Date
71f05d2852 Add CSRF Security measures on login forms
just added the csrf middleware
2014-02-03 11:33:55 -05:00
7b6a82f9e5 Add LICENSE. Fixes #35 2014-02-03 09:57:06 -05:00
96cfe93846 Added Sprockets-style concatenation link to learn more info 2014-02-03 09:55:30 -05:00
c3731c68f5 Add app.locals.pretty = true to Pro Tips 2014-02-03 09:52:54 -05:00
0263d69328 Add connect-assets explanation to FAQ 2014-02-03 09:49:08 -05:00
924a030c2c Remove res.locals.cacheBuster. Cache busting is done by connect-assets 2014-02-03 09:28:38 -05:00
abd06d56c5 Removed blank lines 2014-02-03 09:25:33 -05:00
cb6781aec6 Removed less middleware 2014-02-03 09:16:20 -05:00
27b22b07ea Replaced less-middleware with less package (used by connect-assets), as a result we no longer need less-middleware by itself 2014-02-03 09:15:17 -05:00
346913b4ae Ignore buildAssets folder created by connect-assets 2014-02-03 08:38:07 -05:00
d92c6ec0b1 Add connect-assets middleware 2014-02-03 08:36:46 -05:00
defa74f022 Use asset concatenation functions for loading styles and scripts inside layout file 2014-02-03 08:36:24 -05:00
db1a185343 Add application.js for connect-assets to minify and concatenate JS files 2014-02-03 08:35:18 -05:00
81534d6d63 Add support for assets concatenation and minification 2014-02-03 08:34:12 -05:00
5acecc7e6d Ignore compiled styles.css 2014-02-03 08:27:58 -05:00
7f8baac354 Merge remote-tracking branch 'origin/master'
* origin/master:
  Added JavaScriptOO link
2014-02-03 07:37:03 -05:00
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
1ff27464fe Added JavaScriptOO link 2014-02-02 13:18:58 -05:00
41f6c28083 Merge remote-tracking branch 'origin/master'
* origin/master:
  Updated Tips section
2014-02-02 06:11:30 -05:00
81d30c2925 Return 404 status on a 404 page. Fixed #33 2014-02-02 06:11:22 -05:00
d320dc2963 Updated Tips section 2014-02-02 06:10:00 -05:00
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
9d77b3030d Updated socket.io instructions 2014-02-02 04:20:53 -05:00
0773af38bb Clarified project structure on public/themes/default.less and styles.less, fixed a typo 2014-02-02 04:09:37 -05:00
246b51a793 Removed redundant express-validator validations, notEmpty() 2014-02-01 03:53:50 -05:00
27d9c9b0f6 Add express-validator example to flash messages guide 2014-02-01 03:49:38 -05:00
7396a6d7ab Changed updatePassword controller validation to use express-validator instead of custom if statements 2014-02-01 03:39:11 -05:00
c0e1a1129a Updated user schema (provider field was not used) 2014-02-01 03:34:18 -05:00
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
b9d8444731 Typo fixes. 2014-02-01 02:31:56 -05:00
583168b4fc Added a quick tip on underscore 2014-02-01 02:28:44 -05:00
8fa1bd67b9 Updated footer styles in Flatly theme 2014-02-01 02:14:40 -05:00
2412559ca7 Updated default style 2014-02-01 02:07:30 -05:00
f3a6cc4a89 Added lock icons instead of login required text 2014-02-01 01:58:40 -05:00
9269949a73 Make smaller footer 2014-02-01 01:45:03 -05:00
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
014fd4a1ba Removed Navbar Brand logo 2014-02-01 01:35:26 -05:00
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
8e17019208 Updated bootstrap and jquery references in layout 2014-02-01 01:33:45 -05:00
77332fd641 Added fa icons to navbar 2014-02-01 01:32:36 -05:00
8a6bd5910e Update README.md 2014-02-01 00:54:41 -05:00
39e11017c9 Added Tumblr instructions
Fixed #30
2014-02-01 00:50:16 -05:00
de4e3f93cb Added foursquare instructions
Fixes #29
2014-02-01 00:45:15 -05:00
5ec41e4b45 Update jQuery and Bootstrap libraries 2014-02-01 00:23:54 -05:00
1d7950b7fa Merge pull request #32 from sahat/merge-auth
Proper multi-auth linking
2014-01-31 21:09:17 -08:00
fdecdc5b53 Flash notification on OAuth Provider Unlink 2014-02-01 00:04:54 -05:00
ea573672fb Update comments 2014-02-01 00:03:05 -05:00
b6c6d433f2 Update TODO 2014-01-31 23:59:57 -05:00
8fdf42928f Flash notifications for Facebook, Github, Twitter auth link 2014-01-31 23:58:59 -05:00
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