1. 8f8bf75 Revert "Upgrade oauth2client to v4.1.3" by Kevin Cheng · 5 years ago
  2. 50d2053 Release v4.1.3 and update OAuth2 URIs. Fixes #742. (#743) by Matt Houglum · 6 years ago
  3. 1c56925 Escape error reason for oauth2 callback in django_util (#724) by Jon Wayne Parrott · 7 years ago
  4. 119b90c Fix system tests (#713) by Jon Wayne Parrott · 7 years ago
  5. cf13958 Escape callback error code (#710) by Jon Wayne Parrott · 7 years ago
  6. feec15f Allow customizing the GCE metadata service address via an env var. (#704) by Craig Citro · 7 years ago
  7. a3cf56b Make `tox -e flake8` pass. (#705) by Craig Citro · 7 years ago
  8. f75203e Remove b64 padding from PKCE values, per RFC7636 (#683) by Brendan McCollam · 8 years ago
  9. f7f656d Store original encoded and signed identity JWT in OAuth2Credentials (#680) by Clancy Childs · 8 years ago
  10. d007870 Use jsonpickle if possible by Christian Pedersen · 8 years ago
  11. 999de3a Try to revoke token with POST when getting a 405 (#662) by Liran Nuna · 8 years ago
  12. 8a6e3b2 Fix django authorization redirect by correctly checking validity of credentials (#651) by Bill Prin · 8 years ago
  13. 5315cd9 Fix flake8 error by Bill Prin · 8 years ago
  14. ebe9ed0 Correct query loss when using parse_qsl to dict by Danny Hermes · 8 years ago
  15. e332a51 Use transport module for GCE environment check. by Danny Hermes · 8 years ago
  16. 547d600 Merge pull request #627 from jonparrott/no-author by Nathaniel Manista · 8 years ago
  17. a1136db Remove __author__ lines, add contributors.md by Jon Wayne Parrott · 8 years ago
  18. 687fdbd Update helper b64 encode/decode tests (#631) by Pat Ferate · 8 years ago
  19. 5137d7e Complete branches from partial test coverages (#629) by Pat Ferate · 8 years ago
  20. c9b4b07 Switch django models from pickle to jsonpickle (#614) by Bill Prin · 8 years ago
  21. c6b30bf Clean up imports (#625) by Pat Ferate · 8 years ago
  22. e4ad1be Remove `unittest2` from PKCE test (#624) by Pat Ferate · 8 years ago
  23. 3614fd1 Add support for RFC7636 PKCE (#588) by Brendan McCollam · 8 years ago
  24. 619dff8 Support new MIDDLEWARE Django 1.10 Setting (#623) by Bill Prin · 8 years ago
  25. 1a0c4db Use transport.request in tests. by Danny Hermes · 8 years ago
  26. 0f21a3d Drop unittest2 dependency by Danny Hermes · 8 years ago
  27. a10eb17 Remove backslash line continuations by Danny Hermes · 8 years ago
  28. 8299c58 Clean up usage of HTTP mocks in tests. by Danny Hermes · 8 years ago
  29. 7c4acac Remove all uses of MagicMock by Danny Hermes · 8 years ago
  30. f774a66 Merge pull request #569 from pferate/pytest_runner by Nathaniel Manista · 8 years ago
  31. f282a92 Remove distinction between http and http.request (#602) by Danny Hermes · 8 years ago
  32. b1a1743 Using transport helper for calling http.request() (#586) by Danny Hermes · 8 years ago
  33. 4cac96d Re-configure App engine tests by Jon Wayne Parrott · 8 years ago
  34. c359c40 Migrate test runner to py.test by Pat Ferate · 8 years ago
  35. 2f5c53b Merge util.py and _helpers.py by Pat Ferate · 8 years ago
  36. 0dc30bc Remove contrib.multistore_file (#589) by Jon Wayne Parrott · 8 years ago
  37. ed42b28 Fixing line length. To be squashed. by Danny Hermes · 8 years ago
  38. 1a70341 Address review comments. To be squashed. by Danny Hermes · 8 years ago
  39. 256d48d Removes usage of httplib2 in unit tests. by Danny Hermes · 8 years ago
  40. 80fff4b Remove httplib2 imports from non-transport modules. by Danny Hermes · 8 years ago
  41. eb019c2 Handle missing storage files (#576) by Pat Ferate · 8 years ago
  42. 7b364c2 Merge pull request #572 from jonparrott/auth-approval-prompt by Nathaniel Manista · 8 years ago
  43. e9bcd2d Add warnings and helpers for prompt='consent'. by Jon Wayne Parrott · 8 years ago
  44. 323e5fa Merge pull request #571 from jonparrott/fix-gce-timeout by Nathaniel Manista · 8 years ago
  45. 216c7c9 Add configurable timeout for metadata server. by Jon Wayne Parrott · 8 years ago
  46. 2d270b0 Change Application Default Credentials resolution order. by Jon Wayne Parrott · 8 years ago
  47. f31e1e0 Update imports to only Packages or Modules by Pat Ferate · 8 years ago
  48. 25165ad Refactor Django helpers (#546) by Bill Prin · 8 years ago
  49. 3ba3c60 Silence flask app logger during tests. (#566) by Jon Wayne Parrott · 8 years ago
  50. 2cf2681 Fix `self.assertTrue(isinstance(` statements (#565) by Pat Ferate · 8 years ago
  51. 9fd860d Add tests to contrib modules to restore coverage to 100% by Pat Ferate · 8 years ago
  52. 2bbada5 Remove httplib2 parts from service_account module. by Danny Hermes · 8 years ago
  53. 213050d Begin transport module for httplib2 specific pieces. by Danny Hermes · 8 years ago
  54. a7cddf2 Update string formatters to new style by Pat Ferate · 8 years ago
  55. cd635f4 Remove custom contrib.appengine exceptions (#533) by Pat Ferate · 8 years ago
  56. 66d4725 Add oauth2client.contrib.multiprocess_storage (#504) by Jon Wayne Parrott · 8 years ago
  57. 09e9420 Check for Google import order style in flake8 by Pat Ferate · 8 years ago
  58. 6b6c56d More general PEP8 cleanup by Pat Ferate · 8 years ago
  59. 5ef8bb0 Resolve lines over 80 characters by Pat Ferate · 8 years ago
  60. 1934bfb Clean up whitespace by Pat Ferate · 8 years ago
  61. 514c170 Remove unused local variable assignment by Pat Ferate · 8 years ago
  62. c8640c0 Remove unused imports by Pat Ferate · 8 years ago
  63. f25b7ab Use context manager for assertRaises (#537) by Pat Ferate · 8 years ago
  64. 267bbc5 Merge pull request #527 from miedzinski/sqlalchemy-storage by Nathaniel Manista · 8 years ago
  65. a4e3431 Add exception text to exit message (#530) by Pat Ferate · 8 years ago
  66. 61c61a0 Adding Python 3.5 capability (#531) by Pat Ferate · 8 years ago
  67. 5048d83 Add SQLAlchemy storage by Dominik Miedziński · 9 years ago
  68. 5454867 Populate scopes for gce.AppAssertionCredentials (#524) by elibixby · 8 years ago
  69. c82816c Move compute engine metadata interface into a separate module (#520) by elibixby · 8 years ago
  70. 54d7dce Populate token expiry for GCE credentials (#473) by Ben Demaree · 8 years ago
  71. b557440 Support token_uri and revoke_uri in ServiceAccountCredentials (#510) by thobrla · 8 years ago
  72. f5ae963 Handle OSError cases in multistore_file (#517) by thobrla · 8 years ago
  73. a3cbf51 django 1.10 fix (#516) by Bill Prin · 8 years ago
  74. e54e289 Merge pull request #488 from dhermes/swap-to-utcnow by Nathaniel Manista · 8 years ago
  75. 82cde04 Added JWTAccessCredentials. by Ken Payson · 8 years ago
  76. 5085d14 Hit 100% with branch coverage by Bill Prin · 8 years ago
  77. 4ab502b Get django_orm to 100% coverage by Bill Prin · 8 years ago
  78. 2f72420 100% coverage for oauth2client.contrib.multistore_file by Jon Wayne Parrott · 8 years ago
  79. 7408a64 Replacing now() with utcnow() in device info code. by Danny Hermes · 8 years ago
  80. ef33f70 Merge pull request #486 from dhermes/cover-client-v7 by Danny Hermes · 8 years ago
  81. a018723 Merge pull request #478 from jonparrott/openers by Danny Hermes · 8 years ago
  82. b26f778 Getting client.py to 100% coverage. by Danny Hermes · 8 years ago
  83. fffede8 Adding test coverage for client.py. by Danny Hermes · 8 years ago
  84. 93338c2 Testing OAuth2Credentials._do_retrieve_scopes(). by Danny Hermes · 8 years ago
  85. 4ada106 Adding more branch coverage in client.py. by Danny Hermes · 8 years ago
  86. 7ba2b57 Adding tests for all branches of OAuth2Credentials._do_revoke. by Danny Hermes · 8 years ago
  87. 085c470 Improving test branch coverage in client.py. by Danny Hermes · 8 years ago
  88. 72cd28b Move platform-specific openers to their own modules. by Jon Wayne Parrott · 8 years ago
  89. 5d2f1bd Adding test coverage for client.py module. by Danny Hermes · 8 years ago
  90. 3ca2ca7 Merge pull request #467 from jonparrott/coverage-locked-file by Jon Wayne Parrott · 8 years ago
  91. f931ce3 Added tests for contrib.locked_file. by Jon Wayne Parrott · 8 years ago
  92. 1641c80 Merge pull request #462 from jonparrott/test-coverage-appengine by Jon Wayne Parrott · 8 years ago
  93. 3b1f6e5 100% coverage for contrib.appengine by Jon Wayne Parrott · 8 years ago
  94. 35aabeb 100% coverage for oauth2client.tools by Jon Wayne Parrott · 8 years ago
  95. 9f9661a 100% coverage for oauth2client.util by Jon Wayne Parrott · 8 years ago
  96. a82146a Fix flask required decorator to redirect on expired credentials. by Jon Wayne Parrott · 8 years ago
  97. 6a273d6 Expand API for step2_exchange by Eddie Warner · 8 years ago
  98. e5fb542 Move conditionally defined ndb helpers into their own module. by Danny Hermes · 8 years ago
  99. 55ed32d Merge pull request #429 from dhermes/move-dict-to-tuple by Danny Hermes · 8 years ago
  100. 498d0b6 Merge pull request #421 from dhermes/sign-blob-all-svc-accounts by Danny Hermes · 8 years ago