| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Continuing to refactor oauth1 to use Request objects internally.use_request_objects | David Gouldin | 2012-05-12 | 2 | -21/+25 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into use_request_objects | David Gouldin | 2012-05-12 | 1 | -1/+1 |
| |\ | | | | | | | | | Conflicts: oauthlib/oauth1/rfc5849/__init__.py | ||||
| | * | v0.1.3 | Idan Gazit | 2012-05-06 | 1 | -1/+1 |
| | | | |||||
| * | | More porting of internal metods to use Request objects. Some tests are still ↵ | David Gouldin | 2012-05-01 | 1 | -14/+15 |
| |/ | | | | broken. | ||||
| * | Fix unicode leaks | Idan Gazit | 2012-05-01 | 1 | -1/+1 |
| | | | | | | | Wrap stdlib quote, unquote, urlencode in versions that protect the internal usage of unicode. All data going out is encoded as UTF-8, and the results are read back in and decoded from UTF-8. | ||||
| * | Remove unused import | Idan Gazit | 2012-05-01 | 1 | -1/+0 |
| | | |||||
| * | PEP8 police raid | Idan Gazit | 2012-05-01 | 1 | -4/+1 |
| | | |||||
| * | Refactor utility methods, improve robustness of OAuth1 Client.sign | Idan Gazit | 2012-05-01 | 3 | -50/+37 |
| | | | | | | | | | | * Move quote, unquote, urldecode to oauthlib.common * Use urldecode for extract_params * Simplify request logic: store body and decoded_body instead of body_has_params * Document steps in Client.sign * Properly validate requests in Client.sign | ||||
| * | Regex fix | Ib Lundgren | 2012-04-26 | 1 | -3/+4 |
| | | |||||
| * | Decode urlencoded properly | Ib Lundgren | 2012-04-26 | 1 | -0/+17 |
| | | |||||
| * | Fix the failing tests. | Caleb Brown | 2012-04-25 | 1 | -2/+2 |
| | | | | | | | * Order of values returned from client.sign() were changed * Call to Client.get_oauth_signature() in Server.check_request_signature() needs to take a Request() | ||||
| * | Update testcases with valid outputs | Idan Gazit | 2012-04-24 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into features/request_object | Idan Gazit | 2012-04-23 | 2 | -22/+78 |
| |\ | | | | | | | | | | | | | Conflicts: oauthlib/oauth1/rfc5849/__init__.py oauthlib/oauth1/rfc5849/parameters.py oauthlib/oauth1/rfc5849/signature.py | ||||
| | * | Removing now-unneeded utf8_str. | David Gouldin | 2012-04-20 | 1 | -10/+0 |
| | | | |||||
| | * | Normalizing as much as possible to unicode, pulling in non-unicode functions ↵ | David Gouldin | 2012-04-20 | 2 | -17/+13 |
| | | | | | | | | | from stdlib modules as unicode-safe variants in utils. | ||||
| | * | Revert "Add support to OAuth1 for including body in the base string based on" | Caleb Brown | 2012-04-19 | 1 | -30/+11 |
| | | | | | | | | | | | | | This reverts commit ae386c2154f65054427f33419bf17b6feda563d5. Will be replaced in favour of passing a 'content_type' parameter. | ||||
| | * | Add support to OAuth1 for including body in the base string based on | Caleb Brown | 2012-04-18 | 1 | -11/+30 |
| | | | | | | | | | | | | | | | | | encoding. Section 3.4.1.3.1. (Parameter Sources) in rfc5849 indicates that multipart bodies are excluded from the base string when generating the signature. | ||||
| | * | Update the tests. Strengthen the unescape and escape tests and add more | Caleb Brown | 2012-04-18 | 2 | -5/+21 |
| | | | | | | | | | server tests. | ||||
| | * | Fix a bug in oauth1.signature.collect_parameters preventing unescaping. | Caleb Brown | 2012-04-18 | 1 | -0/+50 |
| | | | |||||
| | * | urllib.unqoute doesn't take 'safe' as an arg. Add a test and fix. | Caleb Brown | 2012-04-18 | 1 | -4/+8 |
| | | | |||||
| * | | Make method signatures in parameters.py consistent | Idan Gazit | 2012-04-23 | 1 | -12/+19 |
| | | | | | | | | | | | | | | | * Use oauthlib.common.extract_params * replace _add_params_to_qs with _append_parms * remove no-longer-needed order_params decorator * Yes I know this breaks tests right now :( | ||||
| * | | Add Request representation | Idan Gazit | 2012-04-23 | 1 | -0/+74 |
| |/ | |||||
| * | Updating oauth1 parameters.prepare_headers in order to apply more of the ↵ | David Gouldin | 2012-04-14 | 1 | -21/+21 |
| | | | | | spec language to documentation. | ||||
| * | PEP8 cleanup and fix OAuth2 import paths | Idan Gazit | 2012-04-11 | 2 | -11/+8 |
| | | |||||
| * | Move OAuth2 utils to their proper home | Idan Gazit | 2012-04-11 | 1 | -0/+0 |
| | | |||||
| * | Merge branch 'master' of github.com:idangazit/oauthlib | Idan Gazit | 2012-04-11 | 1 | -0/+57 |
| |\ | |||||
| | * | Merge pull request #16 from ib-lundgren/oauth2_utils | Idan Gazit | 2012-04-11 | 1 | -0/+57 |
| | |\ | | | | | | | Utility methods for OAuth2 | ||||
| | | * | Utility methods for OAuth2 | Ib Lundgren | 2012-03-31 | 1 | -0/+57 |
| | | | | |||||
| * | | | PEP8 cleanup of OAuth2 bits | Idan Gazit | 2012-04-11 | 1 | -35/+33 |
| |/ / | |||||
| * | | Move oauth2 bits to their new home | Idan Gazit | 2012-04-11 | 1 | -0/+0 |
| | | | |||||
| * | | Merge pull request #17 from ib-lundgren/oauth2_tokens | Idan Gazit | 2012-04-11 | 1 | -0/+84 |
| |\ \ | | | | | | | Bearer and MAC token support | ||||
| | * | | Bearer and MAC token support | Ib Lundgren | 2012-03-31 | 1 | -0/+84 |
| | |/ | |||||
| * | | Restructuring to provide parity between code/tests, oauth1/oauth2. | David Gouldin | 2012-04-07 | 7 | -14/+8 |
| | | | |||||
| * | | Merge pull request #15 from ib-lundgren/oauth2_namespace | David Gouldin | 2012-03-31 | 1 | -0/+0 |
| |\ \ | | | | | | | OAuth 2 draft 25 initial | ||||
| | * | | OAuth 2 draft 25 initial | Ib Lundgren | 2012-03-31 | 1 | -0/+0 |
| | |/ | |||||
| * | | generate_token test was not running | Ib Lundgren | 2012-03-31 | 1 | -2/+2 |
| |/ | |||||
| * | Merge branch 'master' of https://github.com/idangazit/oauthlib into ↵ | Ib Lundgren | 2012-03-24 | 1 | -11/+26 |
| |\ | | | | | | | duplicate_keys | ||||
| | * | Added control hmac key | Ib Lundgren | 2012-03-24 | 1 | -1/+2 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/idangazit/oauthlib into hmac_test | Ib Lundgren | 2012-03-24 | 1 | -2/+15 |
| | |\ | |||||
| | | * | Added RSA Test | Ib Lundgren | 2012-03-15 | 1 | -2/+15 |
| | | | | |||||
| | * | | Extracted out string constants | Ib Lundgren | 2012-03-24 | 1 | -12/+4 |
| | | | | |||||
| | * | | Updated HMAC test | Ib Lundgren | 2012-03-15 | 1 | -5/+14 |
| | |/ | |||||
| * | | Allow empty strings and duplicate keys in query | Ib Lundgren | 2012-03-16 | 1 | -18/+27 |
| |/ | |||||
| * | Updating tests to reflect changes in handling headers. | David Gouldin | 2012-03-13 | 2 | -28/+44 |
| | | |||||
| * | Fixing a broken prepare_form_encoded_body test. | David Gouldin | 2012-03-13 | 1 | -2/+4 |
| | | |||||
| * | testing the parsing of auth headers | Daniel Greenfeld | 2012-03-13 | 1 | -1/+32 |
| | | |||||
| * | Test on urlencode utils function | Daniel Greenfeld | 2012-03-13 | 1 | -1/+23 |
| | | |||||
| * | Test fix. | Daniel Greenfeld | 2012-03-13 | 1 | -2/+4 |
| | | |||||
| * | Adding a test on generating tokens | Daniel Greenfeld | 2012-03-13 | 1 | -0/+13 |
| | | |||||
| * | Adding a test for nonce generation | Daniel Greenfeld | 2012-03-13 | 1 | -1/+9 |
| | | |||||
