projects
/
couchdb-oauth.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add oauth:get/3 and oauth:post/3 functions
2011-06-23
Tim Fletcher
Add oauth:get/3 and oauth:post/3 functions
commit
|
commitdiff
|
tree
2011-06-23
Tim Fletcher
Combine modules and refactor
commit
|
commitdiff
|
tree
2011-06-23
Tim Fletcher
Move oauth_client module to github.com/tim/erlang-oauth...
commit
|
commitdiff
|
tree
2011-01-29
Tim Fletcher
Bump version to 1.1.1.
commit
|
commitdiff
|
tree
2011-01-29
Tim Fletcher
Use correct request parameter normalization algorithm.
commit
|
commitdiff
|
tree
2011-01-29
Tim Fletcher
Update copyright date.
commit
|
commitdiff
|
tree
2011-01-24
Tim Fletcher
Bump version to 1.1.0; at least R14B now required for...
commit
|
commitdiff
|
tree
2011-01-24
Tim Fletcher
List public_key application in .app file.
commit
|
commitdiff
|
tree
2011-01-24
Tim Fletcher
Merge branch 'r14b'
commit
|
commitdiff
|
tree
2010-11-26
Tim Fletcher
Up version to 1.0.2.
commit
|
commitdiff
|
tree
2010-11-26
Tim Fletcher
Add THANKS.
commit
|
commitdiff
|
tree
2010-11-26
Tim Fletcher
Use public_key-0.8 API (R14B).
commit
|
commitdiff
|
tree
2010-11-26
Tim Fletcher
Fold oauth_unix module into oauth module.
commit
|
commitdiff
|
tree
2010-11-26
Tim Fletcher
Fix formatting of exports (be consistent).
commit
|
commitdiff
|
tree
2010-11-26
Tim Fletcher
Allow httpc options to be passed through.
commit
|
commitdiff
|
tree
2010-11-26
Tim Fletcher
Move .app file to ebin; update Makefile.
commit
|
commitdiff
|
tree
2010-11-26
Tim Fletcher
Call this 1.0.1; update the .app file.
commit
|
commitdiff
|
tree
2010-06-25
Tim Fletcher
Use httpc module instead of http module.
commit
|
commitdiff
|
tree
2009-10-06
Tim Fletcher
Mention that percent encoding/decoding functions are...
commit
|
commitdiff
|
tree
2009-10-06
Tim Fletcher
Add improved implementation of percent encoding/decoding...
commit
|
commitdiff
|
tree
2009-09-26
Tim Fletcher
Move compile options to Emakefile; simplify Makefile.
commit
|
commitdiff
|
tree
2009-09-26
Tim Fletcher
Fix oauth_client for missing content type response...
commit
|
commitdiff
|
tree
2009-09-26
Tim Fletcher
Add option for sending protocol parameters in either...
commit
|
commitdiff
|
tree
2009-09-26
Tim Fletcher
Add gen_server based oauth_client module.
commit
|
commitdiff
|
tree
2009-07-19
Tim Fletcher
README updates.
commit
|
commitdiff
|
tree
2009-03-20
Tim Fletcher
Use the public_key API; not the helper modules.
commit
|
commitdiff
|
tree
2009-03-14
Tim Fletcher
Fix README quick start prompt numbering.
commit
|
commitdiff
|
tree
2009-03-14
Tim Fletcher
Lowercase the host part when normalising URI.
commit
|
commitdiff
|
tree
2009-02-25
Tim Fletcher
Update README.
commit
|
commitdiff
|
tree
2009-02-25
Tim Fletcher
Move signature verification code into helper modules.
commit
|
commitdiff
|
tree
2009-02-25
Tim Fletcher
Remove oauth_signature from module list.
commit
|
commitdiff
|
tree
2009-02-25
Tim Fletcher
Add signature verification.
commit
|
commitdiff
|
tree
2009-02-25
Tim Fletcher
RSA-SHA1 keys are the consumer secret.
commit
|
commitdiff
|
tree
2009-02-25
Tim Fletcher
Integrate oauth_signature module with oauth module.
commit
|
commitdiff
|
tree
2009-01-26
Tim Fletcher
Use correct HTTP method in oauth:post/5.
commit
|
commitdiff
|
tree
2009-01-13
Tim Fletcher
Remove old test macros.
commit
|
commitdiff
|
tree
2009-01-13
Tim Fletcher
Update README.
commit
|
commitdiff
|
tree
2009-01-13
Tim Fletcher
Update copyright date.
commit
|
commitdiff
|
tree
2009-01-13
Tim Fletcher
Add an application resource file.
commit
|
commitdiff
|
tree
2009-01-13
Tim Fletcher
Add rewritten code.
commit
|
commitdiff
|
tree
2009-01-13
Tim Fletcher
Remove the test code.
commit
|
commitdiff
|
tree
2009-01-13
Tim Fletcher
Simplify the Makefile.
commit
|
commitdiff
|
tree
2008-12-12
Tim Fletcher
Don't autoredirect.
commit
|
commitdiff
|
tree
2008-11-07
Tim Fletcher
Update README.
commit
|
commitdiff
|
tree
2008-11-07
Tim Fletcher
Add Google contacts example.
commit
|
commitdiff
|
tree
2008-11-07
Tim Fletcher
Remove unused proplists_merge.
commit
|
commitdiff
|
tree
2008-11-07
Tim Fletcher
Add support for RSA-SHA1 signing.
commit
|
commitdiff
|
tree
2008-11-07
Tim Fletcher
Fix Makefile so that test modules recompile when changed.
commit
|
commitdiff
|
tree
2008-11-07
Tim Fletcher
Combine oauth_hmac and oauth_plaintext into oauth_crypto.
commit
|
commitdiff
|
tree
2008-11-07
Tim Fletcher
Rework oauth_request (again).
commit
|
commitdiff
|
tree
2008-11-07
Tim Fletcher
Add oauth_base module.
commit
|
commitdiff
|
tree
2008-11-06
Tim Fletcher
Remove oauth_http.
commit
|
commitdiff
|
tree
2008-11-06
Tim Fletcher
Rework oauth_request.
commit
|
commitdiff
|
tree
2008-11-06
Tim Fletcher
Rework oauth_token_pair.
commit
|
commitdiff
|
tree
2008-11-06
Tim Fletcher
Integrate oauth_signature with oauth_request.
commit
|
commitdiff
|
tree
2008-11-06
Tim Fletcher
Move proplists_merge into oauth_util.
commit
|
commitdiff
|
tree
2008-11-06
Tim Fletcher
Rework oauth_params.
commit
|
commitdiff
|
tree
2008-11-06
Tim Fletcher
Rework oauth_plaintext to use oauth_util:esprintf.
commit
|
commitdiff
|
tree
2008-11-06
Tim Fletcher
Add oauth_util:esprintf/2.
commit
|
commitdiff
|
tree
2008-11-06
Tim Fletcher
Remove b64 function.
commit
|
commitdiff
|
tree
2008-11-06
Tim Fletcher
Simplify normalize by adding to_string function.
commit
|
commitdiff
|
tree
2008-11-06
Tim Fletcher
Import fmt:percent_encode.
commit
|
commitdiff
|
tree
2008-11-06
Tim Fletcher
Add oauth_uri module.
commit
|
commitdiff
|
tree
2008-11-06
Tim Fletcher
Make export attribute style consistent.
commit
|
commitdiff
|
tree
2008-11-06
Tim Fletcher
Default to application/x-www-form-urlencoded in oauth_http...
commit
|
commitdiff
|
tree
2008-11-06
Tim Fletcher
Move test code to separate directory; rework Makefile.
commit
|
commitdiff
|
tree
2008-10-23
Tim Fletcher
Remove .gitignore file.
commit
|
commitdiff
|
tree
2008-10-23
Tim Fletcher
Assorted Makefile tweaks.
commit
|
commitdiff
|
tree
2008-10-23
Tim Fletcher
Use correct capitalization for Emakefile.
commit
|
commitdiff
|
tree
2008-08-26
Tim Fletcher
Ensure there is never an empty URI path component when...
commit
|
commitdiff
|
tree
2008-08-24
Tim Fletcher
Add oauth_http module.
commit
|
commitdiff
|
tree
2008-08-24
Tim Fletcher
Style tweak.
commit
|
commitdiff
|
tree
2008-08-24
Tim Fletcher
Don't convert response parameter keys to atoms.
commit
|
commitdiff
|
tree
2008-08-24
Tim Fletcher
Update README.
commit
|
commitdiff
|
tree
2008-08-24
Tim Fletcher
Add new oauth_token_pair module.
commit
|
commitdiff
|
tree
2008-08-24
Tim Fletcher
Extract another module from oauth_request.
commit
|
commitdiff
|
tree
2008-08-24
Tim Fletcher
Don't use atoms to represent the HTTP method at all.
commit
|
commitdiff
|
tree
2008-08-24
Tim Fletcher
The oauth_request module shouldn't need to know about...
commit
|
commitdiff
|
tree
2008-08-24
Tim Fletcher
Replace oauth_params:explode with call to string:tokens.
commit
|
commitdiff
|
tree
2008-08-24
Tim Fletcher
Refactor into more modules.
commit
|
commitdiff
|
tree
2008-08-13
Tim Fletcher
Switch to using eunit for the unit tests.
commit
|
commitdiff
|
tree
2008-06-22
Tim Fletcher
Small correction to the README.
commit
|
commitdiff
|
tree
2008-06-22
Tim Fletcher
Fix broken post functions.
commit
|
commitdiff
|
tree
2008-06-22
Tim Fletcher
Add functions for extracting actual token and token...
commit
|
commitdiff
|
tree
2008-06-15
Tim Fletcher
Remove implode/2; use string:join/2 instead.
commit
|
commitdiff
|
tree
2008-06-15
Tim Fletcher
Fix bug in URL generation.
commit
|
commitdiff
|
tree
2008-05-20
Tim Fletcher
Fix typo.
commit
|
commitdiff
|
tree
2008-05-16
Tim Fletcher
Add functions for generating an Authorization header.
commit
|
commitdiff
|
tree
2008-05-16
Tim Fletcher
Initial commit.
commit
|
commitdiff
|
tree