Commit Graph

1729 Commits (201df19afe9f21a0a8937314bdc4ab8f739e68c2)

Author SHA1 Message Date
Sahat Yalkabov faa0781c06 Changed layout title to Hackathon Starter 2014-03-05 16:26:56 -05:00
Sahat Yalkabov 85b5d93678 Add additional supertest tests for /signup, /api, /contact and /login 2014-03-05 16:02:55 -05:00
Sahat Yalkabov c8ecb086f9 Updated test for creating a duplicate user 2014-03-05 16:00:12 -05:00
Sahat Yalkabov 3b72257d4b Updated User model tests 2014-03-05 15:57:53 -05:00
Sahat Yalkabov e6300a6e70 Dropped _test postfix from test files 2014-03-05 15:37:21 -05:00
Sahat Yalkabov aa34c7ff6b Removed zombie.js tests (causing install problems for Windows users) 2014-03-05 15:32:22 -05:00
Sahat Yalkabov a554eef9f1 Merge branch 'JahlomP-master'
* JahlomP-master:
  Renamed Referer to Referrer
  Code refactoring of redirect to last URL
  Removed TODO section
  referrer redirect
  Added a redirection to referrer page
2014-03-05 15:07:20 -05:00
Sahat Yalkabov 32eb2065e0 Renamed Referer to Referrer 2014-03-05 15:06:17 -05:00
Sahat Yalkabov 10c7f283e9 Code refactoring of redirect to last URL 2014-03-05 14:50:08 -05:00
Sahat Yalkabov 7fe8b67806 Removed TODO section 2014-03-05 14:35:38 -05:00
Sahat Yalkabov 21c4107ce0 Updated dependencies 2014-03-04 12:14:08 -05:00
Precious Jahlom Agboado 9aa923e90e Added a redirection to referrer page 2014-03-04 10:37:19 +00:00
Sahat Yalkabov 36a02ac982 Added a brief comment explanation of how passport strategy works 2014-03-03 16:32:13 -05:00
Sahat Yalkabov 3d33f55a95 Merge remote-tracking branch 'origin/master'
* origin/master:
  Fixed a typo
2014-03-01 03:10:21 -05:00
Sahat Yalkabov e7989499ad Updated clockwork sms example code 2014-03-01 03:10:04 -05:00
Sahat Yalkabov 9bcdf6cc07 Fixed a typo 2014-03-01 02:47:48 -05:00
Sahat Yalkabov 334c79d19a Updated nodejitsu logo url 2014-02-28 21:36:47 -05:00
Sahat Yalkabov b3f830ccdf Updated Custom HTML and CSS Design 101 section 2014-02-28 21:34:17 -05:00
Sahat Yalkabov 354c9a4558 Updated list of client-side libraries 2014-02-28 21:32:54 -05:00
Sahat Yalkabov 7acddbcb40 Add zombie.js to devDependencies 2014-02-28 03:55:17 -05:00
Sahat Yalkabov 2728e50723 Added contact page test (using zombie.js) 2014-02-28 03:54:06 -05:00
Sahat Yalkabov 8f4aeae8d3 README grammar and spelling fixes 2014-02-27 19:52:41 -05:00
Sahat Yalkabov b701b87c99 Updated list of packages table 2014-02-27 19:50:51 -05:00
Sahat Yalkabov d47fa07761 Removed unique and sparse properties for OAuth providers since id is already unique. Fixes #89 2014-02-27 19:46:56 -05:00
Sahat Yalkabov 9907524b6b Travis-CI test against node.js 0.10 only 2014-02-27 19:45:47 -05:00
Sahat Yalkabov 615a3715f1 Increase test timeout to 5000ms 2014-02-27 19:45:16 -05:00
Sahat Yalkabov c13c7a23da Merge branch 'master' of github.com:sahat/hackathon-starter
* 'master' of github.com:sahat/hackathon-starter:
  Update README.md
2014-02-27 19:43:35 -05:00
Sahat Yalkabov e5cb5607db Consolidated clockwork updates 2014-02-27 19:42:07 -05:00
Sahat Yalkabov 007d561d88 Merge branch 'master' of https://github.com/mediaburst/hackathon-starter into mediaburst-master
* 'master' of https://github.com/mediaburst/hackathon-starter:
  Update README.md
  Using the newest clockwork npm package
  Removed commentted out lines from clockwork.jade
  Tweak to the clockwork view
  Adding clockwork SMS to the API mix

Conflicts:
	controllers/api.js
	package.json
2014-02-27 19:27:11 -05:00
Sahat Yalkabov 1c65f58f77 Update README.md 2014-02-27 18:14:45 -05:00
Sahat Yalkabov 0318c1fa79 Added comments, removed console.log statements, paypal POST route refactoring 2014-02-27 18:05:10 -05:00
Sahat Yalkabov 4d52dbd013 Updated LinkedIn error flash message 2014-02-27 17:57:13 -05:00
Sahat Yalkabov 933c79e15b Added isAuthenticated and isAuthorized on LinkedIn 2014-02-27 17:56:46 -05:00
Sahat Yalkabov d1eaebf85b Merge pull request #91 from sahat/linkedin
Linkedin OAuth and API demo
2014-02-27 17:42:30 -05:00
Sahat Yalkabov 53f89c355f Code formatting update 2014-02-27 17:39:18 -05:00
Sahat Yalkabov 582cdf4e54 A bunch of improvements to Linkedin API 2014-02-27 17:29:16 -05:00
Sahat Yalkabov c3320f28f2 Added LinkedIn API example that displays connection and your profile information 2014-02-27 16:51:38 -05:00
mattwoberts bea521f3b3 Update README.md
Added clockwork sms to the api list
2014-02-27 20:47:42 +00:00
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