summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1
Commit message (Expand)AuthorAgeFilesLines
* Make escape error message more informative.Ib Lundgren2013-05-201-1/+2
* Merge pull request #144 from matthewlmcclure/fix-doc-string-20130502Ib Lundgren2013-05-051-1/+1
|\
| * Fix a copy-paste-o in a link to RFC 3986Matt McClure2013-05-021-1/+1
* | Make normalize_base_string_uri handle scheme and path more conformantlyMatt McClure2013-05-031-0/+12
* | Update, comment on, and test the implementation.Matt McClure2013-05-022-2/+28
* | Fix defect in choice of authority for signature base stringMatt McClure2013-05-012-3/+4
|/
* Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2013-03-021-14/+15
|\
| * Log into the oauthlib namespace, not the root onedoigoid2013-02-221-14/+15
* | Docs improvementsIb Lundgren2013-03-021-37/+128
|/
* Tidying up comments (#120).Ib Lundgren2013-02-201-4/+5
* Raise error if body supplied in signing of GET and HEAD requests (#120).Ib Lundgren2013-02-201-3/+17
* Fixed verify_request_token_request in OAuth1 server.Ondrej Slinták2013-02-141-1/+11
* Client.sign return value encoding.Ib Lundgren2013-02-121-4/+37
* Use urldecode instead of parse_qslIb Lundgren2013-02-121-2/+3
* Fix #83Ib Lundgren2013-02-071-1/+1
* Fix #94Ib Lundgren2013-02-071-3/+3
* Fixed typos in docstring of OAuth server.Ondrej Slinták2013-02-061-2/+2
* Merge pull request #92 from metatoaster/oauth1_callback_verifyIb Lundgren2013-01-151-4/+9
|\
| * Test for callback verificationTommy Yu2013-01-121-4/+9
* | Use the correct dummy tokensRuss Garrett2013-01-151-2/+4
|/
* Experimental default unicode conversion (#53, #68, #86)Ib Lundgren2013-01-071-45/+20
* Fix issue #86 by adding `nonce` and `timestamp` arguments to ClientBarry Warsaw2013-01-041-3/+14
* Fix a typo in the code that converts arguments from bytes to unicodes.Barry Warsaw2013-01-041-2/+2
* Incremental updates to providersIb Lundgren2012-12-161-0/+21
* Unicode decoding crash'n'burn style, default off, #53, #68.Ib Lundgren2012-11-191-2/+35
* Import constants in oauth1 from rfcIb Lundgren2012-11-181-1/+3
* oauth1.rfc5849.Server.verify_request(): have a consistent return value typeSenko Rasic2012-11-131-1/+1
* Correct typo that set the default value of with_realm. This was caught by the...Silas Snider2012-11-091-1/+1
* clarify that only the Authorization: header can contain the realm parameter.Silas Snider2012-11-091-2/+3
* change returned request object so that it contains the realm paramter if one ...Silas Snider2012-11-092-7/+7
* OAuth 1 Server verify now return request tooIb Lundgren2012-11-081-49/+52
* fix problem with verification of initial OAuth requests which lack a resource...Silas Snider2012-11-071-6/+8
* merged master, resolved conflictsMichael Vogt2012-10-315-91/+103
|\
| * fix some byte/unicode arguments for Python 2.6's benefitMichael Terry2012-09-032-2/+2
| * Support Python 3Michael Terry2012-08-315-91/+103
* | address some of the review points from IbMichael Vogt2012-10-291-4/+5
* | add the "realm" at the right placeMichael Vogt2012-09-241-2/+1
* | add support for "realm" in the clientMichael Vogt2012-09-241-1/+3
|/
* Updated Server tests to match content type requirementIb Lundgren2012-07-041-1/+5
* 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
* Move shared functionality (#30)Ib Lundgren2012-06-132-46/+5
* 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
* 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
* Fix unicode leaksIdan Gazit2012-05-012-4/+2
* Refactor utility methods, improve robustness of OAuth1 Client.signIdan Gazit2012-05-012-90/+44