-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paypal #467
base: master
Are you sure you want to change the base?
Paypal #467
Commits on Jun 5, 2013
-
Fix to README docs - missing code section closing characters
Jeff Zabel committedJun 5, 2013 Configuration menu - View commit details
-
Copy full SHA for ee475bf - Browse repository at this point
Copy the full SHA ee475bfView commit details
Commits on Jun 25, 2013
-
Implement SurveyMonkey authorization
Jeff Zabel committedJun 25, 2013 Configuration menu - View commit details
-
Copy full SHA for 6d7b6ad - Browse repository at this point
Copy the full SHA 6d7b6adView commit details -
Fixes endless callback loop by passing back res in non 200 error fail…
…ure cases.
Jeff Zabel committedJun 25, 2013 Configuration menu - View commit details
-
Copy full SHA for 4665e64 - Browse repository at this point
Copy the full SHA 4665e64View commit details
Commits on Aug 9, 2013
-
Add ability in survey monkey to get details about the user now that t…
…his is part of their api.
Jeff Zabel committedAug 9, 2013 Configuration menu - View commit details
-
Copy full SHA for 88d05a0 - Browse repository at this point
Copy the full SHA 88d05a0View commit details
Commits on Aug 13, 2013
-
Add first implmentation of desk.com module
Jeff Zabel committedAug 13, 2013 Configuration menu - View commit details
-
Copy full SHA for 44b3ca8 - Browse repository at this point
Copy the full SHA 44b3ca8View commit details
Commits on Aug 18, 2013
-
Change oauthHost and apiHost to be customizable.
Chris Neumann committedAug 18, 2013 Configuration menu - View commit details
-
Copy full SHA for 426a8e1 - Browse repository at this point
Copy the full SHA 426a8e1View commit details
Commits on Aug 28, 2013
-
Change oAuth initialization to allow for dynamic oauthHost names to b…
…e created. Introduce new steps to set the oAuthHostDomain.
Jeff Zabel committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 2d102a9 - Browse repository at this point
Copy the full SHA 2d102a9View commit details -
Modify desk module to use new dynamic host names
Jeff Zabel committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 14a88a5 - Browse repository at this point
Copy the full SHA 14a88a5View commit details
Commits on Oct 15, 2013
-
Add Microsoft Live oAuth module
Jeff Zabel committedOct 15, 2013 Configuration menu - View commit details
-
Copy full SHA for c242903 - Browse repository at this point
Copy the full SHA c242903View commit details
Commits on Nov 15, 2013
-
Desk.com changed their user information route from /accounts to /user…
…s/current. Fix to pull that info
Jeff Zabel committedNov 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 3155bb9 - Browse repository at this point
Copy the full SHA 3155bb9View commit details
Commits on Nov 25, 2013
-
Add ability for accessToken requests to put data in the query string …
…as well as in the data params for oauth2 requests.
Jeff Zabel committedNov 25, 2013 Configuration menu - View commit details
-
Copy full SHA for 5c6e1db - Browse repository at this point
Copy the full SHA 5c6e1dbView commit details -
Adjust survey monkey everyauth module to allow for new oAuth params. h…
Jeff Zabel committedNov 25, 2013 Configuration menu - View commit details
-
Copy full SHA for edab96a - Browse repository at this point
Copy the full SHA edab96aView commit details
Commits on Dec 10, 2013
-
Small hopeful fix for what seems to be a reserved variable url
Jeff Zabel committedDec 10, 2013 Configuration menu - View commit details
-
Copy full SHA for 1b45e6d - Browse repository at this point
Copy the full SHA 1b45e6dView commit details
Commits on Dec 30, 2013
-
Don't follow redirectPath if headers sent.
Everyauth lacks sane error handling. This allows us to redirect to a different path on error and not have problems with trying to send a response twice. Related https://github.com/Datahero/datahero-node/issues/419
Configuration menu - View commit details
-
Copy full SHA for c75622b - Browse repository at this point
Copy the full SHA c75622bView commit details
Commits on Jan 6, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 0d40e5b - Browse repository at this point
Copy the full SHA 0d40e5bView commit details
Commits on Jan 22, 2014
-
adding additonal parameters to err.extra and fixing issue with addito…
…nalQueryParams in oauth2 related https://github.com/Datahero/datahero-node/issues/4328
Configuration menu - View commit details
-
Copy full SHA for 76cfc46 - Browse repository at this point
Copy the full SHA 76cfc46View commit details
Commits on Jan 31, 2014
-
Add issue that moreAccessTokenQueryParams was not getting cloned corr…
…ectly resulting in leaks. Fixes https://github.com/Datahero/datahero-node/issues/4602
Jeff Zabel committedJan 31, 2014 Configuration menu - View commit details
-
Copy full SHA for dd89a37 - Browse repository at this point
Copy the full SHA dd89a37View commit details
Commits on Apr 9, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 7f1b5c1 - Browse repository at this point
Copy the full SHA 7f1b5c1View commit details
Commits on Apr 22, 2014
-
Blair Anderson authored and Blair Anderson committed
Apr 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 4173fc6 - Browse repository at this point
Copy the full SHA 4173fc6View commit details -
Merge pull request #1 from Datahero/zendesk
zendesk module merged from QL.
Jeff Zabel committedApr 22, 2014 Configuration menu - View commit details
-
Copy full SHA for e08a93f - Browse repository at this point
Copy the full SHA e08a93fView commit details
Commits on Apr 23, 2014
-
Blair Anderson authored and Blair Anderson committed
Apr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 50d8a7f - Browse repository at this point
Copy the full SHA 50d8a7fView commit details -
Blair Anderson authored and Blair Anderson committed
Apr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for cb59d46 - Browse repository at this point
Copy the full SHA cb59d46View commit details
Commits on Apr 24, 2014
-
Blair Anderson authored and Blair Anderson committed
Apr 24, 2014 Configuration menu - View commit details
-
Copy full SHA for a5c3469 - Browse repository at this point
Copy the full SHA a5c3469View commit details -
Merge pull request #2 from Datahero/zendesk
Zendesk oauth2 implementation (will most likely back out the oauth2 domain change into a configurable item in the zendesk module tomorrow)
Jeff Zabel committedApr 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 02bd42a - Browse repository at this point
Copy the full SHA 02bd42aView commit details
Commits on May 27, 2014
-
Configuration menu - View commit details
-
Copy full SHA for da44b76 - Browse repository at this point
Copy the full SHA da44b76View commit details
Commits on May 28, 2014
-
unverified first attempt at everyauth paypal module; comments exist d…
…escribing what functionality should be tested further
Configuration menu - View commit details
-
Copy full SHA for 35fb39f - Browse repository at this point
Copy the full SHA 35fb39fView commit details