Commit Graph

672 Commits (05cf844e28fc49ba4fafdb86c1189eb36a967733)

Author SHA1 Message Date
Sahat Yalkabov 05cf844e28 Add MongoLab instructions 2014-02-04 04:27:40 -05:00
Sahat Yalkabov 3345199578 Update Readme 2014-02-04 00:53:09 -05:00
Sahat Yalkabov 93511f861f Merge remote-tracking branch 'origin/master'
* origin/master:
  fix error on PR #45x
  Update FAQ on deployment error
  fixes #36 add a table of contents
  Fix line breaks
2014-02-04 00:38:08 -05:00
Sahat Yalkabov 61e95b582b Merge branch 'patch-1' of https://github.com/GeneralZero/hackathon-starter into GeneralZero-patch-1
* 'patch-1' of https://github.com/GeneralZero/hackathon-starter:
  Update profile.jade
  Readded newline
  Removed extra app.use(express.csrf());
  Removed dynamicHelpers comment
  Changed Views to accept CSRF token
  Added CSRF Protection to all form views
  Add CSRF Security measures on login forms

Conflicts:
	views/account/profile.jade
2014-02-04 00:37:32 -05:00
Sahat Yalkabov 4e3dbb405c Merge pull request #46 from westonplatter/master
fix error on PR #45. change "use-tools" => "useful-tools"
2014-02-03 18:16:23 -08:00
Weston Platter 62a5edf3d1 fix error on PR #45x 2014-02-03 19:03:09 -07:00
Sahat Yalkabov 613437f335 Merge pull request #45 from westonplatter/master
fixes #36 add a table of contents
2014-02-03 17:21:59 -08:00
Sahat Yalkabov 352624e8ff Update FAQ on deployment error 2014-02-03 20:20:10 -05:00
Weston Platter a06adf0c3c fixes #36 add a table of contents 2014-02-03 18:15:47 -07:00
Sahat Yalkabov 690046d20e Fix line breaks 2014-02-03 19:17:11 -05:00
Sahat Yalkabov 0b89b41376 Display gravatar if no profile image is present 2014-02-03 19:12:21 -05:00
Sahat Yalkabov 153d7254ad Update formatting for style consistency 2014-02-03 19:07:17 -05:00
Sahat Yalkabov cf4b87988b Add icons to buttons on account page 2014-02-03 18:54:43 -05:00
Sahat Yalkabov 09ef5201e5 Made gravatar consistent with the rest of the form in Profile Information section 2014-02-03 18:51:19 -05:00
Daniel Mills b9ba23263c Merge branch 'master' of github.com:dmamills/hackathon-starter
Conflicts:
	models/User.js
2014-02-03 18:19:42 -05:00
Daniel Mills 8e804c5a1a retro default, better size for xs 2014-02-03 18:18:28 -05:00
Daniel Mills 85c3e8e83b retro default, better size for xs 2014-02-03 18:03:12 -05:00
Daniel Mills f5ecfc507c add gravatar to profile 2014-02-03 17:50:47 -05:00
Sahat Yalkabov 911cbf5685 Add NPM navbar-brand logo 2014-02-03 13:34:15 -05:00
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