All Versions
99
Latest Version
Avg Release Cycle
61 days
Latest Release
-
Changelog History
Page 9
Changelog History
Page 9
-
v0.6.6 Changes
January 04, 2013- โจ enhancements
- [#187] Raise error if configuration is not set
- โจ enhancements
-
v0.6.5 Changes
December 26, 2012- โจ enhancements
- [#184] Vendor the Bootstrap CSS @tylerhunt
- โจ enhancements
-
v0.6.4 Changes
December 15, 2012- ๐ bug
- [#180] Add localization to authorized_applications destroy notice @aalvarado
- ๐ bug
-
v0.6.3 Changes
December 07, 2012- ๐ bugfixes
- โจ 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
- ๐ bugfixes
-
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
- ๐ bugfixes
-
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
- Mongoid
- ๐ bugfixes
- [#157] Response token status should be
:ok
, not:success
@theycallmeswift - [#159] Remove ActionView::Base.field_error_proc override (fixes #145)
- [#157] Response token status should be
- internals
- Update development dependencies
- Several refactorings
- Rails/ORM are easily swichable with env vars (rails and orm)
- Travis now tests against Mongoid v2
- โจ enhancements
-
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
- โจ enhancements
-
v0.4.2 Changes
June 05, 2012- ๐ bugfixes:
- [#94] Uninitialized Constant in Password Flow
- ๐ bugfixes:
-
v0.4.1 Changes
June 02, 2012- โจ enhancements:
- Backport: Move doorkeeper_for extension to Filter helper
- โจ enhancements: