Commit Graph

654 Commits (0b89b41376521dfa52f03c2ac90ccfbb255d0d54)

Author SHA1 Message Date
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
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
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