2010-01-05 10:01:16 -05:00
|
|
|
* enhancements
|
|
|
|
* Warden 0.8.0 compatibility
|
2010-01-07 16:37:47 -05:00
|
|
|
* Add an easy for map.connect "sign_in", :controller => "sessions", :action => "new" to work
|
|
|
|
* Added :bcrypt encryptor (by github.com/capotej)
|
2010-01-05 10:01:16 -05:00
|
|
|
|
|
|
|
* deprecation
|
|
|
|
* Removed DeviseMailer.sender
|
|
|
|
|
2010-01-02 04:12:04 -05:00
|
|
|
== 0.7.5
|
|
|
|
|
|
|
|
* enhancements
|
|
|
|
* Set a default value for mailer to avoid find_template issues
|
|
|
|
* Add models configuration to MongoMapper::EmbeddedDocument as well
|
|
|
|
|
|
|
|
== 0.7.4
|
|
|
|
|
2009-12-20 07:53:53 -05:00
|
|
|
* enhancements
|
|
|
|
* Extract Activatable from Confirmable
|
|
|
|
* Decouple Serializers from Devise modules
|
|
|
|
|
2009-12-15 19:29:19 -05:00
|
|
|
== 0.7.3
|
|
|
|
|
2009-12-15 19:28:43 -05:00
|
|
|
* bug fix
|
|
|
|
* Give scope to the proper model validation
|
|
|
|
|
2009-12-14 19:20:59 -05:00
|
|
|
* enhancements
|
2009-12-14 19:32:40 -05:00
|
|
|
* Mail views are scoped as well
|
2009-12-14 20:03:56 -05:00
|
|
|
* Added update_with_password for authenticatable
|
2009-12-15 12:48:51 -05:00
|
|
|
* Allow render_with_scope to accept :controller option
|
2009-12-14 19:20:59 -05:00
|
|
|
|
2009-12-14 19:05:46 -05:00
|
|
|
== 0.7.2
|
|
|
|
|
2009-12-14 19:04:47 -05:00
|
|
|
* deprecation
|
|
|
|
* Renamed reset_confirmation! to resend_confirmation!
|
|
|
|
* Copying locale is part of the installation process
|
|
|
|
|
2009-12-14 16:48:15 -05:00
|
|
|
* bug fix
|
|
|
|
* Fixed render_with_scope to work with all controllers
|
|
|
|
* Allow sign in with two different users in Devise::TestHelpers
|
|
|
|
|
2009-12-08 17:39:38 -05:00
|
|
|
== 0.7.1
|
|
|
|
|
|
|
|
* enhancements
|
|
|
|
* Small enhancements for other plugins compatibility (by github.com/grimen)
|
|
|
|
|
2009-12-07 18:00:44 -05:00
|
|
|
== 0.7.0
|
|
|
|
|
|
|
|
* deprecations
|
|
|
|
* :authenticatable is not included by default anymore
|
|
|
|
|
|
|
|
* enhancements
|
|
|
|
* Improve loading process
|
|
|
|
* Extract SessionSerializer from Authenticatable
|
|
|
|
|
2009-12-02 13:41:00 -05:00
|
|
|
== 0.6.3
|
|
|
|
|
|
|
|
* bug fix
|
|
|
|
* Added trackable to migrations
|
2009-12-02 14:51:34 -05:00
|
|
|
* Allow inflections to work
|
2009-12-02 13:41:00 -05:00
|
|
|
|
2009-11-24 20:20:35 -05:00
|
|
|
== 0.6.2
|
|
|
|
|
2009-11-24 12:29:46 -05:00
|
|
|
* enhancements
|
2009-11-24 20:20:35 -05:00
|
|
|
* More DataMapper compatibility
|
2009-11-24 12:29:46 -05:00
|
|
|
* Devise::Trackable - track sign in count, timestamps and ips
|
|
|
|
|
2009-11-23 21:09:34 -05:00
|
|
|
== 0.6.1
|
|
|
|
|
2009-11-23 20:56:57 -05:00
|
|
|
* enhancements
|
|
|
|
* Devise::Timeoutable - timeout sessions without activity
|
2009-11-23 21:09:34 -05:00
|
|
|
* DataMapper now accepts conditions
|
2009-11-23 20:56:57 -05:00
|
|
|
|
2009-11-22 20:14:45 -05:00
|
|
|
== 0.6.0
|
|
|
|
|
|
|
|
* deprecations
|
2009-12-07 18:00:44 -05:00
|
|
|
* :authenticatable is still included by default, but yields a deprecation warning
|
2009-11-22 20:14:45 -05:00
|
|
|
|
2009-11-21 21:24:34 -05:00
|
|
|
* enhancements
|
2009-11-22 06:14:58 -05:00
|
|
|
* Added DataMapper support
|
2009-11-21 21:49:23 -05:00
|
|
|
* Remove store_location from authenticatable strategy and add it to failure app
|
|
|
|
* Allow a strategy to be placed after authenticatable
|
2009-11-21 21:24:34 -05:00
|
|
|
* [#45] Do not rely attribute? methods, since they are not added on Datamapper
|
|
|
|
|
2009-11-21 17:08:14 -05:00
|
|
|
== 0.5.6
|
|
|
|
|
2009-11-21 08:58:02 -05:00
|
|
|
* enhancements
|
|
|
|
* [#42] Do not send nil to build (DataMapper compatibility)
|
2009-11-21 17:07:37 -05:00
|
|
|
* [#44] Allow to have scoped views
|
2009-11-21 08:58:02 -05:00
|
|
|
|
2009-11-19 17:55:40 -05:00
|
|
|
== 0.5.5
|
|
|
|
|
|
|
|
* enhancements
|
|
|
|
* Allow overwriting find for authentication method
|
|
|
|
* [#38] Remove Ruby 1.8.7 dependency
|
|
|
|
|
2009-11-19 10:14:02 -05:00
|
|
|
== 0.5.4
|
|
|
|
|
2009-11-19 10:09:05 -05:00
|
|
|
* deprecations
|
|
|
|
* Deprecate :singular in devise_for and use :scope instead
|
|
|
|
|
2009-11-19 08:16:31 -05:00
|
|
|
* enhancements
|
|
|
|
* [#37] Create after_sign_in_path_for and after_sign_out_path_for hooks to be
|
|
|
|
overwriten in ApplicationController
|
|
|
|
* Create sign_in_and_redirect and sign_out_and_redirect helpers
|
2009-11-19 10:09:05 -05:00
|
|
|
* Warden::Manager.default_scope is automatically configured to the first given scope
|
2009-11-19 08:16:31 -05:00
|
|
|
|
2009-11-18 08:22:35 -05:00
|
|
|
== 0.5.3
|
|
|
|
|
2009-11-18 06:41:42 -05:00
|
|
|
* bug fix
|
|
|
|
* MongoMapper now converts DateTime to Time
|
2009-11-18 08:22:35 -05:00
|
|
|
* Ensure all controllers are unloadable
|
2009-11-18 06:41:42 -05:00
|
|
|
|
2009-11-18 06:26:47 -05:00
|
|
|
* enhancements
|
|
|
|
* [#35] Moved friendly_token to Devise
|
|
|
|
* Added Devise.all, so you can freeze your app strategies
|
2009-11-18 06:41:42 -05:00
|
|
|
* Added Devise.apply_schema, so you can turn it to false in Datamapper or MongoMapper
|
|
|
|
in cases you don't want it be handlded automatically
|
2009-11-18 06:26:47 -05:00
|
|
|
|
2009-11-16 12:08:53 -05:00
|
|
|
== 0.5.2
|
|
|
|
|
2009-11-15 09:19:16 -05:00
|
|
|
* enhancements
|
|
|
|
* [#28] Improved sign_in and sign_out helpers to accepts resources
|
|
|
|
* [#28] Added stored_location_for as a helper
|
2009-11-16 11:58:14 -05:00
|
|
|
* [#20] Added test helpers
|
2009-11-15 09:19:16 -05:00
|
|
|
|
2009-11-15 07:41:42 -05:00
|
|
|
== 0.5.1
|
|
|
|
|
2009-11-15 00:31:13 -05:00
|
|
|
* enhancements
|
2009-11-16 11:58:14 -05:00
|
|
|
* Added serializers based on Warden ones
|
|
|
|
* Allow authentication keys to be set
|
2009-11-15 00:31:13 -05:00
|
|
|
|
2009-11-13 19:34:50 -05:00
|
|
|
== 0.5.0
|
|
|
|
|
2009-11-13 19:33:00 -05:00
|
|
|
* bug fix
|
|
|
|
* Fixed a bug where remember me module was not working properly
|
|
|
|
|
2009-11-10 10:42:52 -05:00
|
|
|
* enhancements
|
2009-11-10 15:55:13 -05:00
|
|
|
* Moved encryption strategy into the Encryptors module to allow several algorithms (by github.com/mhfs)
|
|
|
|
* Implemented encryptors for Clearance, Authlogic and Restful-Authentication (by github.com/mhfs)
|
2009-11-13 19:34:50 -05:00
|
|
|
* Added support for MongoMapper (by github.com/shingara)
|
2009-11-10 10:42:52 -05:00
|
|
|
|
2009-11-09 21:00:40 -05:00
|
|
|
== 0.4.3
|
|
|
|
|
|
|
|
* bug fix
|
2009-11-15 07:41:42 -05:00
|
|
|
* [#29] Authentication just fails if user cannot be serialized from session, without raising errors;
|
2009-11-09 21:00:40 -05:00
|
|
|
* Default configuration values should not overwrite user values;
|
|
|
|
|
2009-11-06 11:56:06 -05:00
|
|
|
== 0.4.2
|
|
|
|
|
2009-11-06 06:40:38 -05:00
|
|
|
* deprecations
|
|
|
|
* Renamed mail_sender to mailer_sender
|
|
|
|
|
2009-11-06 06:33:18 -05:00
|
|
|
* enhancements
|
|
|
|
* skip_before_filter added in Devise controllers
|
|
|
|
* Use home_or_root_path on require_no_authentication as well
|
|
|
|
* Added devise_controller?, useful to select or reject filters in ApplicationController
|
2009-11-19 11:00:15 -05:00
|
|
|
* Allow :path_prefix to be given to devise_for
|
2009-11-06 17:59:36 -05:00
|
|
|
* Allow default_url_options to be configured through devise (:path_prefix => "/:locale" is now supported)
|
2009-11-06 06:33:18 -05:00
|
|
|
|
2009-11-03 19:34:37 -05:00
|
|
|
== 0.4.1
|
|
|
|
|
|
|
|
* bug fix
|
|
|
|
* [#21] Ensure options can be set even if models were not loaded
|
|
|
|
|
|
|
|
== 0.4.0
|
|
|
|
|
2009-10-30 19:51:50 -04:00
|
|
|
* deprecations
|
2009-11-02 20:14:27 -05:00
|
|
|
* Notifier is deprecated, use DeviseMailer instead. Remember to rename
|
|
|
|
app/views/notifier to app/views/devise_mailer and I18n key from
|
|
|
|
devise.notifier to devise.mailer
|
2009-11-03 07:20:22 -05:00
|
|
|
* :authenticable calls are deprecated, use :authenticatable instead
|
2009-10-30 19:51:50 -04:00
|
|
|
|
2009-11-03 07:20:22 -05:00
|
|
|
* enhancements
|
2009-11-03 19:34:37 -05:00
|
|
|
* [#16] Allow devise to be more agnostic and do not require ActiveRecord to be loaded
|
2009-11-03 07:11:36 -05:00
|
|
|
* Allow Warden::Manager to be configured through Devise
|
|
|
|
* Created a generator which creates an initializer
|
2009-11-02 20:14:27 -05:00
|
|
|
|
2009-10-30 19:51:50 -04:00
|
|
|
== 0.3.0
|
|
|
|
|
2009-10-30 05:33:55 -04:00
|
|
|
* bug fix
|
|
|
|
* [#15] Allow yml messages to be configured by not using engine locales
|
|
|
|
|
2009-10-30 05:23:47 -04:00
|
|
|
* deprecations
|
|
|
|
* Renamed confirm_in to confirm_within
|
2009-10-30 05:49:18 -04:00
|
|
|
* [#14] Do not send confirmation messages when user changes his e-mail
|
2009-10-30 06:29:10 -04:00
|
|
|
* [#13] Renamed authenticable to authenticatable and added deprecation warnings
|
2009-10-30 05:23:47 -04:00
|
|
|
|
2009-10-29 11:10:13 -04:00
|
|
|
== 0.2.3
|
|
|
|
|
2009-10-29 06:29:31 -04:00
|
|
|
* enhancements
|
|
|
|
* Ensure fail! works inside strategies
|
2009-10-29 11:10:13 -04:00
|
|
|
* [#12] Make unauthenticated message (when you haven't signed in) different from invalid message
|
2009-10-29 06:29:31 -04:00
|
|
|
|
|
|
|
* bug fix
|
|
|
|
* Do not redirect on invalid authenticate
|
2009-10-29 06:31:14 -04:00
|
|
|
* Allow model configuration to be set to nil
|
2009-10-29 06:29:31 -04:00
|
|
|
|
2009-10-28 06:33:20 -04:00
|
|
|
== 0.2.2
|
|
|
|
|
|
|
|
* bug fix
|
|
|
|
* [#9] Fix a bug when using customized resources
|
|
|
|
|
2009-10-27 20:12:49 -04:00
|
|
|
== 0.2.1
|
|
|
|
|
|
|
|
* refactor
|
|
|
|
* Clean devise_views generator to use devise existing views
|
|
|
|
|
|
|
|
* enhancements
|
|
|
|
* [#7] Create instance variables (like @user) for each devise controller
|
|
|
|
* Use Devise::Controller::Helpers only internally
|
|
|
|
|
|
|
|
* bug fix
|
|
|
|
* [#6] Fix a bug with Mongrel and Ruby 1.8.6
|
|
|
|
|
2009-10-24 19:05:30 -04:00
|
|
|
== 0.2.0
|
2009-10-22 06:45:18 -04:00
|
|
|
|
2009-10-23 08:13:23 -04:00
|
|
|
* enhancements
|
|
|
|
* [#4] Allow option :null => true in authenticable migration
|
|
|
|
* [#3] Remove attr_accessible calls from devise modules
|
|
|
|
* Customizable time frame for rememberable with :remember_for config
|
|
|
|
* Customizable time frame for confirmable with :confirm_in config
|
2009-10-23 09:21:47 -04:00
|
|
|
* Generators for creating a resource and copy views
|
2009-10-22 06:45:18 -04:00
|
|
|
|
2009-10-22 15:30:00 -04:00
|
|
|
* optimize
|
|
|
|
* Do not load hooks or strategies if they are not used
|
|
|
|
|
2009-10-23 08:13:23 -04:00
|
|
|
* bug fixes
|
|
|
|
* [#2] Fixed requiring devise strategies
|
2009-10-22 18:25:29 -04:00
|
|
|
|
2009-10-22 06:45:18 -04:00
|
|
|
== 0.1.1
|
|
|
|
|
|
|
|
* bug fixes
|
2009-10-23 08:13:23 -04:00
|
|
|
* [#1] Fixed requiring devise mapping
|
2009-10-22 06:45:18 -04:00
|
|
|
|
|
|
|
== 0.1.0
|
|
|
|
|
2009-10-22 15:30:00 -04:00
|
|
|
* Devise::Authenticable
|
|
|
|
* Devise::Confirmable
|
|
|
|
* Devise::Recoverable
|
|
|
|
* Devise::Validatable
|
|
|
|
* Devise::Migratable
|
|
|
|
* Devise::Rememberable
|
|
|
|
|
|
|
|
* SessionsController
|
|
|
|
* PasswordsController
|
|
|
|
* ConfirmationsController
|
|
|
|
|
|
|
|
* Create an example app
|
|
|
|
* devise :all, :except => :rememberable
|
|
|
|
* Use sign_in and sign_out in SessionsController
|
|
|
|
|
|
|
|
* Mailer subjects namespaced by model
|
|
|
|
* Allow stretches and pepper per model
|
|
|
|
|
|
|
|
* Store session[:return_to] in session
|
|
|
|
* Sign user in automatically after confirming or changing it's password
|