1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
Commit graph

33 commits

Author SHA1 Message Date
José Valim
3805bf2f26 Update Warden version to 0.6.0 and release 0.5.1 2009-11-15 10:41:42 -02:00
José Valim
b70b293690 Add authentication_keys. 2009-11-15 03:31:13 -02:00
José Valim
1c8c0a4f00 Release Devise 0.5.0 with Encryptors, MongoMapper support and Remember me fixes. 2009-11-13 22:34:50 -02:00
José Valim
8775f5d61a Tidy up MongoMapper and Schema. 2009-11-13 22:33:00 -02:00
José Valim
6d09eb66cf Tidying up encryptors. 2009-11-10 18:55:13 -02:00
Marcelo Silveira
51f633325e merged with changes introduced in 0.4.3 2009-11-10 13:42:52 -02:00
José Valim
e6901686c4 Authentication fail with user cannot be serialized from session [#29] 2009-11-10 00:00:40 -02:00
José Valim
05678e773f Added support to config.default_url_options. 2009-11-06 20:59:36 -02:00
José Valim
2c33d0e191 Release Devise 0.4.2 with latest fixes. 2009-11-06 14:56:06 -02:00
José Valim
0c088a7420 Renamed mail_sender to mailer_sender. 2009-11-06 09:40:38 -02:00
José Valim
1db50dee36 Skip authentication filters by default on Devise controllers and add devise_controller? to select/reject other filters. 2009-11-06 09:33:18 -02:00
José Valim
e5be5326b4 Ensure options can be configured even if models were not loaded yet 2009-11-03 22:34:37 -02:00
José Valim
c1d2796071 Release Devise 0.4.0. ATTENTION: this release contains some backwards incompatible changes: 1) Notifier was renamed to DeviseMailer, so you need to rename your app/views/notifier to app/views/devise_mailer as well; 2) :authenticable calls were deprecated, use :authenticatable instead. 2009-11-03 10:20:22 -02:00
José Valim
888272769b Created a generator that copies an initializer with configuration values. 2009-11-03 10:11:36 -02:00
José Valim
371a9bb0d0 Major refactoring. Allow Warden::Manager to be configured through Devise, undeprecate Devise.confirm_within, Devise.pepper and friends and move Rails hooks to their own file. 2009-11-03 09:35:11 -02:00
José Valim
dc86a571ae [DEPRECATION] 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-02 23:14:27 -02:00
José Valim
e7f809de3c Do not require ActiveRecord to be loaded to use Devise. 2009-10-30 21:51:50 -02:00
José Valim
b28d7e8b1c Renamed authenticable to authenticatable and added deprecation warnings. 2009-10-30 08:29:10 -02:00
José Valim
8c1bab4951 Do not send confirmation e-mail when e-mail changes. 2009-10-30 07:49:18 -02:00
José Valim
9d56aa9603 Allow yml messages to be configured by not using engine locales, which, due to a Rails bug, always have higher priority than application locales 2009-10-30 07:33:55 -02:00
José Valim
3209e7d988 Renamed confirm_in to confirm_within. 2009-10-30 07:23:47 -02:00
José Valim
04b0622999 Release Devise 0.2.3 2009-10-29 13:10:13 -02:00
José Valim
eb4437adaf Allow model configuration to be set to nil. 2009-10-29 08:31:14 -02:00
José Valim
5172d50b95 Ensure fail! works inside strategies, create unauthenticated and invalid messages and do not redirect on invalid authentication. 2009-10-29 08:29:31 -02:00
José Valim
2cc07d05a6 Release 0.2.2 2009-10-28 08:33:20 -02:00
José Valim
d613c25426 Updated CHANGELOG and released Devise 0.2.1. 2009-10-27 22:12:49 -02:00
Carlos A. da Silva
8c499065f9 Updating CHANGELOG with new 0.2.0 version 2009-10-24 21:05:30 -02:00
Carlos A. da Silva
a239b312be Fix typo in README, updating TODO and CHANGELOG 2009-10-23 11:21:47 -02:00
Carlos A. da Silva
385dba551e Adding simple devise generator to create a model, migration and route. 2009-10-23 10:13:23 -02:00
Carlos A. da Silva
69023de531 Updating CHANGELOG with null option. 2009-10-22 20:30:02 -02:00
Carlos A. da Silva
8007210da7 Updating TODO, README and CHANGELOG 2009-10-22 20:25:29 -02:00
José Valim
56f6282c22 Update README, CHANGELOG and TODO. 2009-10-22 17:30:00 -02:00
Carlos A. da Silva
d1305d48b1 Fix requiring devise strategies and adding CHANGELOG 2009-10-22 08:45:18 -02:00