summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.3.80.3.8Ib Lundgren2013-02-232-1/+3
* Use new errors, expires_at and require httpsIb Lundgren2013-02-234-40/+62
* Convenince import, new names previewIb Lundgren2013-02-231-1/+5
* raise_from_error and a few new errorsIb Lundgren2013-02-231-0/+39
* User association tests.Ib Lundgren2013-02-223-6/+82
* Client association testsIb Lundgren2013-02-212-9/+66
* Optional token generatorIb Lundgren2013-02-212-11/+17
* Request now use a CaseInsensitiveDict. Fix #121.Ib Lundgren2013-02-213-3/+66
* Client sign with empty and None body testIb Lundgren2013-02-211-0/+12
* Fix #106Ib Lundgren2013-02-201-3/+2
* Refactor auth code client_id fallback authIb Lundgren2013-02-203-14/+46
* Harden client check. Fix #114.Ib Lundgren2013-02-203-12/+52
* Missing default or invalid redirect_uri tests.Ib Lundgren2013-02-202-0/+41
* Tidying up comments (#120).Ib Lundgren2013-02-201-4/+5
* Redirect URI preservation testIb Lundgren2013-02-202-1/+16
* Raise error if body supplied in signing of GET and HEAD requests (#120).Ib Lundgren2013-02-202-4/+31
* State preservation check.Ib Lundgren2013-02-192-6/+31
* Invalid scope checkIb Lundgren2013-02-191-3/+30
* Fix travis tox to only run once, remove 3.1 from tox.iniIb Lundgren2013-02-182-4/+1
* Trying out travis+tox #115Ib Lundgren2013-02-181-3/+5
* Rolling back #115 travis changes.Ib Lundgren2013-02-181-3/+0
* Merge pull request #115 from ondrowan/testing_stuffIb Lundgren2013-02-183-23/+13
|\
| * Changes to testing stuffondrowan2013-02-153-23/+13
* | Python 3 import fix.Ib Lundgren2013-02-181-3/+6
* | Outline of upcoming oauth 2 tests.Ib Lundgren2013-02-181-0/+56
* | OAuth 2 cope handling tests.Ib Lundgren2013-02-181-0/+147
* | Merge pull request #112 from ondrowan/oauth1_server_callback_fixIb Lundgren2013-02-143-1/+29
|\ \
| * | Added my little self to AUTHORSondrowan2013-02-141-0/+1
| * | Fixed verify_request_token_request in OAuth1 server.Ondrej Slinták2013-02-142-1/+28
| |/
* | Merge pull request #113 from ondrowan/docs_header_fixIb Lundgren2013-02-142-1/+1
|\ \ | |/ |/|
| * Fixed misplaced coding string in docsOndrej Slinták2013-02-141-1/+0
| * Added sphinx to requirementsOndrej Slinták2013-02-141-0/+1
|/
* Merge pull request #108 from ondrowan/patch-2Ib Lundgren2013-02-131-1/+1
|\
| * Fixed wrong function reference in OAuth server docsOndrej Slinták2013-02-131-1/+1
* | 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
|\ \ | |/ |/|