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

Django 1.7 compatibility and SchemedHttpResponseRedirect #186

Closed
wants to merge 12 commits into from

Commits on Jan 13, 2015

  1. Configuration menu
    Copy the full SHA
    205d3be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7640255 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f8c599 View commit details
    Browse the repository at this point in the history
  4. Added Application.redirect_uri_schemes

    List of the schemes used by the Application `redirect_uris`
    zopieux committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    ae5591c View commit details
    Browse the repository at this point in the history
  5. Using CustomSchemesHttpResponseRedirect

    HttpResponseRedirect is very restrictive on the "safe" schemes: HTTP, HTTPS, FTP. As such, it does not allow redirections to custom schemes such as mobile callback handlers eg. `my-app://oauth/callback/`
    It was replaced with CustomSchemesHttpResponseRedirect that takes a list of allowed schemes.
    zopieux committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    ce2d282 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e220ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6832ba0 View commit details
    Browse the repository at this point in the history
  8. Fixed http.response import

    zopieux committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    e159263 View commit details
    Browse the repository at this point in the history
  9. Forgot redirect_to argument

    zopieux committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    9f61225 View commit details
    Browse the repository at this point in the history
  10. Fixed wrong super() class

    zopieux committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    ba29644 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    df5e147 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bec4875 View commit details
    Browse the repository at this point in the history