2 - Fixed escaping error and file path error in the generator simultaneously reported and fixed by Ivan Valdes and Mike Demers thanks
 
   5 - Fixed compatibility issue with OAuth Gem 3.1 (wr0ngway and aeden)
 
   6 - Added Test:Unit tests to generator (Ed Hickey)
 
   7 - added missing oauth_clients/edit.html.erb view template (Ed Hickey)
 
   8 - added missing :oauth_clients resource route in USAGE (Ed Hickey)
 
   9 - Don't throw NPE it token is not in db (Haruska)
 
  10 - Cleaned up whitespace (bricolage, Nicholas Nam)
 
  11 - Fixed bug in default verify_oauth_signature (igrigorik)
 
  16 - Split OAuth controller into two parts: OAuth and OAuth clients. [jcrosby]
 
  20 - patch that fixes a problem in oauth_required from Hannes Tyden and Sean Treadway from SoundCloud. Thanks.
 
  24 - updated to use oauth gem 0.2.1
 
  29 - removed all core libraries from plugin. They are now in the oauth gem.
 
  31 # oauth-plugin-pre-gem Branch created
 
  34 - added a generator for creation oauth_providers
 
  37 - the bug with post and put has now been fixed.
 
  38 - better documentation
 
  41 - added a test helper. Include OAuth::TestHelper in your tests or specs to mock incoming requests
 
  44 - moved tests into oauth folder and renamed them to make them work with autotest by default
 
  45 - Refactored the request methods to make them more flexible and ready for integrating with ActiveResource
 
  46 - There are a few tests that fail. All of them to do with put and post requests with payload data. I decided to commit anyway, to get the new api out.
 
  50 - Done a lot of work on the Server side of things. The Server class has changed a lot and is likely to be incompatible with previous versions
 
  54 - Throws InsecureSignatureMethod exception if attempting to use straight sha1 or md5.
 
  55 - Disables plaintext signature over http (throws an InsecureSignatureMethod)
 
  56 - Better testing of signature methods - the prior tests were seriously flawed.
 
  60 - Removed support for sha1 and md5
 
  61 - Implemented draft 6 support of OAuth removing secrets from base string