Commit Graph

  • ddb64a6935 Issue #93 removing outdated debian folder to ease debian package maintainer's lives ciaranj 2012-04-24 08:22:44 +01:00
  • 03f36922ac Addresses issue #93, adds *explicit* licensing information ciaranj 2012-04-08 22:05:15 +01:00
  • e1a8422e7c Add support for refreshing an access token Luke Baker 2012-03-13 23:17:15 -03:00
  • d300b4ebdd Bumping to version 0.9.6 ciaranj 2012-03-02 21:38:14 +00:00
  • d3af76b3e9 Merge pull request #82 from raoulmillais/master Ciaran Jessup 2011-11-28 04:05:30 -08:00
  • cc2813d301 Update references sys -> util in examples to remove warnings in newer versions of node Raoul Millais 2011-11-28 12:01:48 +00:00
  • 2007134944 Merge pull request #76 from pnegri/live_protocol Ciaran Jessup 2011-10-27 14:00:12 -07:00
  • 6404f6e023 [ #Issue 75 ] Fixing Live Protocol 302 Resources Patrick Negri 2011-10-26 14:05:03 -02:00
  • fd4b2bbf37 Merge pull request #73 from fjakobs/patch-1 Ciaran Jessup 2011-10-20 07:39:30 -07:00
  • 9b4703aaca request variable leaked into the global scope Fabian Jakobs 2011-10-20 16:39:13 +03:00
  • 32620902a5 don't send the request using https if the uri is http Damien Mathieu 2011-09-24 14:10:46 +02:00
  • 2e1f9f9db6 callback results when getAccessToken Tang Bo Hao 2011-09-21 01:26:33 +08:00
  • 99e625968a Make the package more external test runner friendly ciaranj 2011-08-30 21:48:08 +01:00
  • 3c45927acd Fixes Issue #62 (adds another misbehaving host) ciaranj 2011-08-23 20:59:47 +01:00
  • 6b4dbcda72 Bumping version ciaranj 2011-08-17 13:15:22 +01:00
  • 85805b6b1b Tidying up a method comment ciaranj 2011-08-17 09:02:03 +01:00
  • aca047eaeb Reimplemented configurable http method for token requests using setClientOptions Raoul Millais 2011-08-17 08:42:58 +01:00
  • 49c83f1824 Documented behaviour of getOAuthRequestToken ciaranj 2011-08-16 14:04:01 +01:00
  • 1b4624cacd Added support for GET when requesting request tokens Raoul Millais 2011-08-16 13:26:49 +01:00
  • a2ac03bc37 uggh committed a console.log ciaranj 2011-08-15 23:43:29 +01:00
  • 707b8f77b2 OAuth2 getOAuthAccessToken now POSTs rather than GET as per the spec (v20) ciaranj 2011-08-15 23:30:47 +01:00
  • 0643395b2e Supports OAuth Providers that don't end connections neatly (Google!) ciaranj 2011-08-15 23:27:06 +01:00
  • 8ba869ff41 Bumping version number and crediting ciaranj 2011-07-23 22:56:27 +01:00
  • d8b5731446 Added support and test coverage for following 301 redirects bdickason 2011-07-07 02:42:55 -04:00
  • 5707c480df Adding a configuration mechanism (that may not stay) to allow overriding of the name of the access token used when requesting resources ciaranj 2011-06-30 00:03:22 +01:00
  • cb6e4ea3b8 Merge branch 'merging_body_length_fix' ciaranj 2011-06-25 21:39:40 +01:00
  • d66ed8ad32 Updating readme and bumping version number for future release ciaranj 2011-06-25 21:39:31 +01:00
  • 7e2aa8cfbe Adding test for character encoding / body length issue ciaranj 2011-06-25 21:37:21 +01:00
  • 5f383ff1b1 fix content length for oauth 1.0 selead 2011-06-25 12:36:25 +04:00
  • f261b9f4c0 Merge branch 'http_success_response_widening' ciaranj 2011-06-23 22:22:28 +01:00
  • f981a7a100 Updating readme ciaranj 2011-06-23 22:19:32 +01:00
  • 5a6c2594ec Add in specific test for supporting 200 responsecode and one for a 210 responsecode ciaranj 2011-06-23 22:19:17 +01:00
  • 3ed11c05bd Inverting the branch logic for easier reading ciaranj 2011-06-23 22:18:11 +01:00
  • c78a9ca129 Match all 2xx response codes. Neil Mansilla 2011-06-23 09:14:46 -07:00
  • dfe4c02ff1 Merge pull request #39 from thecolorblue/master Ciaran Jessup 2011-05-10 15:55:45 -07:00
  • 37c2408187 Some minor reformatting and 'standardisation' of the merged code Also updating package.json to reflect Echo support ciaranj 2011-05-10 23:21:49 +01:00
  • c1c9270181 Merge branch 'master' of https://github.com/meltingice/node-oauth into meltingice-master ciaranj 2011-05-10 23:20:23 +01:00
  • 50a7039f52 Added signature test for OAuthEcho meltingice 2011-05-08 23:17:24 -04:00
  • ed01a23da1 Refactored OAuthEcho object into oauth.js to remove lots of redundancy meltingice 2011-05-08 23:07:57 -04:00
  • 1fe0f3cdfc Merge pull request #29 from evnm/master Ciaran Jessup 2011-05-08 03:22:10 -07:00
  • 333f2a3154 Updated README meltingice 2011-05-05 10:58:42 -04:00
  • 0158a78c4c Added support for OAuth Echo meltingice 2011-05-05 10:56:23 -04:00
  • b28718c4dd Updated for express 2.0 and fixed an issue with session where it would loose the functions of the prototype Brad Davis 2011-04-27 22:14:34 -04:00
  • 9fea0b5458 Added tests for 302 redirect functionality ciaranj 2011-04-19 23:09:20 +01:00
  • e9e8032adc Fix typo in README. Evan Meagher 2011-03-11 14:07:39 -08:00
  • 8050d82019 Sample express app which uses Google GData API neyric 2011-02-26 15:02:21 +01:00
  • 15f06f254f Follow 302 redirects with "Location" header neyric 2011-02-26 15:01:54 +01:00
  • 13d9420c94 Merge branch '0.4_compat_fixes' ciaranj 2011-02-13 11:41:15 +00:00
  • 531c088f33 Updating version information ciaranj 2011-02-13 11:37:53 +00:00
  • 349d258b1f Updated the Oauth2 code to work with the new https api ciaranj 2011-02-06 19:52:44 +00:00
  • 5041ca168a closes 24 - Now compatible with node v0.3.7 ciaranj 2011-02-02 21:35:04 +00:00
  • 98e432b431 Compatibility with node 0.3.8 Rasmus Andersson 2011-02-02 15:50:34 +01:00
  • 40b70bb9ef Renaming variable sshEnabled -> sslEnabled Daniel Hofstetter 2010-12-18 07:52:48 -08:00
  • 0a786bdcbc Updating readme ciaranj 2010-12-13 20:12:59 +00:00
  • 3331aefe27 Resolves Issue 18 - Handles node.js querystring a little better in the edge case on composite parameters such as foo[bar] :) ciaranj 2010-12-13 20:04:41 +00:00
  • 7daacdb084 Updating readme ciaranj 2010-12-12 23:10:08 +00:00
  • fd2fad54da Adds support for PUT & DELETE verbs. Fixes #13 ciaranj 2010-12-12 23:06:24 +00:00
  • 213bc49a20 Updating readme ciaranj 2010-12-12 22:40:37 +00:00
  • 2c0b8c3b79 Fixes issue 17 - Handles rev07 and above of the OAuth spec ciaranj 2010-12-12 22:38:56 +00:00
  • b3175f8b21 Fixes Issue 16. Now uses POST to get hold of the access tokens as per the specification. ciaranj 2010-12-05 22:58:17 +00:00
  • f5beadcee4 If running on a node that has openssl built in, then this will be used for the SHA1 hashing. ciaranj 2010-12-05 22:32:19 +00:00
  • a5a913823b Updating readme notes and package.json for next release ciaranj 2010-12-05 21:59:29 +00:00
  • 5f000d6858 Removing kiwi package file ciaranj 2010-12-05 21:58:06 +00:00
  • 14ce3e51e5 Merge commit '0.8.3' ciaranj 2010-12-05 21:57:06 +00:00
  • caebbc2ca1 Fixed the parameter ordering, and added support for repeated arguments. Fixes issue 14 ciaranj 2010-12-05 21:52:50 +00:00
  • 1d6eefec70 Merge branch 'master' of https://github.com/simplegeo/node-oauth into simplegeo-debianise ciaranj 2010-11-23 23:06:46 +00:00
  • c35f184420 added tests about oauth.authHeader François de Metz 2010-11-23 23:23:07 +01:00
  • 8f8dc2fa65 Prepared changelog for build 4 Simple Geebus 2010-11-15 19:30:19 +00:00
  • 7c40755a01 expose authHeader better integration in app François de Metz 2010-11-10 00:57:53 +01:00
  • 6d01536d66 refactor code from oauth.signUrl and oauth._performSecureRequest François de Metz 2010-11-10 00:49:00 +01:00
  • 83d4566331 Bumping version to 0.8.3 ciaranj 2010-11-02 20:43:46 +00:00
  • b6f7e03061 Extra params when passed as a POST will now properly get set as the POST body rather than be discarded as previously ciaranj 2010-10-31 23:15:22 +00:00
  • bd90236624 Added some tests to cover the existing behaviours before a refactor ciaranj 2010-10-31 22:28:17 +00:00
  • bfaa9c4e11 Merge branch 'master' of http://github.com/coopernurse/node-oauth into merge_coopernurse ciaranj 2010-10-31 19:59:54 +00:00
  • bd54d3f899 add scope as an allowed oauth param so we can support google James Cooper 2010-10-30 11:57:44 -07:00
  • fedf5776e7 more strict comparison. Yohei Sasaki 2010-10-17 15:53:29 +09:00
  • 6c27fa9ead testcase for _buildAuthorizationHeader to check the dependency on Array.prototype.toString. Yohei Sasaki 2010-10-23 17:46:15 +09:00
  • 417f367ae2 Remove some trailing whitespace ciaranj 2010-10-17 17:19:27 +01:00
  • 98c2e01a75 Tests all ported to Vows. No excuses now to not provide tests, I need to go back and write a lot more to cover what has already been done. ciaranj 2010-10-17 12:23:45 +01:00
  • 8a4b7e6b94 Gentle refactor to improve testability of the authorization headers code ciaranj 2010-10-17 12:23:06 +01:00
  • 29b5abd1f8 Making the current sole test a little more textually exciting ciaranj 2010-10-17 10:42:54 +01:00
  • cd23affb23 Bootstrapping up tests on Vows (DEPENDS ON NPM) ciaranj 2010-10-17 10:39:19 +01:00
  • af88dcdece Prepared changelog for build 2 Simple Geebus 2010-10-14 17:51:51 +00:00
  • 24674faa31 Merge commit '46d9e008fda1b5c7794ebc39a70dc634454f93bf' Simple Geebus 2010-10-14 17:51:49 +00:00
  • 46d9e008fd update copyright Wade Simmons 2010-10-14 10:01:55 -07:00
  • e200f5b462 Prepared changelog for build 1 Simple Geebus 2010-10-13 23:19:29 +00:00
  • 0d0caa886e debianized Wade Simmons 2010-10-13 16:11:47 -07:00
  • d53cb01282 Changing the readme to reflect latest version changes ciaranj 2010-09-20 21:54:46 +01:00
  • 3c22a78d9e Bumping version and updating package to use index.js instead of main.js ciaranj 2010-09-20 21:50:03 +01:00
  • 72648d0bfc write the post_body before returning the request object Chris Anderson 2010-09-14 03:28:31 +08:00
  • 2fa7f4ecb7 clone was too agressive, was getting some functions copied to headers from a bad library Paul McKellar 2010-09-06 15:23:12 +08:00
  • d265de82f3 Bumping version number ciaranj 2010-08-26 22:32:33 +01:00
  • 3b94a77e5c Possible mechanism for returning a signed request object. ciaranj 2010-08-26 19:28:54 +01:00
  • b79bce508f Trying again with package.json ciaranj 2010-08-26 09:36:01 +01:00
  • 999a2bc5e8 Still struggling to get the repositories link in package.json right ciaranj 2010-08-26 09:14:25 +01:00
  • b106405248 Updating the package.json file ciaranj 2010-08-25 20:59:23 +01:00
  • ea09e67244 Error object rather than string in OAuth2 as well. Mark Wubben 2010-08-02 17:24:54 +08:00
  • 817e9680af Merge branch 'fix_up_0.7.8' ciaranj 2010-08-16 23:01:00 +01:00
  • 5ee443e9c3 Bumping version to 0.8.0 ciaranj 2010-08-16 22:53:56 +01:00
  • 24c91e02b9 Add support for specifying whatever static HTTP headers one wishes with the OAuth requests ciaranj 2010-08-14 19:21:12 +01:00