aboutsummaryrefslogtreecommitdiff
path: root/tests
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
2018-09-07Release v4.1.3 and update OAuth2 URIs. Fixes #742. (#743)upstream-masterMatt Houglum
2017-07-31Escape error reason for oauth2 callback in django_util (#724)Jon Wayne Parrott
2017-05-09Fix system tests (#713)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-03-27Make `tox -e flake8` pass. (#705)Craig Citro
2016-12-06Remove b64 padding from PKCE values, per RFC7636 (#683)Brendan McCollam
2016-11-28Store original encoded and signed identity JWT in OAuth2Credentials (#680)Clancy Childs
2016-11-17Use jsonpickle if possibleChristian Pedersen
2016-10-06Try to revoke token with POST when getting a 405 (#662)Liran Nuna
2016-09-16Fix django authorization redirect by correctly checking validity of credentia...Bill Prin
2016-08-19Fix flake8 errorBill Prin
2016-08-17Correct query loss when using parse_qsl to dictDanny Hermes
2016-08-16Use transport module for GCE environment check.Danny Hermes
2016-08-15Merge pull request #627 from jonparrott/no-authorNathaniel Manista
2016-08-15Remove __author__ lines, add contributors.mdJon Wayne Parrott
2016-08-15Update helper b64 encode/decode tests (#631)Pat Ferate
2016-08-12Complete branches from partial test coverages (#629)Pat Ferate
2016-08-12Switch django models from pickle to jsonpickle (#614)Bill Prin
2016-08-11Clean up imports (#625)Pat Ferate
2016-08-11Remove `unittest2` from PKCE test (#624)Pat Ferate
2016-08-11Add support for RFC7636 PKCE (#588)Brendan McCollam
2016-08-11Support new MIDDLEWARE Django 1.10 Setting (#623)Bill Prin
2016-08-11Use transport.request in tests.Danny Hermes
2016-08-11Drop unittest2 dependencyDanny Hermes
2016-08-10Remove backslash line continuationsDanny Hermes
2016-08-10Clean up usage of HTTP mocks in tests.Danny Hermes
2016-08-10Remove all uses of MagicMockDanny Hermes
2016-08-09Merge pull request #569 from pferate/pytest_runnerNathaniel Manista
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-09Re-configure App engine testsJon Wayne Parrott
2016-08-09Migrate test runner to py.testPat Ferate
2016-08-04Merge util.py and _helpers.pyPat Ferate
2016-08-04Remove contrib.multistore_file (#589)Jon Wayne Parrott
2016-08-02Fixing line length. To be squashed.Danny Hermes
2016-08-02Address review comments. To be squashed.Danny Hermes
2016-08-02Removes usage of httplib2 in unit tests.Danny Hermes
2016-08-01Remove httplib2 imports from non-transport modules.Danny Hermes
2016-08-01Handle missing storage files (#576)Pat Ferate
2016-07-27Merge pull request #572 from jonparrott/auth-approval-promptNathaniel Manista
2016-07-27Add warnings and helpers for prompt='consent'.Jon Wayne Parrott
2016-07-27Merge pull request #571 from jonparrott/fix-gce-timeoutNathaniel Manista
2016-07-27Add configurable timeout for metadata server.Jon Wayne Parrott
2016-07-27Change Application Default Credentials resolution order.Jon Wayne Parrott
2016-07-27Update imports to only Packages or ModulesPat Ferate
2016-07-26Refactor Django helpers (#546)Bill Prin
2016-07-25Silence flask app logger during tests. (#566)Jon Wayne Parrott
2016-07-25Fix `self.assertTrue(isinstance(` statements (#565)Pat Ferate