Skip to content
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

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Paypal #467

wants to merge 26 commits into from

Commits on Jun 5, 2013

  1. Configuration menu
    Copy the full SHA
    ee475bf View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2013

  1. Implement SurveyMonkey authorization

    Jeff Zabel committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    6d7b6ad View commit details
    Browse the repository at this point in the history
  2. Fixes endless callback loop by passing back res in non 200 error fail…

    …ure cases.
    Jeff Zabel committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    4665e64 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2013

  1. Add ability in survey monkey to get details about the user now that t…

    …his is part of their api.
    Jeff Zabel committed Aug 9, 2013
    Configuration menu
    Copy the full SHA
    88d05a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2013

  1. Add first implmentation of desk.com module

    Jeff Zabel committed Aug 13, 2013
    Configuration menu
    Copy the full SHA
    44b3ca8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2013

  1. Change oauthHost and apiHost to be customizable.

    Chris Neumann committed Aug 18, 2013
    Configuration menu
    Copy the full SHA
    426a8e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2013

  1. Change oAuth initialization to allow for dynamic oauthHost names to b…

    …e created. Introduce new steps to set the oAuthHostDomain.
    Jeff Zabel committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    2d102a9 View commit details
    Browse the repository at this point in the history
  2. Modify desk module to use new dynamic host names

    Jeff Zabel committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    14a88a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2013

  1. Add Microsoft Live oAuth module

    Jeff Zabel committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    c242903 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2013

  1. Desk.com changed their user information route from /accounts to /user…

    …s/current. Fix to pull that info
    Jeff Zabel committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    3155bb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2013

  1. Add ability for accessToken requests to put data in the query string …

    …as well as in the data params for oauth2 requests.
    Jeff Zabel committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    5c6e1db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edab96a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2013

  1. Configuration menu
    Copy the full SHA
    1b45e6d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2013

  1. 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
    ibash committed Dec 30, 2013
    Configuration menu
    Copy the full SHA
    c75622b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2014

  1. Adding mandrill authentication

    ibash committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    0d40e5b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2014

  1. Configuration menu
    Copy the full SHA
    76cfc46 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2014

  1. Configuration menu
    Copy the full SHA
    dd89a37 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2014

  1. Configuration menu
    Copy the full SHA
    7f1b5c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2014

  1. start zendesk strategy

    Blair Anderson authored and Blair Anderson committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    4173fc6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Datahero/zendesk

    zendesk module merged from QL.
    Jeff Zabel committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    e08a93f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2014

  1. add setDomain to oauth2

    Blair Anderson authored and Blair Anderson committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    50d8a7f View commit details
    Browse the repository at this point in the history
  2. migrate zendesk to oauth2

    Blair Anderson authored and Blair Anderson committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    cb59d46 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2014

  1. implement fetchOAuthUser

    Blair Anderson authored and Blair Anderson committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    a5c3469 View commit details
    Browse the repository at this point in the history
  2. 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 committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    02bd42a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2014

  1. adding paypal module

    dougfarre committed May 27, 2014
    Configuration menu
    Copy the full SHA
    da44b76 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2014

  1. unverified first attempt at everyauth paypal module; comments exist d…

    …escribing what functionality should be tested further
    dougfarre committed May 28, 2014
    Configuration menu
    Copy the full SHA
    35fb39f View commit details
    Browse the repository at this point in the history