summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #548 from skion/2.1.0v2.1.02.xPieter Ennes2018-05-2214-22/+82
|\ | | | | Release 2.1.0
| * Prepare 2.1.0 release.Pieter Ennes2018-05-212-1/+10
| |
| * Make populate attributes API public.Pieter Ennes2018-05-213-6/+12
| | | | | | | | (cherry picked from commit 0b6f7e2)
| * Avoid populating spurious token credentials (#542)Pieter Ennes2018-05-185-9/+45
| | | | | | | | (cherry picked from commit 657065d)
| * Fixed some copy and paste typos (#535)paulie42018-04-231-2/+2
| | | | | | | | | | | | Fixed some copy and paste typos, see issue #532. (cherry picked from commit 1b3498a)
| * Use secrets module in Python 3.6 and later (#533)Olaf Conradi2018-04-233-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | The secrets module should be used for generating cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets. In particularly, secrets should be used in preference to the default pseudo-random number generator in the random module, which is designed for modelling and simulation, not security or cryptography. (cherry picked from commit d21fd53)
| * Add request argument to confirm_redirect_uri (#504) (#504)Jimmy Thrasibule2018-04-233-3/+4
|/ | | | (cherry picked from commit d49b9f0)
* Generated api_key from travis setup releasesJonathan Huot2018-03-191-1/+1
|
* Fixed indentation after travis setupJonathan Huot2018-03-191-16/+13
|
* Fix Travis config (#529)v2.0.7Pieter Ennes2018-03-191-5/+8
| | | | | | | | * Fix indentation in Travis config. * Fill GitHub OAuth key. * Deploy tags from all branches. (cherry picked from commit e2f40a9)
* Merge Release 2.0.7 (#519) from skion/2.0.7Pieter Ennes2018-03-1951-262/+345
|\
| * Fixed pypi credentials since oauthlib move. (#527)Jonathan Huot2018-03-191-2/+2
| | | | | | | | (cherry picked from commit ec0e618)
| * Update requirements.Pieter Ennes2018-03-191-3/+3
| | | | | | | | (cherry picked from commit 6490295)
| * Update changelog for 2.0.7.Pieter Ennes2018-03-182-2/+10
| |
| * Added Github Releases deploy provider.Jonathan Huot2018-03-181-8/+14
| | | | | | | | (cherry picked from commit 3e13cd3)
| * Replace IRC notificatgion with Gitter HookJonathan Huot2018-03-181-1/+6
| | | | | | | | (cherry picked from commit 9855c6b)
| * Fixed "make" command to test upstream with local oauthlib. (#522)Jonathan Huot2018-03-181-32/+42
| | | | | | | | (cherry picked from commit ad61175)
| * Fix ReadTheDocs build (#521)Jonathan Huot2018-03-182-3/+6
| | | | | | | | (cherry picked from commit f398fdb)
| * Add shields for Python versions, license and RTD.Pieter Ennes2018-03-181-3/+15
| | | | | | | | (cherry picked from commit 70b5827)
| * Version bump 2.0.7.Pieter Ennes2018-03-092-3/+14
| |
| * Remove last remaining G+ reference.Pieter Ennes2018-03-092-4/+4
| |
| * Replace G+ with Gitter. (#517)Pieter Ennes2018-03-091-6/+7
| | | | | | | | (cherry picked from commit d93403a)
| * Update repository location in Travis. (#514)Pieter Ennes2018-03-091-1/+1
| | | | | | | | (cherry picked from commit 3d24818)
| * Rtd docs fix (#515)Jonathan Huot2018-03-0943-196/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added sphinx build for developers Rationale is to build docs locally to prevent RTD to break later. * Replace manual sphinx into make * Renamed idan URL to oauthlib community * Renamed http into https URLs since http is returning 302 * python requests library renamed its home URL * Add ignore list for "make linkcheck" linkcheck is doing requests to github with anonymous access, however creating an issue require an logged-in account * virtualenv changed its homepage and website. * Fixed broken link (cherry picked from commit 32e5ad1)
| * Added bottle-oauthlib (#509)Jonathan Huot2018-03-094-7/+22
| | | | | | | | (cherry picked from commit 66d7296)
| * Check access token in self.token dict (#500)Grey Li2018-03-091-1/+1
| | | | | | | | | | | | | | | | * Check access token in self.token dict * fix typo (cherry picked from commit fa0b63c)
| * When deploying a release to PyPI, include the wheel distribution (#496)Jon Dufresne2018-03-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | For Travis CI documentation on including a bdist_wheel distribution, see: https://docs.travis-ci.com/user/deployment/pypi/#Uploading-different-distributions Fixes #493 (cherry picked from commit 4b85d90)
| * Include license file in the generated wheel package (#494)Jon Dufresne2018-03-091-0/+3
|/ | | | | | | | | | The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file (cherry picked from commit 1421524)
* Version bump 2.0.6v2.0.6Hsiaoming Yang2017-10-202-1/+7
|
* Version bump 2.0.5Hsiaoming Yang2017-10-202-1/+7
|
* Try another way to fix travisHsiaoming Yang2017-10-201-1/+3
|
* Fix travis for PyPyHsiaoming Yang2017-10-201-1/+1
| | | | This is due to https://github.com/pyca/cryptography/pull/3970
* Refactor OAuth2ErrorHsiaoming Yang2017-10-201-6/+14
|
* Merge pull request #487 from MitterdorferMathias/masterOmer Katz2017-09-241-0/+1
|\ | | | | initialization of variable
| * if `in_uri` is called and `response_mode` is not initialized an exception is ↵Mathias Mitterdorfer2017-09-221-0/+1
|/ | | | raised (used by Flask_OAuthlib)
* Merge pull request #481 from skion/always-nonceOmer Katz2017-09-182-3/+21
|\ | | | | Pass through nonce in code flow
| * Add test for nonce parameter preservation.Pieter Ennes2017-09-171-0/+12
| |
| * Add nonce to docstring.Pieter Ennes2017-09-171-0/+7
| |
| * Pass through nonce in code flow.Pieter Ennes2017-09-171-3/+2
|/
* Bump version.v2.0.4Omer Katz2017-09-172-1/+5
|
* Fixed typo in imports.Omer Katz2017-09-171-1/+1
|
* Sorted imports.Omer Katz2017-09-1775-239/+296
|
* Merge pull request #468 from ThePrudents/fix-explicit-importOmer Katz2017-09-113-3/+3
|\ | | | | Changed all implicit imports * with explicit classes imports
| * Fix base importsTiziano Perrucci2017-03-081-1/+1
| |
| * Changed all implicit imports * with explicit classes importsTiziano Perrucci2017-03-083-3/+3
| |
* | Bump version to 2.0.3.v2.0.3Omer Katz2017-09-072-4/+19
| |
* | Merge pull request #458 from hoylen/doc-editsOmer Katz2017-08-026-36/+61
|\ \ | | | | | | Documented PyJWT dependency and improved logging and exception messages
| * | Fixed default get_default_realms to raise NotImplementedError.Hoylen Sue2017-08-011-1/+1
| | |
| * | Extra logging if verification fails because of timestamp/nonce.Hoylen Sue2017-08-011-1/+1
| | |
| * | Only log signature base string when verification fails.Hoylen Sue2017-08-011-5/+6
| | |