File rubygem-devise.changes of Package rubygem-devise
-------------------------------------------------------------------
Tue Aug 6 17:45:14 UTC 2013 - coolo@suse.com
- updated to version 3.0.1
* enhancements
* Add after_confirmation callback
* bug fix
* When using rails 3.2, the generator adds 'attr_accessible' to the model (by @jcoyne)
* Clean up CSRF token after authentication (by @homakov). Notice this change will clean up the CSRF Token after authentication
(sign in, sign up, etc). So if you are using AJAX for such features, you will need to fetch a new CSRF token from the server.
-------------------------------------------------------------------
Sun Jul 21 07:27:49 UTC 2013 - coolo@suse.com
- updated to version 3.0.0
* enhancements
* Rails 4 and Strong Parameters compatibility (by @carlosantoniodasilva, @josevalim, @latortuga, @lucasmazza, @nashby, @rafaelfranca, @spastorino)
* Drop support for Rails < 3.2 and Ruby < 1.9.3
* Enable to skip sending reconfirmation email when reconfirmable is on and skip_confirmation_notification! is invoked (by @tkhr)
* bug fix
* Errors on unlock are now properly reflected on the first `unlock_keys`
-------------------------------------------------------------------
Wed May 8 06:59:44 UTC 2013 - coolo@suse.com
- updated to version 2.2.4
* enhancements
* Add `destroy_with_password` to `DatabaseAuthenticatable`. Allows destroying a record when `:current_password` matches, similarly to how `update_with_password` works. (by @mich
iel3)
* Allow to override path after password resetting (by @worker8)
* Add `#skip_confirmation_notification!` method to `Confirmable`. Allows skipping confirmation email without auto-confirming. (by @gregates)
* allow_unconfirmed_access_for config from `:confirmable` module can be set to `nil` that means unconfirmed access for unlimited time. (by @nashby)
* Support Rails' token strategy on authentication (by @robhurring)
* Support explicitly setting the http authentication key via `config.http_authentication_key` (by @neo)
* bug fix
* Do not redirect when accessing devise API via JSON. (by @sebastianwr)
* Generating scoped devise views now uses the correct scoped shared links partial instead of the default devise one (by @nashby)
* Fix inheriting mailer templates from `Devise::Mailer`
* Fix a bug when procs are used as default mailer in Devise (by @tomasv)
-------------------------------------------------------------------
Thu Feb 7 17:10:59 UTC 2013 - lslezak@suse.cz
- updated to version 2.2.3
* fixed security issue (wrong records may be read when sending
specifically crafted requests) (bnc#800955)
-------------------------------------------------------------------
Thu Jan 24 06:47:50 UTC 2013 - coolo@suse.com
- updated to version 2.2.2
* bug fix
* Fix bug when checking for reconfirmable in templates
* bug fix
* Fix regression with case_insensitive_keys
* Fix regression when password is blank when it is invalid
-------------------------------------------------------------------
Fri Aug 31 12:51:22 UTC 2012 - coolo@suse.com
- update to 2.1.2, see CHANGELOG.md
-------------------------------------------------------------------
Thu May 31 10:43:19 UTC 2012 - lslezak@suse.cz
- updated to 1.5.3
-------------------------------------------------------------------
Fri Jun 11 15:29:26 UTC 2010 - mrueckert@suse.de
- update to version 1.0.7
* Ensure password confirmation is always required
* authenticatable was deprecated and renamed to
database_authenticatable
* confirmable is not included by default on generation
-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
- use rubygems_requires macro
-------------------------------------------------------------------
Mon Apr 12 19:45:24 UTC 2010 - mrueckert@suse.de
- initial package