| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated release notes.new-version-release-notes | Omer Katz | 2015-07-04 | 1 | -2/+15 |
| | | |||||
| * | Merge pull request #342 from g10f/master | Omer Katz | 2015-07-04 | 3 | -4/+4 |
| |\ | | | | | send no state in the access token response | ||||
| | * | send no state in the access token response | gunnar | 2015-07-03 | 3 | -4/+4 |
| |/ | |||||
| * | Merge pull request #356 from lepture/performance-improve | Omer Katz | 2015-07-03 | 1 | -3/+3 |
| |\ | | | | | A little performance improvement | ||||
| | * | Improve regex performance for invalid_hex | Hsiaoming Yang | 2015-07-03 | 1 | -2/+2 |
| | | | |||||
| | * | Don't encode body twice | Hsiaoming Yang | 2015-07-03 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #355 from lepture/hide-password | Hsiaoming Yang | 2015-07-03 | 2 | -1/+14 |
| |\ | | | | | Hide password in logs | ||||
| | * | Fix when body is None | Hsiaoming Yang | 2015-07-02 | 1 | -1/+1 |
| | | | |||||
| | * | Hide user password in repr of Request | Hsiaoming Yang | 2015-07-02 | 1 | -1/+5 |
| | | | |||||
| | * | Add tests when Request body has password | Hsiaoming Yang | 2015-07-02 | 1 | -0/+9 |
| |/ | |||||
| * | Merge pull request #341 from kdazzle/request-getattr | Omer Katz | 2015-07-02 | 6 | -6/+39 |
| |\ | | | | | #340 - calling getattr on Request should raise an AttributeError if that attribute doesn't exist | ||||
| | * | #340 - add default param values to common.Request | Kyle | 2015-05-24 | 1 | -2/+9 |
| | | | |||||
| | * | Merge remote-tracking branch 'upstream/master' into request-getattr | Kyle | 2015-05-24 | 4 | -3/+18 |
| | |\ | |||||
| | * | | #340 - provide default values for some params in common.Request | Kyle | 2015-05-09 | 5 | -5/+14 |
| | | | | |||||
| | * | | #340 - raise AttributeError from common.Request.__getattr__+ add tests | Kyle | 2015-05-09 | 2 | -1/+18 |
| | | | | |||||
| * | | | Merge pull request #354 from myyang/fix_missing_attribute | Hsiaoming Yang | 2015-07-02 | 2 | -1/+31 |
| |\ \ \ | | | | | | | | | Fix and remove missing attribute: _client | ||||
| | * | | | Use assertFormBodyEqual instead | myyang | 2015-07-02 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Fix string format compatibility | myyang | 2015-07-02 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Fix and remove missing attribute: _client | myyang | 2015-07-01 | 2 | -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_deploy | Omer Katz | 2015-07-01 | 1 | -16/+18 |
| |\ \ \ | | | | | | | | | Travis deploy to PyPI on github tag. #333, #346. | ||||
| | * | | | Travis deploy to PyPI on github tag. #333, #346. | Ib Lundgren | 2015-07-01 | 1 | -16/+18 |
| | | | | | |||||
| * | | | | Merge pull request #350 from cheif/master | Omer Katz | 2015-07-01 | 3 | -2/+21 |
| |\ \ \ \ | | | | | | | | | | | Handle empty/non-parsable query strings | ||||
| | * | | | | Handle empty/non-parsable query strings | Dan Berglund | 2015-06-26 | 3 | -2/+21 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #314 from singingwolfboy/require-rsa-key-when-being-used | Omer Katz | 2015-07-01 | 3 | -5/+9 |
| |\ \ \ \ | |_|/ / |/| | | | Check for rsa_key when it's actually needed | ||||
| | * | | | Check for rsa_key when it's actually needed | David Baumgold | 2015-05-06 | 3 | -5/+9 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #336 from josephtate/betterscopesupport | Omer Katz | 2015-07-01 | 2 | -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 Tate | 2015-04-20 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | | test for failure case. | ||||
| | * | | | Allow tuples for list_to_scope and scope_to_list in addition to sets and ↵ | Joseph Tate | 2015-04-20 | 2 | -6/+14 |
| | |/ / | | | | | | | | | | lists. Treat sets the same as lists/tuples instead of recursing, add tests for sets. | ||||
| * | | | Merge pull request #351 from myyang/fix_typo | Omer Katz | 2015-07-01 | 3 | -1/+27 |
| |\ \ \ | | | | | | | | | Fix redirect_url typo and add test cases for function. | ||||
| | * | | | Fix redirect_url typo and add test cases for function. | myyang | 2015-06-29 | 3 | -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-2 | Omer Katz | 2015-07-01 | 1 | -63/+63 |
| |\ \ \ | |/ / |/| | | more code indent issues | ||||
| | * | | more code indent issues | Cal Leeming | 2015-06-19 | 1 | -63/+63 |
| |/ / | |||||
| * | | Merge pull request #332 from tilgovi/patch-1 | Ib Lundgren | 2015-05-23 | 1 | -0/+2 |
| |\ \ | | | | | | | Add link to pyramid-oauthlib | ||||
| | * | | Add link to pyramid-oauthlib | Randall Leeds | 2015-04-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | Disclosure: I am the author of pyramid-oauthlib | ||||
| * | | | Merge pull request #339 from digithink/oauth2_revocation_fix | Ib Lundgren | 2015-05-23 | 2 | -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 Xia | 2015-05-07 | 2 | -2/+15 |
| | | |/ | |/| | | | | | | | endpoint "revocation" | ||||
| * | | | Merge pull request #338 from Bachmann1234/patch-1 | Ib Lundgren | 2015-05-23 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | Typo fix | ||||
| | * | | Typo fix | Matt Bachmann | 2015-05-05 | 1 | -1/+1 |
| |/ / | | | | | | | | | Howdy! Saw this typo in the docs and thought id fix it. | ||||
| * | | Merge pull request #323 from josephtate/master-fix-306 | Ib Lundgren | 2015-04-19 | 2 | -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 Tate | 2015-04-13 | 1 | -1/+7 |
| | | | | | | | | | | | | | change. Fixes #306 | ||||
| | * | | add failing test | Joseph Tate | 2015-04-13 | 1 | -0/+18 |
| | | | | |||||
| * | | | Merge pull request #322 from josephtate/fix-pyjwt-gte-0.4.0 | Ib Lundgren | 2015-04-19 | 14 | -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 Tate | 2015-04-14 | 14 | -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-1 | Ib Lundgren | 2015-04-02 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix documentation | ||||
| | * | | Fix documentation | shuisman | 2014-12-09 | 1 | -1/+1 |
| | |/ | | | | | typo | ||||
| * | | Merge pull request #298 from techtonik/patch-1 | Ib Lundgren | 2015-04-02 | 1 | -2/+0 |
| |\ \ | | | | | | | Fix docs - python-rsa is not used | ||||
| | * | | Fix docs - python-rsa is not used | anatoly techtonik | 2014-11-17 | 1 | -2/+0 |
| | |/ | |||||
| * | | Merge pull request #302 from svetlyak40wt/improve-changelog | Ib Lundgren | 2015-04-02 | 1 | -29/+104 |
| |\ \ | | | | | | | Improve changelog | ||||
| | * | | Add release dates to versions where it is possible. They are recovered from ↵ | Alexander Artemenko | 2014-12-01 | 1 | -12/+12 |
| | | | | | | | | | | | | | commit messages. | ||||
| | * | | Make version number a headers in a changelog. | Alexander Artemenko | 2014-12-01 | 1 | -29/+104 |
| | |/ | |||||
