CHANGELOG 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. OAuth 7.x-3.0, 2012-2-8
  2. ------------------------------
  3. #1378078 by jobeirne: Make Authorizations editable.
  4. #1412226 by jobeirne, sun: allow for deletion of authentications.
  5. #54136 by sun: fix cancel button for authentication delete form.
  6. #1412258 by jobeirne: authentication_options fix
  7. OAuth 7.x-3.0-alpha2, 2011-10-25
  8. ------------------------------
  9. #1155760 by deviantintegral, voxpelli: Catching more exceptions, eg. when the consumer key is incorrect
  10. #1199360 by Sepehr Lajevardi, voxpelli: Fixed E_NOTICE in OAuth request context loader
  11. #1199346 by Sepehr Lajevardi: Fixed E_NOTICE in oauth_common_form_consumer_submit()
  12. #1134444 by grendzy, voxpelli: Warn if Autoload 2.x isn't used
  13. #1141658 by grendzy, voxpelli: Clear Autoload cache on install
  14. #1201166 by voxpelli: Fixed error on deletion of accounts
  15. OAuth 7.x-3.0-alpha1, 2011-06-21
  16. ------------------------------
  17. by voxpelli: Initial port to Drupal 7
  18. OAuth 6.x-3.0-beta4, 2011-04-06
  19. ------------------------------
  20. by voxpelli: Better coding style
  21. #1002482 by voxpelli: Large database refactoring focused on basing relations on internal id numbers
  22. by voxpelli: Improved nonces, nonces can now be longer and too long nonces will throw errors
  23. by voxpelli: Removed consumer UI as it became complicated with new DB and there's no apparent need for it
  24. by voxpelli: Updated to use Autoload 6.x-2.0:s D7 backport for specifying included classes
  25. by voxpelli: Don't show key/secret on consumer adding
  26. #1017220 by voxpelli: Deactivated body_hash-checking when Inpustream isn't installed
  27. #1024812 by voxpelli: Fix for deleting consumer
  28. #857584 by voxpelli: Make SHA1 the default signature method in client
  29. OAuth 6.x-3.0-beta3, 2010-11-05
  30. ------------------------------
  31. by voxpelli: Fixed user consumer listing
  32. by hugowetterberg: Fixed handling of empty and 'oob' callback urls.
  33. by SimmeLj, voxpelli: Added removal of old non-used nonces on cron
  34. #899506 by nicholasThompson, ezra-g: Fixed missing class in oauth_common_autoload_info()
  35. by voxpelli: Fixed bug assigning context to OAuthServer
  36. by voxpelli: Code cleanup
  37. by voxpelli: Made inputstream a suggestion instead of a dependency
  38. by voxpelli: Made ctools an optional recommendation instead of a dependency
  39. by voxpelli: Changed to use API-version in ctools exports
  40. OAuth 6.x-3.0-beta2, 2010-07-18
  41. ------------------------------
  42. by voxpelli: Fixed non-used default access endpoint in client
  43. by voxpelli: Updated the OAuth library
  44. #749920 by twom, voxpelli: Fixed character limits for tokens, secrets and keys
  45. #849832 by Jose Reyero, voxpelli: Fixed use of signatureMethod() in client
  46. by voxpelli: Added possibility to provide default signature method
  47. by voxpelli: Fixed the saving of a token when a provider reuses it
  48. by voxpelli: Added support for authentication realms
  49. by voxpelli: Changed token requests to use POST method as default
  50. by voxpelli: Added the possibility of defining endpoints as full URL:s
  51. by voxpelli: Added OAuth 1.0a support in the client
  52. by voxpelli: Added possibility to provide a default authentication realm
  53. #849832 by Jose Reyero: Fixed proper visibility for DrupalOAuthClient properties/methods
  54. #835824 by Schnitzel, voxpelli: Changed OAuthSignatureMethod_HMAC_SHA1 to OAuthSignatureMethod_HMAC
  55. by voxpelli: Changed the class for the plaintext signature method in autoload
  56. by voxpelli: Refactored some DrupalOAuthClient functions for consistency and flexibility
  57. #846744 by alex_b, voxpelli: Fixed notice when deleting user
  58. #846734 by alex_b: Fixed undefined variable: provider_consumer
  59. #773264 by toemaz: Fixed absolute url as destination in _oauth_common_authorize()
  60. #743638 by toemaz, voxpelli: Fixed failed upgrade oauth_common_update_6100
  61. OAuth 6.x-3.0-beta1, 2010-05-20
  62. ------------------------------
  63. by Hugo Wetterberg: First release under the project name "OAuth"