Commit Graph

1093 Commits

Author SHA1 Message Date
c3320f28f2 Added LinkedIn API example that displays connection and your profile information 2014-02-27 16:51:38 -05:00
bea521f3b3 Update README.md
Added clockwork sms to the api list
2014-02-27 20:47:42 +00:00
6f744ccf83 Add node-linked library for making linkedin api requests 2014-02-27 14:49:27 -05:00
f80546bf84 Add LinkedIn API example route and controller 2014-02-27 14:48:09 -05:00
67b19e3ab2 Removed OAuth 1.0 Accept Redirect URL from LinkedIn README 2014-02-27 13:24:02 -05:00
1c71789d07 Updated LinkedIn instructions 2014-02-27 13:22:47 -05:00
db09dc57be Add LinkedIn obtaining api keys instructions 2014-02-27 13:18:05 -05:00
1bb2fd89a4 Updated LinkedIn auth routes to include mandatory "state" object 2014-02-27 13:14:09 -05:00
af4a2a33f6 Add link/unlink LinkedIn to profile template 2014-02-27 13:10:50 -05:00
c95ee75eee Add LinkedIn passport strategy 2014-02-27 13:08:26 -05:00
413bd49801 Updated passport-linked library that's compatible with Oauth2 2014-02-27 12:44:01 -05:00
bf02667e9e Redesigned Login page (now includes Sign in with LinkedIn) 2014-02-27 12:39:51 -05:00
31723cdcc4 Replaced custom social button styles with bootstrap-social css library 2014-02-27 12:33:50 -05:00
feabdec3aa Add linkedin button styles 2014-02-27 11:48:10 -05:00
a76a500d76 Using the newest clockwork npm package 2014-02-27 16:34:45 +00:00
0ced58c9f5 Add linkedin id field to User model 2014-02-27 11:28:48 -05:00
b09223a0cc Add linkedin /auth and /auth/callback routes 2014-02-27 11:28:31 -05:00
3f9d2f3d7d Removed commentted out lines from clockwork.jade 2014-02-27 16:19:55 +00:00
52ac42212d Add passport-linkedin package 2014-02-27 11:18:08 -05:00
c78085b73e Merge remote-tracking branch 'upstream/master'
Conflicts:
	package.json
2014-02-27 16:16:13 +00:00
675156629d Tweak to the clockwork view 2014-02-27 16:05:23 +00:00
31e4954890 Merge pull request #88 from ammit/upstream
remove crypto module and add repository field
2014-02-26 08:28:47 -05:00
b48ad0e980 added repository field to package.json 2014-02-26 17:08:33 +05:30
84fe68f990 removed crypto pacakage
nodes has inbuilt crypto module
2014-02-26 17:06:19 +05:30
8fe6699b60 Merge remote-tracking branch 'origin/master'
* origin/master:
  Add build status badge
2014-02-26 02:54:36 -05:00
00fef783e0 Change test to passing 2014-02-26 02:54:24 -05:00
d1b0a855af Add build status badge 2014-02-26 02:49:47 -05:00
5d215165ec Added a failing test for travis-ci 2014-02-26 02:46:35 -05:00
c8535fe4a1 Moved assertion of code 11000 inside if (err) 2014-02-26 02:46:21 -05:00
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
88b3da68c6 Changed mongoStore db property to url 2014-02-26 02:35:57 -05:00
657692c277 test folder reorganization 2014-02-26 02:34:49 -05:00
af682428fd Added extra User model tests 2014-02-26 02:34:34 -05:00
b87b2051a3 Added mocha.opts that sets reporter style to "spec" 2014-02-26 02:20:00 -05:00
5dddb91621 Code refactoring 2014-02-25 22:39:28 -05:00
ae25cc208e Simplified scripts.test 2014-02-25 22:31:11 -05:00
0b400bb7ae Updated travis.yml 2014-02-25 21:16:48 -05:00
ca58b143f0 Renamed tests folder to test 2014-02-25 21:16:15 -05:00
453bf80046 Merge pull request #87 from ammit/master
hack to exclude internal links from the list
2014-02-25 19:38:40 -05:00
e08830df35 hack to exclude internal links from the list 2014-02-26 05:26:59 +05:30
4fbeef185b Added Windows Azure deployment instructions 2014-02-25 11:24:47 -05:00
8d0a4aa444 ensure travis ci provides mongoDB 2014-02-24 23:29:58 -07:00
4b4b4d3b8b add .travis.yml file and test Travis execution 2014-02-24 23:25:39 -07:00
2b51023938 add User password test 2014-02-24 23:24:38 -07:00
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
400de520c6 add simple User model testing 2014-02-24 22:58:49 -07:00
e4fe5019f2 add mocha and chai for testing setup 2014-02-24 22:58:35 -07:00
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
e513cabd19 Updated README 2014-02-24 08:57:58 -05:00
babcdd3afe Adding clockwork SMS to the API mix 2014-02-24 11:25:51 +00:00