Commit Graph

1553 Commits (5de070aca414a62070afc862767d6f8ae973935b)

Author SHA1 Message Date
Brian Ridings c5199929a5 Update profile.jade 2014-02-03 13:32:13 -05:00
Brian Ridings 1b6aa2e603 Readded newline 2014-02-03 13:31:53 -05:00
Brian Ridings ba1916c7d3 Removed extra app.use(express.csrf()); 2014-02-03 13:31:04 -05:00
Brian Ridings 8f0e61c26b Removed dynamicHelpers comment 2014-02-03 13:27:06 -05:00
Brian Ridings ae2c6f7dce Merge pull request #1 from GeneralZero/master
Changed Views to accept CSRF token
2014-02-03 10:10:43 -08:00
Brian Ridings c99c8fe1f8 Changed Views to accept CSRF token 2014-02-03 13:08:34 -05:00
Brian Ridings f9ec861151 Added CSRF Protection to all form views 2014-02-03 13:02:24 -05:00
Sahat Yalkabov db1eb706b1 Merge pull request #41 from GeneralZero/master
Move session secret in to config Secret file
2014-02-03 09:56:50 -08:00
Brian Ridings 8c0981a1d6 Move session secret in to config Secret file 2014-02-03 12:21:41 -05:00
Brian Ridings 71f05d2852 Add CSRF Security measures on login forms
just added the csrf middleware
2014-02-03 11:33:55 -05:00
Sahat Yalkabov 7b6a82f9e5 Add LICENSE. Fixes #35 2014-02-03 09:57:06 -05:00
Sahat Yalkabov 96cfe93846 Added Sprockets-style concatenation link to learn more info 2014-02-03 09:55:30 -05:00
Sahat Yalkabov c3731c68f5 Add app.locals.pretty = true to Pro Tips 2014-02-03 09:52:54 -05:00
Sahat Yalkabov 0263d69328 Add connect-assets explanation to FAQ 2014-02-03 09:49:08 -05:00
Sahat Yalkabov 924a030c2c Remove res.locals.cacheBuster. Cache busting is done by connect-assets 2014-02-03 09:28:38 -05:00
Sahat Yalkabov abd06d56c5 Removed blank lines 2014-02-03 09:25:33 -05:00
Sahat Yalkabov cb6781aec6 Removed less middleware 2014-02-03 09:16:20 -05:00
Sahat Yalkabov 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
Sahat Yalkabov 346913b4ae Ignore buildAssets folder created by connect-assets 2014-02-03 08:38:07 -05:00
Ignazio Setti d92c6ec0b1 Add connect-assets middleware 2014-02-03 08:36:46 -05:00
Ignazio Setti defa74f022 Use asset concatenation functions for loading styles and scripts inside layout file 2014-02-03 08:36:24 -05:00
Sahat Yalkabov db1a185343 Add application.js for connect-assets to minify and concatenate JS files 2014-02-03 08:35:18 -05:00
Sahat Yalkabov 81534d6d63 Add support for assets concatenation and minification 2014-02-03 08:34:12 -05:00
Sahat Yalkabov 5acecc7e6d Ignore compiled styles.css 2014-02-03 08:27:58 -05:00
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