Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-api-python-client
/
177749774c98bf260ff41092033617bb929b5e43
/
oauth2client
1777497
Allow kwargs in the decorator. Reviewed in http://codereview.appspot.com/5712049/. Fixes issue #110.
by Joe Gregorio
· 13 years ago
d84d6b8
Use the high level app_identity call for the AppIdentityCredentials
by Joe Gregorio
· 13 years ago
fa8cd9f
Make Credentials deserialization resilient to moves in oauth2client location.
by Joe Gregorio
· 13 years ago
acf517f
add user_agent back to OAuth2Decorator argument
by Johan Euphrosine
· 13 years ago
654f4a2
Fix bugs with auth, batch and retries.
by Joe Gregorio
· 14 years ago
f2326c0
oob -> urn:ietf:wg:oauth:2.0:00b.
by Joe Gregorio
· 14 years ago
8e000ed
Allow an http object to be passed into tools.run() so that proxy
by Joe Gregorio
· 14 years ago
fdb43c0
Add .delete() method to Django Storage. Reviewed in http://codereview.appspot.com/5636054/
by Joe Gregorio
· 14 years ago
ec75dc1
Add .delete() to all Storages.
by Joe Gregorio
· 14 years ago
9f2f38f
Add caching back into verify_id_token with a memory only cache.
by Joe Gregorio
· 14 years ago
dceef69
Fixes issue #75. Don't write a local cache.
by Joe Gregorio
· 14 years ago
9b8bec6
Set file permissions on credentials files.
by Joe Gregorio
· 14 years ago
2fdd295
Use webbrowser.open to launch browser from oauth2client.tools.
by Joe Gregorio
· 14 years ago
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
1adde1a
OAuth2Decorator should take and pass kwargs to underlying Flow.
by Joe Gregorio
· 14 years ago
a07cb9c
Patch from issue 73. Fixes issue 72. Unicode error when using OAuth2Decorator with Python 2.7
by Joe Gregorio
· 14 years ago
bd512b5
Fix the final boundary in resumable multipart media uploads.
by Joe Gregorio
· 14 years ago
8b4c173
[mq]: id_token2
by Joe Gregorio
· 14 years ago
9fa077c
Fixes issue 48. Don't create db entries on StorageByKeyName.get().
by Joe Gregorio
· 14 years ago
c4fc095
Removing Buzz from comments in code
by Joe Gregorio
· 14 years ago
69a0aca
Add default for OAuth 2.0 parameter access_type of offline.
by Joe Gregorio
· 14 years ago
ec55584
Remove legacy support for pickled Credentials.
by Joe Gregorio
· 14 years ago
0f4d232
Fixes issue #66.
by Joe Gregorio
· 14 years ago
f2f8a5a
Let OAuth2Decorator take a list of scopes.
by Joe Gregorio
· 14 years ago
f42dfdc
Make django_orm models use TEXT instead of VARCHAR.
by Joe Gregorio
· 14 years ago
0984ef2
exceptions in flow_from_clientsecrets should sys.exit() if message is supplied.
by Joe Gregorio
· 14 years ago
e9b40f1
Directly import the target module in
by Joe Gregorio
· 14 years ago
f08a498
Add support for client_secrets.json file format.
by Joe Gregorio
· 14 years ago
5b457c3
Sync to head of httplib2. Reviewed in http://codereview.appspot.com/5216044/
by Joe Gregorio
· 14 years ago
1daa71b
Fix issues with App Engine datastore
by Joe Gregorio
· 14 years ago
d2ee4d8
Fixed bug with refreshing tokens in file Storage
by Joe Gregorio
· 14 years ago
562b731
Stage 1 conversion to JSON for storing Credentials.
by Joe Gregorio
· 14 years ago
85964c5
fix oauth2decorator user_agent regression #5007043
by Johan Euphrosine
· 14 years ago
9da2ad8
Add fancy locking to oauth2client.
by Joe Gregorio
· 14 years ago
cb6d891
Remove user_agent from app engine helpers.
by JacobMoshenko
· 14 years ago
8e90510
Add robot helpers and a sample.
by JacobMoshenko
· 14 years ago
f427c53
Reviewed in http://codereview.appspot.com/4515195/
by Joe Gregorio
· 14 years ago
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
432f17e
oauth2decorator, reviewed in http://codereview.appspot.com/4524063/
by Joe Gregorio
· 14 years ago
8097e2a
Fixes issue #28, updating the return_uri to /oauth2callback. Also updated README.
by Joe Gregorio
· 14 years ago
7ad707e
Add optional parameters for Django fields.
by Joe Gregorio
· 14 years ago
20a5aa9
Updated copyright notices where appropriate and refreshed generated docs.
by Joe Gregorio
· 14 years ago
06d852b
Cleaning up 2.7 compatibility and more work on installer.
by Joe Gregorio
· 14 years ago
205e73a
Cleanup of samples including adding flags to control logging.
by Joe Gregorio
· 14 years ago
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
b577f99
Update to the latest auth and token uris
by Joe Gregorio
· 14 years ago
93a7f7c
Corrected docstring on AccessTokenCredentials class
by ade@google.com
· 14 years ago
ca876e4
Fixed checking for stack query parameters so they actually get added to the query paramters.
by Joe Gregorio
· 14 years ago
560b532
Make file based Storage thread safe.
by Joe Gregorio
· 14 years ago
ccc7954
Fix refresh token handling and add unit tests for oauth2client.client
by Joe Gregorio
· 14 years ago
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
825d78d
cleanup comments
by Joe Gregorio
· 14 years ago
a0a52e4
Moving over OAuth 1.0 to use Storage, and updating samples to handle token revocation.
by Joe Gregorio
· 14 years ago
9ce4b62
Moving all OAuth code and samples to use Storage consistently
by Joe Gregorio
· 14 years ago
3b79fa8
Added AccessTokenCredentials
by Joe Gregorio
· 14 years ago
7c22ab2
Clean up doc strings and unused imports
by Joe Gregorio
· 14 years ago
fc1e278
Fixes for OAuth 2.0 support in Django
by Joe Gregorio
· 14 years ago
deeb020
Cleaned up OAuth 2.0 support fully using Storage() and updating samples.
by Joe Gregorio
· 14 years ago
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
49e94d8
Clean up OAuth 2 support
by Joe Gregorio
· 15 years ago
fd19cd3
Be more flexible in accepting a 401 triggering a token refresh.
by Joe Gregorio
· 15 years ago
695fdc1
[mq]: oauth2
by Joe Gregorio
· 15 years ago