1. 1777497 Allow kwargs in the decorator. Reviewed in http://codereview.appspot.com/5712049/. Fixes issue #110. by Joe Gregorio · 13 years ago
  2. d84d6b8 Use the high level app_identity call for the AppIdentityCredentials by Joe Gregorio · 13 years ago
  3. fa8cd9f Make Credentials deserialization resilient to moves in oauth2client location. by Joe Gregorio · 13 years ago
  4. acf517f add user_agent back to OAuth2Decorator argument by Johan Euphrosine · 13 years ago
  5. 654f4a2 Fix bugs with auth, batch and retries. by Joe Gregorio · 14 years ago
  6. f2326c0 oob -> urn:ietf:wg:oauth:2.0:00b. by Joe Gregorio · 14 years ago
  7. 8e000ed Allow an http object to be passed into tools.run() so that proxy by Joe Gregorio · 14 years ago
  8. fdb43c0 Add .delete() method to Django Storage. Reviewed in http://codereview.appspot.com/5636054/ by Joe Gregorio · 14 years ago
  9. ec75dc1 Add .delete() to all Storages. by Joe Gregorio · 14 years ago
  10. 9f2f38f Add caching back into verify_id_token with a memory only cache. by Joe Gregorio · 14 years ago
  11. dceef69 Fixes issue #75. Don't write a local cache. by Joe Gregorio · 14 years ago
  12. 9b8bec6 Set file permissions on credentials files. by Joe Gregorio · 14 years ago
  13. 2fdd295 Use webbrowser.open to launch browser from oauth2client.tools. by Joe Gregorio · 14 years ago
  14. 549230c Fixes issue #85. Also moves all json imports to go through oauth2client.anyjson. Reviewed in http://codereview.appspot.com/5531064/. by Joe Gregorio · 14 years ago
  15. 1adde1a OAuth2Decorator should take and pass kwargs to underlying Flow. by Joe Gregorio · 14 years ago
  16. a07cb9c Patch from issue 73. Fixes issue 72. Unicode error when using OAuth2Decorator with Python 2.7 by Joe Gregorio · 14 years ago
  17. bd512b5 Fix the final boundary in resumable multipart media uploads. by Joe Gregorio · 14 years ago
  18. 8b4c173 [mq]: id_token2 by Joe Gregorio · 14 years ago
  19. 9fa077c Fixes issue 48. Don't create db entries on StorageByKeyName.get(). by Joe Gregorio · 14 years ago
  20. c4fc095 Removing Buzz from comments in code by Joe Gregorio · 14 years ago
  21. 69a0aca Add default for OAuth 2.0 parameter access_type of offline. by Joe Gregorio · 14 years ago
  22. ec55584 Remove legacy support for pickled Credentials. by Joe Gregorio · 14 years ago
  23. 0f4d232 Fixes issue #66. by Joe Gregorio · 14 years ago
  24. f2f8a5a Let OAuth2Decorator take a list of scopes. by Joe Gregorio · 14 years ago
  25. f42dfdc Make django_orm models use TEXT instead of VARCHAR. by Joe Gregorio · 14 years ago
  26. 0984ef2 exceptions in flow_from_clientsecrets should sys.exit() if message is supplied. by Joe Gregorio · 14 years ago
  27. e9b40f1 Directly import the target module in by Joe Gregorio · 14 years ago
  28. f08a498 Add support for client_secrets.json file format. by Joe Gregorio · 14 years ago
  29. 5b457c3 Sync to head of httplib2. Reviewed in http://codereview.appspot.com/5216044/ by Joe Gregorio · 14 years ago
  30. 1daa71b Fix issues with App Engine datastore by Joe Gregorio · 14 years ago
  31. d2ee4d8 Fixed bug with refreshing tokens in file Storage by Joe Gregorio · 14 years ago
  32. 562b731 Stage 1 conversion to JSON for storing Credentials. by Joe Gregorio · 14 years ago
  33. 85964c5 fix oauth2decorator user_agent regression #5007043 by Johan Euphrosine · 14 years ago
  34. 9da2ad8 Add fancy locking to oauth2client. by Joe Gregorio · 14 years ago
  35. cb6d891 Remove user_agent from app engine helpers. by JacobMoshenko · 14 years ago
  36. 8e90510 Add robot helpers and a sample. by JacobMoshenko · 14 years ago
  37. f427c53 Reviewed in http://codereview.appspot.com/4515195/ by Joe Gregorio · 14 years ago
  38. 3b020d6 Use gflags for AOuth 1.0. Fixes issue #33. Fixes issue #34. Reviewed in http://codereview.appspot.com/4551069/ by Joe Gregorio · 14 years ago
  39. 432f17e oauth2decorator, reviewed in http://codereview.appspot.com/4524063/ by Joe Gregorio · 14 years ago
  40. 8097e2a Fixes issue #28, updating the return_uri to /oauth2callback. Also updated README. by Joe Gregorio · 14 years ago
  41. 7ad707e Add optional parameters for Django fields. by Joe Gregorio · 14 years ago
  42. 20a5aa9 Updated copyright notices where appropriate and refreshed generated docs. by Joe Gregorio · 14 years ago
  43. 06d852b Cleaning up 2.7 compatibility and more work on installer. by Joe Gregorio · 14 years ago
  44. 205e73a Cleanup of samples including adding flags to control logging. by Joe Gregorio · 14 years ago
  45. 9e5fe4d OAuth 2.0 uses new endpoints. OAuth 2.0 moderator sample uses gflags. OAuth 2.0 tools.run adds a local web server to handle redirect_uri if possible. by Joe Gregorio · 14 years ago
  46. b577f99 Update to the latest auth and token uris by Joe Gregorio · 14 years ago
  47. 93a7f7c Corrected docstring on AccessTokenCredentials class by ade@google.com · 14 years ago
  48. ca876e4 Fixed checking for stack query parameters so they actually get added to the query paramters. by Joe Gregorio · 14 years ago
  49. 560b532 Make file based Storage thread safe. by Joe Gregorio · 14 years ago
  50. ccc7954 Fix refresh token handling and add unit tests for oauth2client.client by Joe Gregorio · 14 years ago
  51. fffa7d7 Finish adding Storage to the OAuth 1.0 client and updated all examples to use file.Storage. No more three_legged_dance.py files anywhere. by Joe Gregorio · 14 years ago
  52. 825d78d cleanup comments by Joe Gregorio · 14 years ago
  53. a0a52e4 Moving over OAuth 1.0 to use Storage, and updating samples to handle token revocation. by Joe Gregorio · 14 years ago
  54. 9ce4b62 Moving all OAuth code and samples to use Storage consistently by Joe Gregorio · 14 years ago
  55. 3b79fa8 Added AccessTokenCredentials by Joe Gregorio · 14 years ago
  56. 7c22ab2 Clean up doc strings and unused imports by Joe Gregorio · 14 years ago
  57. fc1e278 Fixes for OAuth 2.0 support in Django by Joe Gregorio · 14 years ago
  58. deeb020 Cleaned up OAuth 2.0 support fully using Storage() and updating samples. by Joe Gregorio · 14 years ago
  59. 4b2e51a Changed OAuth 2.0 to only refresh an access_token upon seeing a 401, ignoring token_expiry for now. by Joe Gregorio · 15 years ago
  60. 49e94d8 Clean up OAuth 2 support by Joe Gregorio · 15 years ago
  61. fd19cd3 Be more flexible in accepting a 401 triggering a token refresh. by Joe Gregorio · 15 years ago
  62. 695fdc1 [mq]: oauth2 by Joe Gregorio · 15 years ago