summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.3.60.3.6Ib Lundgren2013-02-052-1/+3
* Revert default urlencodingIb Lundgren2013-02-052-5/+5
* Grant type validation and scope check refactorIb Lundgren2013-02-031-34/+32
* Split responsibility into the three endpointsIb Lundgren2013-02-031-6/+10
* First draft request validator docs (#45,#46,#47,#48,#75)Ib Lundgren2013-02-033-26/+292
* OAuth2 provider nearing alpha (#45,#46,#47,#48,#75)Ib Lundgren2013-02-028-108/+333
* Rename django oauth2 decorator to avoid nosetest confusionIb Lundgren2013-01-301-0/+0
* 0.3.50.3.5Ib Lundgren2013-01-292-1/+3
* Automatic urlencoding of input (#96).Ib Lundgren2013-01-292-7/+7
* Large OAuth 2 provider update.Ib Lundgren2013-01-2211-63/+188
* Merge pull request #90 from tino/missing-validate_bearer_tokenIb Lundgren2013-01-151-0/+3
|\
| * Add missing ``validate_bearer_token`` to ``RequestValidator`` placeholder classTino de Bruijn2013-01-051-0/+3
* | Merge pull request #92 from metatoaster/oauth1_callback_verifyIb Lundgren2013-01-152-7/+27
|\ \
| * | Fix a mess to formatting made in parent.Tommy Yu2013-01-121-2/+1
| * | Test for callback verificationTommy Yu2013-01-122-8/+29
* | | Merge pull request #93 from russss/masterIb Lundgren2013-01-152-3/+9
|\ \ \ | |/ / |/| |
| * | Fix dummy token testsRuss Garrett2013-01-151-1/+5
| * | Use the correct dummy tokensRuss Garrett2013-01-151-2/+4
|/ /
* | Experimental default unicode conversion (#53, #68, #86)Ib Lundgren2013-01-074-72/+60
|/
* Merge pull request #87 from warsaw/issue86Ib Lundgren2013-01-052-6/+37
|\
| * Fix issue #86 by adding `nonce` and `timestamp` arguments to ClientBarry Warsaw2013-01-042-3/+24
| * Fix a typo in the code that converts arguments from bytes to unicodes.Barry Warsaw2013-01-042-3/+13
|/
* Refactoring towards spec compliance, step 1.Ib Lundgren2012-12-213-74/+252
* RefreshTokenGrantIb Lundgren2012-12-192-0/+44
* Incremental updates to providersIb Lundgren2012-12-167-131/+251
* Added G+ community to READMEIb Lundgren2012-12-161-2/+13
* A batch of small fixes and cleanups.Ib Lundgren2012-11-236-40/+75
* Merge pull request #81 from dafyddcrosby/fix_bdist_rpmIb Lundgren2012-11-211-1/+1
|\
| * Fix broken setup.py bdist_rpmDafydd Crosby2012-11-201-1/+1
|/
* Unicode decoding crash'n'burn style, default off, #53, #68.Ib Lundgren2012-11-193-3/+69
* 0.3.40.3.4Ib Lundgren2012-11-192-1/+3
* Merge pull request #80 from floppym/masterIb Lundgren2012-11-182-1/+2
|\
| * Include tests in the source tarballMike Gilbert2012-11-181-0/+1
| * Don't install the tests package or subpackages.Mike Gilbert2012-11-171-1/+1
* | Sketching out some endpoint testsIb Lundgren2012-11-181-4/+71
* | Response/grant/token type routingIb Lundgren2012-11-181-43/+69
* | Import constants in oauth1 from rfcIb Lundgren2012-11-181-1/+3
* | Params from uriIb Lundgren2012-11-181-1/+8
|/
* Mock out generate_ageIb Lundgren2012-11-171-0/+4
* Unicode and import fixesIb Lundgren2012-11-173-35/+36
* Fixed blooper in url_equalsIb Lundgren2012-11-171-8/+13
* new test dependency, mock.Ib Lundgren2012-11-173-2/+7
* An initial batch of OAuth 2 provider testsIb Lundgren2012-11-172-0/+195
* OAuth2 provider endpointsIb Lundgren2012-11-172-6/+129
* OAuth2 grant typesIb Lundgren2012-11-171-0/+440
* OAuth2 error typesIb Lundgren2012-11-171-0/+144
* Form encoded fragment verificationIb Lundgren2012-11-171-2/+7
* URI validatorIb Lundgren2012-11-171-0/+209
* BearerToken for oauth2 providerIb Lundgren2012-11-171-0/+45
* Add params to fragmentIb Lundgren2012-11-171-2/+6