1. 50d2053 Release v4.1.3 and update OAuth2 URIs. Fixes #742. (#743) by Matt Houglum · 6 years ago master v4.1.3
  2. b61aec4 Add Code of Conduct by Thea Flowers · 6 years ago
  3. 0d1c814 Add deprecation notice to docs/index.rst by Thea Flowers · 6 years ago
  4. 3071457 link to oauth2client deprecation explanation. (#728) by Jay Lee · 7 years ago
  5. 1c56925 Escape error reason for oauth2 callback in django_util (#724) by Jon Wayne Parrott · 7 years ago
  6. d94570e Release v4.1.2 (#721) by Spyros Trigazis · 7 years ago v4.1.2
  7. 98c0a1a Exclude test in find_packages (#720) by Spyros Trigazis · 7 years ago
  8. 97320af Release v4.1.1 (#718) by Tomas Reimers · 7 years ago v4.1.1
  9. a1da72d Pass prompt='consent' from flow_from_clientsecrets (#717) by Tomas Reimers · 7 years ago
  10. 00926f2 Release v4.1.0 and deprecate the library (#714) by Jon Wayne Parrott · 7 years ago v4.1.0
  11. 119b90c Fix system tests (#713) by Jon Wayne Parrott · 7 years ago
  12. efe567a Fix ci (#712) by Jon Wayne Parrott · 7 years ago
  13. cf13958 Escape callback error code (#710) by Jon Wayne Parrott · 7 years ago
  14. feec15f Allow customizing the GCE metadata service address via an env var. (#704) by Craig Citro · 7 years ago
  15. a3cf56b Make `tox -e flake8` pass. (#705) by Craig Citro · 7 years ago
  16. c055e7f Typo fix. (#697) by Craig Citro · 8 years ago
  17. cc3e7d1 Include LICENSE in Manifest.in (#694) by Jon Wayne Parrott · 8 years ago
  18. f75203e Remove b64 padding from PKCE values, per RFC7636 (#683) by Brendan McCollam · 8 years ago
  19. f7f656d Store original encoded and signed identity JWT in OAuth2Credentials (#680) by Clancy Childs · 8 years ago
  20. 2da8ccd Merge pull request #676 from chripede/django-jsonpickle by Bill Prin · 8 years ago
  21. d007870 Use jsonpickle if possible by Christian Pedersen · 8 years ago
  22. 92e4ad3 Fix typo in changelog: aetting --> setting (#668) by Aditya · 8 years ago
  23. a731be3 Release v4.0.0 (#666) by Jon Wayne Parrott · 8 years ago v4.0.0
  24. 3eb691f Include expanded version of Apache 2.0 license. (#663) by Arthur D. Cherba · 8 years ago
  25. 480c558 Release as a universal wheel (#665) by Adam Chainz · 8 years ago
  26. 999de3a Try to revoke token with POST when getting a 405 (#662) by Liran Nuna · 8 years ago
  27. 3f9fdbd Add Django Samples (#636) by Bill Prin · 8 years ago
  28. 8a6e3b2 Fix django authorization redirect by correctly checking validity of credentials (#651) by Bill Prin · 8 years ago
  29. 9f0618d Merge pull request #635 from waprin/django_flake8 by Nathaniel Manista · 8 years ago
  30. 5315cd9 Fix flake8 error by Bill Prin · 8 years ago
  31. 51ae876 Merge pull request #622 from dhermes/allow-repeated-params by Danny Hermes · 8 years ago
  32. ebe9ed0 Correct query loss when using parse_qsl to dict by Danny Hermes · 8 years ago
  33. 4c7b3be Merge pull request #612 from dhermes/fix-599 by Danny Hermes · 8 years ago
  34. e332a51 Use transport module for GCE environment check. by Danny Hermes · 8 years ago
  35. 547d600 Merge pull request #627 from jonparrott/no-author by Nathaniel Manista · 8 years ago
  36. a1136db Remove __author__ lines, add contributors.md by Jon Wayne Parrott · 8 years ago
  37. 687fdbd Update helper b64 encode/decode tests (#631) by Pat Ferate · 8 years ago
  38. 499375c Enable cover tox env on Travis (#628) by Jon Wayne Parrott · 8 years ago
  39. 9c1ece5 Check for `bin` directory before cloning pyenv (#630) by Pat Ferate · 8 years ago
  40. 5137d7e Complete branches from partial test coverages (#629) by Pat Ferate · 8 years ago
  41. c9b4b07 Switch django models from pickle to jsonpickle (#614) by Bill Prin · 8 years ago
  42. c6b30bf Clean up imports (#625) by Pat Ferate · 8 years ago
  43. e4ad1be Remove `unittest2` from PKCE test (#624) by Pat Ferate · 8 years ago
  44. 3614fd1 Add support for RFC7636 PKCE (#588) by Brendan McCollam · 8 years ago
  45. 619dff8 Support new MIDDLEWARE Django 1.10 Setting (#623) by Bill Prin · 8 years ago
  46. f439dcb Change status access from header to attribute. (#616) by Danny Hermes · 8 years ago
  47. 6a12a1f Remove usage of os.environ.setdefault (#621) by Danny Hermes · 8 years ago
  48. 5190fd7 Add branch coverage (#615) by Pat Ferate · 8 years ago
  49. c6b70bd Merge pull request #607 from dhermes/use-transport-request-in-tests by Danny Hermes · 8 years ago
  50. 1a0c4db Use transport.request in tests. by Danny Hermes · 8 years ago
  51. b7f3eca Merge pull request #610 from dhermes/drop-unittest2 by Danny Hermes · 8 years ago
  52. 0f21a3d Drop unittest2 dependency by Danny Hermes · 8 years ago
  53. 5d08ba4 Merge pull request #608 from dhermes/remove-line-continuations by Nathaniel Manista · 8 years ago
  54. a10eb17 Remove backslash line continuations by Danny Hermes · 8 years ago
  55. 380b3e1 Merge pull request #606 from dhermes/fix-up-system-tests-httplib2 by Danny Hermes · 8 years ago
  56. e0b2256 Use transport helpers in system tests by Danny Hermes · 8 years ago
  57. 2c44207 Merge pull request #605 from dhermes/unify-http-mocks by Danny Hermes · 8 years ago
  58. 8299c58 Clean up usage of HTTP mocks in tests. by Danny Hermes · 8 years ago
  59. 724181f Merge pull request #598 from dhermes/remove-magic-mock by Danny Hermes · 8 years ago
  60. 7c4acac Remove all uses of MagicMock by Danny Hermes · 8 years ago
  61. 1d42733 Merge pull request #604 from dhermes/drop-33 by Danny Hermes · 8 years ago
  62. 49d565d Drop Python 3.3 support by Danny Hermes · 8 years ago
  63. f774a66 Merge pull request #569 from pferate/pytest_runner by Nathaniel Manista · 8 years ago
  64. f282a92 Remove distinction between http and http.request (#602) by Danny Hermes · 8 years ago
  65. b1a1743 Using transport helper for calling http.request() (#586) by Danny Hermes · 8 years ago
  66. 4cac96d Re-configure App engine tests by Jon Wayne Parrott · 8 years ago
  67. c359c40 Migrate test runner to py.test by Pat Ferate · 8 years ago
  68. 0fd8c61 Fix pypy environment in Travis by Jon Wayne Parrott · 8 years ago
  69. 2e8d1be Drop support for Python 2.6 (#590) by Jon Wayne Parrott · 8 years ago
  70. 248dc6c Merge pull request #579 from pferate/refactor_helpers by Nathaniel Manista · 8 years ago
  71. 2f5c53b Merge util.py and _helpers.py by Pat Ferate · 8 years ago
  72. 0dc30bc Remove contrib.multistore_file (#589) by Jon Wayne Parrott · 8 years ago
  73. f04d521 Merge pull request #585 from dhermes/remove-httplib2-from-unit-tests by Danny Hermes · 8 years ago
  74. ed42b28 Fixing line length. To be squashed. by Danny Hermes · 8 years ago
  75. c456547 Merge pull request #584 from dhermes/remove-old-dep-ref by Danny Hermes · 8 years ago
  76. fa23cc2 Remove reference to old dependency in LICENSE by Danny Hermes · 8 years ago
  77. 1a70341 Address review comments. To be squashed. by Danny Hermes · 8 years ago
  78. 256d48d Removes usage of httplib2 in unit tests. by Danny Hermes · 8 years ago
  79. cd825cc Merge pull request #577 from dhermes/towards-554-part3 by Danny Hermes · 8 years ago
  80. 80fff4b Remove httplib2 imports from non-transport modules. by Danny Hermes · 8 years ago
  81. eb019c2 Handle missing storage files (#576) by Pat Ferate · 8 years ago
  82. ae73312 Merge pull request #575 from jonparrott/cut-3.0.0 by Nathaniel Manista · 8 years ago v3.0.0
  83. b306c63 Update changelog for v3.0.0 by Jon Wayne Parrott · 8 years ago
  84. c12eabb Update version number to v3.0.0 by Jon Wayne Parrott · 8 years ago
  85. 7b364c2 Merge pull request #572 from jonparrott/auth-approval-prompt by Nathaniel Manista · 8 years ago
  86. 3ab7bbe Merge pull request #574 from jonparrott/warn-about-multistore-file by Nathaniel Manista · 8 years ago
  87. 6807d7d Add deprecation warning to multistore_file. by Jon Wayne Parrott · 8 years ago
  88. 1e4a7d6 Fix system test reference to GOOGLE_TOKEN_URI. (#573) by Jon Wayne Parrott · 8 years ago
  89. e9bcd2d Add warnings and helpers for prompt='consent'. by Jon Wayne Parrott · 8 years ago
  90. 323e5fa Merge pull request #571 from jonparrott/fix-gce-timeout by Nathaniel Manista · 8 years ago
  91. 86bd966 Merge pull request #570 from jonparrott/fix-adc-order by Nathaniel Manista · 8 years ago
  92. 216c7c9 Add configurable timeout for metadata server. by Jon Wayne Parrott · 8 years ago
  93. 2d270b0 Change Application Default Credentials resolution order. by Jon Wayne Parrott · 8 years ago
  94. bb2386e Merge pull request #562 from pferate/import_refactor by Nathaniel Manista · 8 years ago
  95. f31e1e0 Update imports to only Packages or Modules by Pat Ferate · 8 years ago
  96. 25165ad Refactor Django helpers (#546) by Bill Prin · 8 years ago
  97. 3ba3c60 Silence flask app logger during tests. (#566) by Jon Wayne Parrott · 8 years ago
  98. a2a7c0f Add unittest2 dependency to gce-system-tests tox env. (#567) by Jon Wayne Parrott · 8 years ago
  99. 2cf2681 Fix `self.assertTrue(isinstance(` statements (#565) by Pat Ferate · 8 years ago
  100. 9fd860d Add tests to contrib modules to restore coverage to 100% by Pat Ferate · 8 years ago