summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Expand)AuthorAgeFilesLines
* blegoauth2_draft25_serverIb Lundgren2012-10-042-5/+88
* Adding initial set of authorization server tests against redirect uri constru...David Gouldin2012-09-073-8/+32
* Multiple scopes supportIb Lundgren2012-07-212-3/+34
* Fixing some tight coupling issuesIb Lundgren2012-07-091-33/+35
* Updated Server tests to match content type requirementIb Lundgren2012-07-041-1/+5
* Native client -> client credentials clientIb Lundgren2012-07-021-14/+14
* New init paramsIb Lundgren2012-06-291-13/+36
* Only add not None extra valuesIb Lundgren2012-06-291-2/+4
* add_params_to_qs now support dict queriesIb Lundgren2012-06-291-3/+6
* OAuth2 client types proposal, #44Ib Lundgren2012-06-281-2/+485
* OAuth 2 parameter handlersIb Lundgren2012-06-281-0/+256
* Exclude body if not urlencodedIb Lundgren2012-06-271-9/+15
* Huge server updateIb Lundgren2012-06-251-89/+619
* Verification methodsIb Lundgren2012-06-251-1/+51
* Safe string equalsIb Lundgren2012-06-251-0/+16
* Move shared functionality (#30)Ib Lundgren2012-06-135-149/+78
* Soft dependency on PyCryptoIb Lundgren2012-06-121-7/+7
* Use python-rsa instead of pycryptoIdan Gazit2012-05-061-9/+5
* Capture OAuth1 generated signature for debug loggingIdan Gazit2012-05-031-5/+6
* Merge branch 'master' of github.com:idangazit/oauthlibIdan Gazit2012-05-021-41/+10
|\
| * Adding back 'safe' chars for escaping.David Gouldin2012-05-011-1/+1
| * Modifying oauth1 rfc5849's utils to wrap stdlib functions in encode/decode ra...David Gouldin2012-05-011-42/+11
* | Decode query to unicode in urldecodeIdan Gazit2012-05-011-0/+1
* | Remove dead codeIdan Gazit2012-05-011-5/+0
|/
* Fix unicode leaksIdan Gazit2012-05-013-49/+38
* Add unicode_params methodIdan Gazit2012-05-011-1/+15
* Refactor utility methods, improve robustness of OAuth1 Client.signIdan Gazit2012-05-013-117/+135
* More string format fixes for python 2.6Idan Gazit2012-04-292-5/+5
* Fix string formatting for py2.6, unbreak testsIdan Gazit2012-04-291-1/+1
* Moved import to topIb Lundgren2012-04-261-1/+1
* Revert "urldecode"Ib Lundgren2012-04-261-1/+1
* urldecodeIb Lundgren2012-04-261-1/+1
* refactor regexIb Lundgren2012-04-261-4/+1
* Regex fixIb Lundgren2012-04-261-1/+1
* paraphraseIb Lundgren2012-04-261-1/+1
* Decode urlencoded properlyIb Lundgren2012-04-261-0/+32
* Fix the failing tests.Caleb Brown2012-04-251-2/+4
* Removing an errant comma (oops). NOTE: 2 tests are currently broken: tests.oa...David Gouldin2012-04-241-2/+1
* Changing signatures.construct_base_string to more closely follow the spec doc...David Gouldin2012-04-241-16/+29
* Merge remote-tracking branch 'origin/master'David Gouldin2012-04-245-121/+225
|\
| * Prevent degenerate extraction of non-formencoded stringsIdan Gazit2012-04-241-0/+6
| * Signed requests with bodies are returned already formencodedIdan Gazit2012-04-241-1/+1
| * Correct 'url-formencoded' to 'form-urlencoded'Idan Gazit2012-04-241-4/+4
| * Add debug loggingIdan Gazit2012-04-241-0/+8
| * Render request before collecting parametersIdan Gazit2012-04-241-3/+7
| * Allow rendering of body signatures without supplied body paramsIdan Gazit2012-04-241-3/+3
| * Disable strict parsing when extracting parameters.Idan Gazit2012-04-231-1/+4
| * Document that collect_parameters expects headers as a dictIdan Gazit2012-04-231-0/+2
| * PEP8, whitespace cleanup. Unused code/imports removal.Idan Gazit2012-04-234-12/+8
| * Merge branch 'master' into features/request_objectIdan Gazit2012-04-233-46/+133
| |\