All Versions
99
Latest Version
Avg Release Cycle
61 days
Latest Release
-

Changelog History
Page 9

  • v0.6.6 Changes

    January 04, 2013
    • โœจ enhancements
      • [#187] Raise error if configuration is not set
  • v0.6.5 Changes

    December 26, 2012
    • โœจ enhancements
  • v0.6.4 Changes

    December 15, 2012
    • ๐Ÿ› bug
      • [#180] Add localization to authorized_applications destroy notice @aalvarado
  • v0.6.3 Changes

    December 07, 2012
    • ๐Ÿ›  bugfixes
      • [#163] Error response content-type header should be application/json @ggayan
      • [#175] Make token.expires_in_seconds return nil when expires_in is nil @miyagawa
    • โœจ enhancements
      • [#166, #172, #174] Behavior to automatically authorize based on a configured proc
    • internals
      • [#168] Using expectation syntax for controller specs @rdsoze
  • v0.6.2 Changes

    November 10, 2012
    • ๐Ÿ›  bugfixes
      • [#162] Remove ownership columns from base migration template @rdsoze
  • v0.6.1 Changes

    November 07, 2012
    • ๐Ÿ›  bugfixes
      • [#160] Removed |routes| argument from initializer authenticator blocks
    • ๐Ÿ“š documentation
      • [#160] Fixed description of context of authenticator blocks
  • v0.6.0 Changes

    November 05, 2012
    • โœจ enhancements
      • Mongoid orm configuration accepts only :mongoid2 or :mongoid3
      • Authorization endpoint does not redirect in #new action anymore. It wasn't specified by OAuth spec
      • TokensController now inherits from ActionController::Metal. There might be performance upgrades
      • Add link to authorization in Applications scaffold
      • [#116] MongoMapper support @carols10cents
      • [#122] Mongoid3 support @petergoldstein
      • [#150] Introduce test redirect uri for applications
    • ๐Ÿ›  bugfixes
      • [#157] Response token status should be :ok, not :success @theycallmeswift
      • [#159] Remove ActionView::Base.field_error_proc override (fixes #145)
    • internals
      • Update development dependencies
      • Several refactorings
      • Rails/ORM are easily swichable with env vars (rails and orm)
      • Travis now tests against Mongoid v2
  • v0.5.0 Changes

    October 20, 2012

    ๐Ÿšš Official support for rubinius was removed.

    • โœจ enhancements
      • Configure the way access token is retrieved from request (default to bearer header)
      • Authorization Code expiration time is now configurable
      • Add support for mongoid
      • [#78, #128, #137, #138] Application Ownership
      • [#92] Allow users to skip controllers
      • [#99] Remove deprecated warnings for data-* attributes @towerhe
      • [#101] Return existing access_token for PasswordAccessTokenRequest @benoist
      • [#104] Changed access token scopes example code to default_scopes and optional_scopes @amkirwan
      • [#107] Fix typos in initializer
      • [#123] i18n for validator, flash messages @petergoldstein
      • [#140] ActiveRecord is the default value for the ORM @petergoldstein
    • internals
      • [#112, #120] Replacing update_attribute with update_column to eliminate deprecation warnings @rmoriz, @petergoldstein
      • [#121] Updating all development dependencies to recent versions. @petergoldstein
      • [#144] Adding MongoDB dependency to .travis.yml @petergoldstein
      • [#143] Displays errors for unconfigured error messages @timgaleckas
    • ๐Ÿ›  bugfixes
      • [#102] Not returning 401 when access token generation fails @cslew
      • [#125] Doorkeeper is using ActiveRecord version of as_json in ORM agnostic code @petergoldstein
      • [#142] Prevent double submission of password based authentication @bdurand
    • ๐Ÿ“š documentation
      • [#141] Add rack-cors middleware to readme @gottfrois
  • v0.4.2 Changes

    June 05, 2012
    • ๐Ÿ›  bugfixes:
      • [#94] Uninitialized Constant in Password Flow
  • v0.4.1 Changes

    June 02, 2012
    • โœจ enhancements:
      • Backport: Move doorkeeper_for extension to Filter helper