aboutsummaryrefslogtreecommitdiff
path: root/oauth2client/contrib
AgeCommit message (Expand)Author
2019-02-08Revert "Upgrade oauth2client to v4.1.3"android-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1Kevin Cheng
2017-07-31Escape error reason for oauth2 callback in django_util (#724)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-02-03Typo fix. (#697)Craig Citro
2016-11-17Use jsonpickle if possibleChristian Pedersen
2016-09-16Fix django authorization redirect by correctly checking validity of credentia...Bill Prin
2016-08-15Merge pull request #627 from jonparrott/no-authorNathaniel Manista
2016-08-15Remove __author__ lines, add contributors.mdJon Wayne Parrott
2016-08-12Switch django models from pickle to jsonpickle (#614)Bill Prin
2016-08-11Support new MIDDLEWARE Django 1.10 Setting (#623)Bill Prin
2016-08-10Remove backslash line continuationsDanny Hermes
2016-08-09Remove distinction between http and http.request (#602)Danny Hermes
2016-08-09Using transport helper for calling http.request() (#586)Danny Hermes
2016-08-04Merge util.py and _helpers.pyPat Ferate
2016-08-04Remove contrib.multistore_file (#589)Jon Wayne Parrott
2016-08-01Remove httplib2 imports from non-transport modules.Danny Hermes
2016-08-01Handle missing storage files (#576)Pat Ferate
2016-07-27Add deprecation warning to multistore_file.Jon Wayne Parrott
2016-07-27Update imports to only Packages or ModulesPat Ferate
2016-07-26Refactor Django helpers (#546)Bill Prin
2016-07-19Update string formatters to new stylePat Ferate
2016-07-12Remove custom contrib.appengine exceptions (#533)Pat Ferate
2016-07-12Add oauth2client.contrib.multiprocess_storage (#504)Jon Wayne Parrott
2016-07-11Check for Google import order style in flake8Pat Ferate
2016-07-11More general PEP8 cleanupPat Ferate
2016-07-08Resolve lines over 80 charactersPat Ferate
2016-07-08Clean up whitespacePat Ferate
2016-07-08Remove unused local variable assignmentPat Ferate
2016-07-07Remove unused importsPat Ferate
2016-06-30Merge pull request #527 from miedzinski/sqlalchemy-storageNathaniel Manista
2016-06-28Add SQLAlchemy storageDominik MiedziƄski
2016-06-28Populate scopes for gce.AppAssertionCredentials (#524)elibixby
2016-06-10Move compute engine metadata interface into a separate module (#520)elibixby
2016-06-10Populate token expiry for GCE credentials (#473)Ben Demaree
2016-06-06Handle OSError cases in multistore_file (#517)thobrla
2016-06-06django 1.10 fix (#516)Bill Prin
2016-04-14Fix flask_util docstrings concerning GOOGLE_OAUTH2_CLIENT_SECRETS_FILEJon Wayne Parrott
2016-04-11Pop Oauth flow rather then getBill Prin
2016-04-08Get django_orm to 100% coverageBill Prin
2016-04-08100% coverage for oauth2client.contrib.multistore_fileJon Wayne Parrott
2016-04-06Move platform-specific openers to their own modules.Jon Wayne Parrott
2016-03-16100% coverage for contrib.appengineJon Wayne Parrott
2016-03-14Fix typo of oauth2Jeffrey Sorensen
2016-03-11Fix flask required decorator to redirect on expired credentials.Jon Wayne Parrott
2016-02-24Move conditionally defined ndb helpers into their own module.Danny Hermes
2016-02-24fix an error in the sample codeJeremi Joslin
2016-02-22Merge pull request #429 from dhermes/move-dict-to-tupleDanny Hermes
2016-02-22Moving util.dict_to_tuple_key() into only module that uses it.Danny Hermes
2016-02-22Adding common sign_blob() service account types.Danny Hermes