summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.3.70.3.7Ib Lundgren2013-02-122-1/+3
* Client.sign return value encoding.Ib Lundgren2013-02-122-4/+47
* Use urldecode instead of parse_qslIb Lundgren2013-02-122-3/+4
* Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2013-02-072-10/+12
|\
| * Merge pull request #105 from andreif/masterIb Lundgren2013-02-072-10/+12
| |\
| | * Added extra blank line conforming to the standard.Andrei Fokau2013-02-071-0/+2
| | * Fixed typos in the docs.Andrei Fokau2013-02-071-9/+8
| | * Use absolute import in Django extension fixing self-import.Andrei Fokau2013-02-071-1/+2
* | | Fix #83Ib Lundgren2013-02-071-1/+1
* | | Fix #94Ib Lundgren2013-02-071-3/+3
|/ /
* | Merge pull request #103 from andreif/masterIb Lundgren2013-02-065-7/+13
|\ \ | |/
| * Fixed attribute initialization added by prev commit.Andrei Fokau2013-02-061-1/+1
| * Fixed typo and argument order in docs.Andrei Fokau2013-02-062-2/+4
| * Added missing argument for auth endpoint. Fixed typo in docstring.Andrei Fokau2013-02-062-2/+3
| * Fixed typos in grant_types. Initialized attributes to avoid validation errors.Andrei Fokau2013-02-061-3/+6
* | Merge pull request #102 from ondrowan/typos_in_docsIb Lundgren2013-02-061-2/+2
|\ \ | |/ |/|
| * Fixed typos in docstring of OAuth server.Ondrej Slinták2013-02-061-2/+2
|/
* Missed import in oauth 2 provider docsIb Lundgren2013-02-051-0/+1
* Server configurationsIb Lundgren2013-02-051-4/+12
* First go at OAuth 2 provider docsIb Lundgren2013-02-051-0/+138
* OAuth 2 provider convenience importsIb Lundgren2013-02-051-1/+3
* Note about upcoming changes to oauth1 providerIb Lundgren2013-02-051-0/+4
* OAuth 2 client usage placeholderIb Lundgren2013-02-051-0/+5
* Extending client docs with signature types and methodsIb Lundgren2013-02-052-6/+91
* Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2013-02-051-0/+3
|\
| * 0.3.6Ib Lundgren2013-02-052-3/+4
| * Revert default urlencodingIb Lundgren2013-02-052-5/+5
| * Merge pull request #100 from ondrowan/patch-1Ib Lundgren2013-02-041-1/+2
| |\
| | * Fixed build status image/link in readmeOndrej Slinták2013-02-041-1/+2
| |/
| * Merge pull request #98 from ondrowan/missing_cryptoIb Lundgren2013-02-031-0/+3
| |\
| | * Added mock and nose to requirements.txtOndrej Slinták2013-02-031-0/+2
| | * Added missing crypto library to requirements.txtOndrej Slinták2013-02-011-0/+1
* | | 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
|/ /