Commit Graph

1041 Commits (2dae0ee0abb073cfdb0bcdb0e2d27665eda2fadd)

Author SHA1 Message Date
Sahat Yalkabov 6f744ccf83 Add node-linked library for making linkedin api requests 2014-02-27 14:49:27 -05:00
Sahat Yalkabov f80546bf84 Add LinkedIn API example route and controller 2014-02-27 14:48:09 -05:00
Sahat Yalkabov 67b19e3ab2 Removed OAuth 1.0 Accept Redirect URL from LinkedIn README 2014-02-27 13:24:02 -05:00
Sahat Yalkabov 1c71789d07 Updated LinkedIn instructions 2014-02-27 13:22:47 -05:00
Sahat Yalkabov db09dc57be Add LinkedIn obtaining api keys instructions 2014-02-27 13:18:05 -05:00
Sahat Yalkabov 1bb2fd89a4 Updated LinkedIn auth routes to include mandatory "state" object 2014-02-27 13:14:09 -05:00
Sahat Yalkabov af4a2a33f6 Add link/unlink LinkedIn to profile template 2014-02-27 13:10:50 -05:00
Sahat Yalkabov c95ee75eee Add LinkedIn passport strategy 2014-02-27 13:08:26 -05:00
Sahat Yalkabov 413bd49801 Updated passport-linked library that's compatible with Oauth2 2014-02-27 12:44:01 -05:00
Sahat Yalkabov bf02667e9e Redesigned Login page (now includes Sign in with LinkedIn) 2014-02-27 12:39:51 -05:00
Sahat Yalkabov 31723cdcc4 Replaced custom social button styles with bootstrap-social css library 2014-02-27 12:33:50 -05:00
Sahat Yalkabov feabdec3aa Add linkedin button styles 2014-02-27 11:48:10 -05:00
Matt Roberts a76a500d76 Using the newest clockwork npm package 2014-02-27 16:34:45 +00:00
Sahat Yalkabov 0ced58c9f5 Add linkedin id field to User model 2014-02-27 11:28:48 -05:00
Sahat Yalkabov b09223a0cc Add linkedin /auth and /auth/callback routes 2014-02-27 11:28:31 -05:00
Matt Roberts 3f9d2f3d7d Removed commentted out lines from clockwork.jade 2014-02-27 16:19:55 +00:00
Sahat Yalkabov 52ac42212d Add passport-linkedin package 2014-02-27 11:18:08 -05:00
Matt Roberts c78085b73e Merge remote-tracking branch 'upstream/master'
Conflicts:
	package.json
2014-02-27 16:16:13 +00:00
Matt Roberts 675156629d Tweak to the clockwork view 2014-02-27 16:05:23 +00:00
Sahat Yalkabov 31e4954890 Merge pull request #88 from ammit/upstream
remove crypto module and add repository field
2014-02-26 08:28:47 -05:00
Amit K b48ad0e980 added repository field to package.json 2014-02-26 17:08:33 +05:30
Amit K 84fe68f990 removed crypto pacakage
nodes has inbuilt crypto module
2014-02-26 17:06:19 +05:30
Sahat Yalkabov 8fe6699b60 Merge remote-tracking branch 'origin/master'
* origin/master:
  Add build status badge
2014-02-26 02:54:36 -05:00
Sahat Yalkabov 00fef783e0 Change test to passing 2014-02-26 02:54:24 -05:00
Sahat Yalkabov d1b0a855af Add build status badge 2014-02-26 02:49:47 -05:00
Sahat Yalkabov 5d215165ec Added a failing test for travis-ci 2014-02-26 02:46:35 -05:00
Sahat Yalkabov c8535fe4a1 Moved assertion of code 11000 inside if (err) 2014-02-26 02:46:21 -05:00
Sahat Yalkabov 232f91bf37 Merge branch 'master' of github.com:sahat/hackathon-starter
* 'master' of github.com:sahat/hackathon-starter:
  hack to exclude internal links from the list
  Added Windows Azure deployment instructions
2014-02-26 02:41:13 -05:00
Sahat Yalkabov 88b3da68c6 Changed mongoStore db property to url 2014-02-26 02:35:57 -05:00
Sahat Yalkabov 657692c277 test folder reorganization 2014-02-26 02:34:49 -05:00
Sahat Yalkabov af682428fd Added extra User model tests 2014-02-26 02:34:34 -05:00
Sahat Yalkabov b87b2051a3 Added mocha.opts that sets reporter style to "spec" 2014-02-26 02:20:00 -05:00
Sahat Yalkabov 5dddb91621 Code refactoring 2014-02-25 22:39:28 -05:00
Sahat Yalkabov ae25cc208e Simplified scripts.test 2014-02-25 22:31:11 -05:00
Sahat Yalkabov 0b400bb7ae Updated travis.yml 2014-02-25 21:16:48 -05:00
Sahat Yalkabov ca58b143f0 Renamed tests folder to test 2014-02-25 21:16:15 -05:00
Sahat Yalkabov 453bf80046 Merge pull request #87 from ammit/master
hack to exclude internal links from the list
2014-02-25 19:38:40 -05:00
Amit K e08830df35 hack to exclude internal links from the list 2014-02-26 05:26:59 +05:30
Sahat Yalkabov 4fbeef185b Added Windows Azure deployment instructions 2014-02-25 11:24:47 -05:00
Weston Platter 8d0a4aa444 ensure travis ci provides mongoDB 2014-02-24 23:29:58 -07:00
Weston Platter 4b4b4d3b8b add .travis.yml file and test Travis execution 2014-02-24 23:25:39 -07:00
Weston Platter 2b51023938 add User password test 2014-02-24 23:24:38 -07:00
Weston Platter 3dc900b725 bring in basic controller testing. NOTE: changes solve Mongo Session issue,
Error: Error setting TTL index on collection : sessions
    at /Users/weston/git/hackathon-starter/node_modules/connect-mongo/lib/connect-mongo.js:161:23
    at /Users/weston/git/hackathon-starter/node_modules/mongoose/node_modules/mongodb/lib/mongodb/db.js:1404:28
    at /Users/weston/git/hackathon-starter/node_modules/mongoose/node_modules/mongodb/lib/mongodb/db.js:1542:30
    at /Users/weston/git/hackathon-starter/node_modules/mongoose/node_modules/mongodb/lib/mongodb/cursor.js:159:22
    at commandHandler (/Users/weston/git/hackathon-starter/node_modules/mongoose/node_modules/mongodb/lib/mongodb/cursor.js:678:48)
    at /Users/weston/git/hackathon-starter/node_modules/mongoose/node_modules/mongodb/lib/mongodb/db.js:1806:9
2014-02-24 23:15:55 -07:00
Weston Platter 400de520c6 add simple User model testing 2014-02-24 22:58:49 -07:00
Weston Platter e4fe5019f2 add mocha and chai for testing setup 2014-02-24 22:58:35 -07:00
Sahat Yalkabov fb391916fe Merge branch 'master' of github.com:sahat/hackathon-starter
* 'master' of github.com:sahat/hackathon-starter:
  Updated validator.js version
  Added node-inspector debugging tool to the list
2014-02-24 08:58:02 -05:00
Sahat Yalkabov e513cabd19 Updated README 2014-02-24 08:57:58 -05:00
Matt Roberts babcdd3afe Adding clockwork SMS to the API mix 2014-02-24 11:25:51 +00:00
Sahat Yalkabov 1f148c8887 Updated validator.js version 2014-02-22 04:06:01 -05:00
Sahat Yalkabov d02e793cda Added node-inspector debugging tool to the list 2014-02-21 18:03:09 -05:00