Commit Graph

451 Commits (bba884cfc83a44c8d59be88aa42c779603035e09)

Author SHA1 Message Date
Sahat Yalkabov bba884cfc8 Added an extra screenshot and instructions on obtaining Google api keys. 2014-01-26 19:55:57 -05:00
Sahat Yalkabov 12e456db51 Removed geo-ip, hard-coded NYC coordinates on the foursquare api example 2014-01-26 19:11:04 -05:00
Sahat Yalkabov a8cf38f81b Update README.md
Added logo
2014-01-26 19:00:06 -05:00
Sahat Yalkabov 802d685ee8 Add Login required text on some api links 2014-01-26 17:29:19 -05:00
Sahat Yalkabov 444f510641 Delete Flat UI icons 2014-01-26 17:25:40 -05:00
Sahat Yalkabov ab09056976 Add sticky footer 2014-01-24 02:14:40 -05:00
Sahat Yalkabov 930aab7046 Update login and contact templates 2014-01-23 22:48:24 -05:00
Sahat Yalkabov 11f9c12b1e Add Login route express validations 2014-01-23 22:47:21 -05:00
Sahat Yalkabov be73f9c62f Add express validators to signup page, replaces custom written if statements 2014-01-23 22:39:59 -05:00
Sahat Yalkabov f26940942a Mapped sengrid error message to msg property so it matches express-validator 2014-01-23 22:36:28 -05:00
Sahat Yalkabov 2c351ea6eb Update sendgrid email address 2014-01-23 22:25:13 -05:00
Sahat Yalkabov 76475411d1 Add contact page server side validation assertions using express-validator 2014-01-23 22:19:18 -05:00
Sahat Yalkabov 9a4c5450eb Added error validation express middleware 2014-01-23 22:18:35 -05:00
Sahat Yalkabov 4af06e9169 Update button styles on login, signup, contact pages. Added font-awesome icons to them. 2014-01-23 21:42:52 -05:00
Sahat Yalkabov 8b81e3ef98 Removed flat-ui checkbox and radiobox 2014-01-23 21:36:10 -05:00
Sahat Yalkabov c1a0ea04e9 Add required fields on contact form 2014-01-23 21:34:41 -05:00
Sahat Yalkabov 6551020051 Update page header on contacts page 2014-01-23 20:36:41 -05:00
Sahat Yalkabov 4e1d5e5b06 Added dropdown menu on navbar, when clicked displays My Account and Logout links 2014-01-23 20:35:19 -05:00
Sahat Yalkabov a893818d56 Update form input styles 2014-01-23 20:18:05 -05:00
Sahat Yalkabov 3f420ff77b Fixed social buttons hover text color 2014-01-23 18:42:24 -05:00
Sahat Yalkabov faf23272a9 Add animte.css and fadeIn animations on alerts 2014-01-23 18:31:22 -05:00
Sahat Yalkabov 2a097eb095 Add new button styles 2014-01-23 18:30:51 -05:00
Sahat Yalkabov fce1ac1fe3 Add new button styles 2014-01-23 18:17:24 -05:00
Sahat Yalkabov d92ffb3701 New alert styles 2014-01-23 17:37:47 -05:00
Sahat Yalkabov 9c52399e35 Move Bootstrap LESS into lib folder 2014-01-23 17:22:54 -05:00
Sahat Yalkabov 67da86a3d1 Update animate.css library to v3 2014-01-23 17:22:04 -05:00
Sahat Yalkabov 78207768e1 Merge remote-tracking branch 'origin/master'
* origin/master:
  Remove MongoStore
2014-01-23 17:11:47 -05:00
Sahat Yalkabov 2fc6a3c77d Add navbar-brand logo and new @brand colors 2014-01-23 17:11:32 -05:00
Sahat Yalkabov 41e85876e3 Remove MongoStore 2014-01-20 05:07:54 -05:00
Sahat Yalkabov a5eff415f0 POST signup controller updated username to email field during new User creation. 2014-01-18 01:56:55 -05:00
Sahat Yalkabov 97ad58b80a Merge remote-tracking branch 'origin/master'
* origin/master:
  Update README.md
2014-01-17 16:24:39 -05:00
Sahat Yalkabov 2a7c12d6ce Updated facebook page styling 2014-01-17 16:24:33 -05:00
Sahat Yalkabov 2a3955e25f Updated css styling on Twitter API page 2014-01-17 16:21:46 -05:00
Sahat Yalkabov 010a1d8bad Update README.md
Recommended libraries section
2014-01-15 03:12:47 -05:00
Sahat Yalkabov 3ed327e2e8 Updated jsdoc comments 2014-01-13 04:34:54 -05:00
Sahat Yalkabov 38245ccfb8 Code cleanup, updated jsdoc comments, added missing "next" error middleware to api.js controllers. 2014-01-13 04:24:31 -05:00
Sahat Yalkabov 9d21bdea83 Merge remote-tracking branch 'origin/master'
* origin/master:
  Update README.md
2014-01-12 15:31:23 -05:00
Sahat Yalkabov 3dc90ac05b Updated error messages 2014-01-12 15:31:17 -05:00
Sahat Yalkabov 03755e67b7 Update README.md 2014-01-11 23:22:26 -05:00
Sahat Yalkabov 2179994e24 Merge remote-tracking branch 'origin/master'
* origin/master:
  Update README.md
2014-01-11 22:53:56 -05:00
Sahat Yalkabov e8b1616e13 Replaced clusters in favor of mongoose connection error handler. Plus, Css updates. 2014-01-11 22:53:31 -05:00
Sahat Yalkabov dcc5e1a069 Update README.md 2014-01-08 16:43:16 -05:00
Sahat Yalkabov b09c8f16ac Added clusters for zero-downtime.
mongoose auto-reconnect set to true.
2014-01-08 01:37:40 -05:00
Sahat Yalkabov 0e82538dd3 Updated 404 page.
Deleted 500 page.
Switched to default Connect's expressHandler() that show stack trace.
2014-01-08 00:41:56 -05:00
Sahat Yalkabov 7e6dc8fefa Got rid of datatables.
Cleanup and refactoring.
2014-01-07 18:47:16 -05:00
Sahat Yalkabov bd36575122 Refactoring 2014-01-07 18:15:14 -05:00
Sahat Yalkabov dd9de5c4d0 removed requried=true attributes from inputs 2014-01-07 18:09:56 -05:00
Sahat Yalkabov b10928dcaa Set bootstrap 3.0 vanila as default theme, moved flatly to themes folder 2014-01-07 18:09:32 -05:00
Sahat Yalkabov 4770ee0784 40px navbar height 2014-01-07 17:54:40 -05:00
Sahat Yalkabov e2184ae4ee Refactoring + improved validation on POST signup 2014-01-07 17:45:42 -05:00