aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-06Release v4.1.1 (#718)Tomas Reimers
2017-06-01Pass prompt='consent' from flow_from_clientsecrets (#717)Tomas Reimers
2017-05-10Release v4.1.0 and deprecate the library (#714)Jon Wayne Parrott
2017-05-09Fix system tests (#713)Jon Wayne Parrott
2017-05-09Fix ci (#712)Jon Wayne Parrott
2017-05-09Escape callback error code (#710)Jon Wayne Parrott
2017-03-27Allow customizing the GCE metadata service address via an env var. (#704)Craig Citro
2017-03-27Make `tox -e flake8` pass. (#705)Craig Citro
2017-02-03Typo fix. (#697)Craig Citro
2017-01-17Include LICENSE in Manifest.in (#694)Jon Wayne Parrott
2016-12-06Remove b64 padding from PKCE values, per RFC7636 (#683)Brendan McCollam
2016-11-28Store original encoded and signed identity JWT in OAuth2Credentials (#680)Clancy Childs
2016-11-17Merge pull request #676 from chripede/django-jsonpickleBill Prin
2016-11-17Use jsonpickle if possibleChristian Pedersen
2016-10-26Fix typo in changelog: aetting --> setting (#668)Aditya
2016-10-14Release v4.0.0 (#666)Jon Wayne Parrott
2016-10-14Include expanded version of Apache 2.0 license. (#663)Arthur D. Cherba
2016-10-14Release as a universal wheel (#665)Adam Chainz
2016-10-06Try to revoke token with POST when getting a 405 (#662)Liran Nuna
2016-09-20Add Django Samples (#636)Bill Prin
2016-09-16Fix django authorization redirect by correctly checking validity of credentia...Bill Prin
2016-08-20Merge pull request #635 from waprin/django_flake8Nathaniel Manista
2016-08-19Fix flake8 errorBill Prin
2016-08-17Merge pull request #622 from dhermes/allow-repeated-paramsDanny Hermes
2016-08-17Correct query loss when using parse_qsl to dictDanny Hermes
2016-08-16Merge pull request #612 from dhermes/fix-599Danny Hermes
2016-08-16Use transport module for GCE environment check.Danny Hermes
2016-08-15Merge pull request #627 from jonparrott/no-authorNathaniel Manista
2016-08-15Remove __author__ lines, add contributors.mdJon Wayne Parrott
2016-08-15Update helper b64 encode/decode tests (#631)Pat Ferate
2016-08-15Enable cover tox env on Travis (#628)Jon Wayne Parrott
2016-08-15Check for `bin` directory before cloning pyenv (#630)Pat Ferate
2016-08-12Complete branches from partial test coverages (#629)Pat Ferate
2016-08-12Switch django models from pickle to jsonpickle (#614)Bill Prin
2016-08-11Clean up imports (#625)Pat Ferate
2016-08-11Remove `unittest2` from PKCE test (#624)Pat Ferate
2016-08-11Add support for RFC7636 PKCE (#588)Brendan McCollam
2016-08-11Support new MIDDLEWARE Django 1.10 Setting (#623)Bill Prin
2016-08-11Change status access from header to attribute. (#616)Danny Hermes
2016-08-11Remove usage of os.environ.setdefault (#621)Danny Hermes
2016-08-11Add branch coverage (#615)Pat Ferate
2016-08-11Merge pull request #607 from dhermes/use-transport-request-in-testsDanny Hermes
2016-08-11Use transport.request in tests.Danny Hermes
2016-08-11Merge pull request #610 from dhermes/drop-unittest2Danny Hermes
2016-08-11Drop unittest2 dependencyDanny Hermes
2016-08-10Merge pull request #608 from dhermes/remove-line-continuationsNathaniel Manista
2016-08-10Remove backslash line continuationsDanny Hermes
2016-08-10Merge pull request #606 from dhermes/fix-up-system-tests-httplib2Danny Hermes
2016-08-10Use transport helpers in system testsDanny Hermes
2016-08-10Merge pull request #605 from dhermes/unify-http-mocksDanny Hermes