123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- OAuth 7.x-3.0, 2012-2-8
- ------------------------------
- OAuth 7.x-3.0-alpha2, 2011-10-25
- ------------------------------
- OAuth 7.x-3.0-alpha1, 2011-06-21
- ------------------------------
- by voxpelli: Initial port to Drupal 7
- OAuth 6.x-3.0-beta4, 2011-04-06
- ------------------------------
- by voxpelli: Better coding style
- by voxpelli: Improved nonces, nonces can now be longer and too long nonces will throw errors
- by voxpelli: Removed consumer UI as it became complicated with new DB and there's no apparent need for it
- by voxpelli: Updated to use Autoload 6.x-2.0:s D7 backport for specifying included classes
- by voxpelli: Don't show key/secret on consumer adding
- OAuth 6.x-3.0-beta3, 2010-11-05
- ------------------------------
- by voxpelli: Fixed user consumer listing
- by hugowetterberg: Fixed handling of empty and 'oob' callback urls.
- by SimmeLj, voxpelli: Added removal of old non-used nonces on cron
- by voxpelli: Fixed bug assigning context to OAuthServer
- by voxpelli: Code cleanup
- by voxpelli: Made inputstream a suggestion instead of a dependency
- by voxpelli: Made ctools an optional recommendation instead of a dependency
- by voxpelli: Changed to use API-version in ctools exports
- OAuth 6.x-3.0-beta2, 2010-07-18
- ------------------------------
- by voxpelli: Fixed non-used default access endpoint in client
- by voxpelli: Updated the OAuth library
- by voxpelli: Added possibility to provide default signature method
- by voxpelli: Fixed the saving of a token when a provider reuses it
- by voxpelli: Added support for authentication realms
- by voxpelli: Changed token requests to use POST method as default
- by voxpelli: Added the possibility of defining endpoints as full URL:s
- by voxpelli: Added OAuth 1.0a support in the client
- by voxpelli: Added possibility to provide a default authentication realm
- by voxpelli: Changed the class for the plaintext signature method in autoload
- by voxpelli: Refactored some DrupalOAuthClient functions for consistency and flexibility
- OAuth 6.x-3.0-beta1, 2010-05-20
- ------------------------------
- by Hugo Wetterberg: First release under the project name "OAuth"
|