summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated release notes.new-version-release-notesOmer Katz2015-07-041-2/+15
|
* Merge pull request #342 from g10f/masterOmer Katz2015-07-043-4/+4
|\ | | | | send no state in the access token response
| * send no state in the access token responsegunnar2015-07-033-4/+4
|/
* Merge pull request #356 from lepture/performance-improveOmer Katz2015-07-031-3/+3
|\ | | | | A little performance improvement
| * Improve regex performance for invalid_hexHsiaoming Yang2015-07-031-2/+2
| |
| * Don't encode body twiceHsiaoming Yang2015-07-031-1/+1
|/
* Merge pull request #355 from lepture/hide-passwordHsiaoming Yang2015-07-032-1/+14
|\ | | | | Hide password in logs
| * Fix when body is NoneHsiaoming Yang2015-07-021-1/+1
| |
| * Hide user password in repr of RequestHsiaoming Yang2015-07-021-1/+5
| |
| * Add tests when Request body has passwordHsiaoming Yang2015-07-021-0/+9
|/
* Merge pull request #341 from kdazzle/request-getattrOmer Katz2015-07-026-6/+39
|\ | | | | #340 - calling getattr on Request should raise an AttributeError if that attribute doesn't exist
| * #340 - add default param values to common.RequestKyle2015-05-241-2/+9
| |
| * Merge remote-tracking branch 'upstream/master' into request-getattrKyle2015-05-244-3/+18
| |\
| * | #340 - provide default values for some params in common.RequestKyle2015-05-095-5/+14
| | |
| * | #340 - raise AttributeError from common.Request.__getattr__+ add testsKyle2015-05-092-1/+18
| | |
* | | Merge pull request #354 from myyang/fix_missing_attributeHsiaoming Yang2015-07-022-1/+31
|\ \ \ | | | | | | | | Fix and remove missing attribute: _client
| * | | Use assertFormBodyEqual insteadmyyang2015-07-021-3/+3
| | | |
| * | | Fix string format compatibilitymyyang2015-07-021-3/+3
| | | |
| * | | Fix and remove missing attribute: _clientmyyang2015-07-012-1/+31
|/ / / | | | | | | | | | | | | * Fix and remove missing attribute: _client in prepare_refresh_token_request() * Add testcase for prepare_refresh_token_request()
* | | Merge pull request #352 from idan/travis_deployOmer Katz2015-07-011-16/+18
|\ \ \ | | | | | | | | Travis deploy to PyPI on github tag. #333, #346.
| * | | Travis deploy to PyPI on github tag. #333, #346.Ib Lundgren2015-07-011-16/+18
| | | |
* | | | Merge pull request #350 from cheif/masterOmer Katz2015-07-013-2/+21
|\ \ \ \ | | | | | | | | | | Handle empty/non-parsable query strings
| * | | | Handle empty/non-parsable query stringsDan Berglund2015-06-263-2/+21
| | |_|/ | |/| |
* | | | Merge pull request #314 from singingwolfboy/require-rsa-key-when-being-usedOmer Katz2015-07-013-5/+9
|\ \ \ \ | |_|/ / |/| | | Check for rsa_key when it's actually needed
| * | | Check for rsa_key when it's actually neededDavid Baumgold2015-05-063-5/+9
| | |/ | |/|
* | | Merge pull request #336 from josephtate/betterscopesupportOmer Katz2015-07-012-7/+17
|\ \ \ | | | | | | | | Allow tuples for list_to_scope as well as sets and lists
| * | | Add the broken scope to the ValueError exception for easier debugging, add ↵Joseph Tate2015-04-202-1/+3
| | | | | | | | | | | | | | | | test for failure case.
| * | | Allow tuples for list_to_scope and scope_to_list in addition to sets and ↵Joseph Tate2015-04-202-6/+14
| |/ / | | | | | | | | | lists. Treat sets the same as lists/tuples instead of recursing, add tests for sets.
* | | Merge pull request #351 from myyang/fix_typoOmer Katz2015-07-013-1/+27
|\ \ \ | | | | | | | | Fix redirect_url typo and add test cases for function.
| * | | Fix redirect_url typo and add test cases for function.myyang2015-06-293-1/+27
| | |/ | |/| | | | | | | | | | | | | * Fix redirect_url typo in prepare_authorization_request() * Exception testing in test_base.py * Functionality testing in test_web_application.py
* | | Merge pull request #349 from foxx/patch-2Omer Katz2015-07-011-63/+63
|\ \ \ | |/ / |/| | more code indent issues
| * | more code indent issuesCal Leeming2015-06-191-63/+63
|/ /
* | Merge pull request #332 from tilgovi/patch-1Ib Lundgren2015-05-231-0/+2
|\ \ | | | | | | Add link to pyramid-oauthlib
| * | Add link to pyramid-oauthlibRandall Leeds2015-04-021-0/+2
| | | | | | | | | | | | Disclosure: I am the author of pyramid-oauthlib
* | | Merge pull request #339 from digithink/oauth2_revocation_fixIb Lundgren2015-05-232-2/+15
|\ \ \ | | | | | | | | Add code to determine if client authentication is required for OAuth2…
| * | | Add code to determine if client authentication is required for OAuth2 ↵Weipin Xia2015-05-072-2/+15
| | |/ | |/| | | | | | | endpoint "revocation"
* | | Merge pull request #338 from Bachmann1234/patch-1Ib Lundgren2015-05-231-1/+1
|\ \ \ | |/ / |/| | Typo fix
| * | Typo fixMatt Bachmann2015-05-051-1/+1
|/ / | | | | | | | | Howdy! Saw this typo in the docs and thought id fix it.
* | Merge pull request #323 from josephtate/master-fix-306Ib Lundgren2015-04-192-1/+25
|\ \ | | | | | | Fix #306: handle token responses where no scope is provided because it has not changed
| * | Fix handling of optional scope params in response when the scope doesn't ↵Joseph Tate2015-04-131-1/+7
| | | | | | | | | | | | change. Fixes #306
| * | add failing testJoseph Tate2015-04-131-0/+18
| | |
* | | Merge pull request #322 from josephtate/fix-pyjwt-gte-0.4.0Ib Lundgren2015-04-1914-148/+153
|\ \ \ | |/ / |/| | This patch fixes PyJWT support when pyjwt >= 0.4.0
| * | Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ↵Joseph Tate2015-04-1414-148/+153
|/ / | | | | | | PyJWT helpers. Reformat some test certificates to be easier to maintain. Update documentation to match use of cryptography instead of PyCrypto
* | Merge pull request #303 from shuisman/patch-1Ib Lundgren2015-04-021-1/+1
|\ \ | | | | | | Fix documentation
| * | Fix documentationshuisman2014-12-091-1/+1
| |/ | | | | typo
* | Merge pull request #298 from techtonik/patch-1Ib Lundgren2015-04-021-2/+0
|\ \ | | | | | | Fix docs - python-rsa is not used
| * | Fix docs - python-rsa is not usedanatoly techtonik2014-11-171-2/+0
| |/
* | Merge pull request #302 from svetlyak40wt/improve-changelogIb Lundgren2015-04-021-29/+104
|\ \ | | | | | | Improve changelog
| * | Add release dates to versions where it is possible. They are recovered from ↵Alexander Artemenko2014-12-011-12/+12
| | | | | | | | | | | | commit messages.
| * | Make version number a headers in a changelog.Alexander Artemenko2014-12-011-29/+104
| |/