José Valim
|
e02810d528
|
Move to 0.9.2.
v0.9.2
|
2010-02-05 21:37:28 +01:00 |
|
José Valim
|
c146cad448
|
Ensure inactive user cannot sign in.
|
2010-02-05 21:36:19 +01:00 |
|
Carlos Antonio da Silva
|
4de1e43b7a
|
Fix "return_to" to always save the request_uri, overwriting the return to url when the user types another forbidden url before sign in.
This way the user will be redirected to the last attempted url and not the first one.
|
2010-02-04 08:46:22 -02:00 |
|
Matt Powell
|
02a99b9766
|
deprecate find(:first) and find(:all) in MongoMapper
|
2010-02-03 16:53:49 +08:00 |
|
José Valim
|
a9e2337aeb
|
Change EMAIL_REGEXP so it can be used in javascript.
|
2010-02-02 13:28:47 +01:00 |
|
José Valim
|
3781a0f47b
|
Tidy up token authentication implementation.
|
2010-02-02 13:21:00 +01:00 |
|
Jonas Grimfelt
|
4878bdb60b
|
Second version of token_authenticatable reflecting feedback: Nuked all hook-stuff. Should be easy to custom-reset authentication tokens by inheritance.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-02 12:37:06 +01:00 |
|
Jonas Grimfelt
|
e1440fb430
|
Initial support for authorization using "authentication token" (a.k.a. "single access token") - new module. Corresponding changes to Devise core to hook events like "after_changed_password" (only one added now - only one that makes much sense for latest module) easily. Unit and integration tests included. NOTE: One failing test for hooking Warden::Manager.after_authentication - gets ignored for some reason.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-02 12:36:44 +01:00 |
|
José Valim
|
c03b4ff339
|
Add gemspec since it's required by bundler.
|
2010-02-01 16:32:36 +01:00 |
|
José Valim
|
ca794776c1
|
Bump to 0.9.1.
v0.9.1
|
2010-01-25 20:19:47 +01:00 |
|
José Valim
|
b4707c2bae
|
Use self. just to stay in the same pattern.
|
2010-01-25 19:29:14 +01:00 |
|
jgeiger
|
b3fd742aea
|
bcrypt requires the salt to be over 29 chars
|
2010-01-22 23:04:03 +08:00 |
|
David Palm
|
bc05d28d3f
|
Devise::Mapping#raw_path does not consider relative_url_root so that route helpers work (no more session_path(:user) => '/abc/abc/users/sign_in')
Devise::Mapping#parsed_path considers relative_url_root so that initial redirects still work with non empty relative_url_roots
|
2010-01-22 23:03:48 +08:00 |
|
José Valim
|
e4e9e16623
|
Bump to 0.9.0.
v0.9.0
|
2010-01-21 15:30:13 +01:00 |
|
José Valim
|
345bf159e2
|
Add latest commities entries to CHANGELOG.
|
2010-01-21 09:15:07 +01:00 |
|
Jonas Grimfelt
|
0c7c762c16
|
Fixed some Ruby 1.9 issues/bugs.
|
2010-01-21 16:06:19 +08:00 |
|
Jonas Grimfelt
|
f50ec773b2
|
New convenient helper method for extending Devise with additional modules: Devise::add_module.
|
2010-01-21 16:06:17 +08:00 |
|
Carlos Antonio da Silva
|
6d80418fd1
|
Changing flash messages to new Rails defaults :notice/:alert
|
2010-01-20 17:46:14 -02:00 |
|
José Valim
|
b4183cbaa2
|
Url helpers should rely find_scope!
|
2010-01-19 17:19:40 +01:00 |
|
José Valim
|
04ce9d1e6f
|
Should accept path prefixes not starting with slash.
|
2010-01-16 14:39:57 +01:00 |
|
José Valim
|
ef25da992c
|
Use an OrderedHash to fix problems with test suite working in some machines but no in others.
|
2010-01-16 14:32:52 +01:00 |
|
José Valim
|
394b1ff444
|
Bring mongomapper up to date. Remember that you need mongo_ext in order to use MongoMapper with Devise.
|
2010-01-16 11:22:09 +01:00 |
|
José Valim
|
a5b2ee5171
|
Improve documentation for after_sign_in_path_for.
|
2010-01-16 10:56:35 +01:00 |
|
José Valim
|
fdc2e795d7
|
Simplify links requirement.
|
2010-01-14 16:04:13 +01:00 |
|
José Valim
|
a32e90a1d6
|
Update CHANGELOG and dependencies.
|
2010-01-14 15:53:17 +01:00 |
|
José Valim
|
2afad49a96
|
Bring rememberable back.
|
2010-01-14 15:47:14 +01:00 |
|
José Valim
|
f46d1b1d81
|
Add support to Warden 0.9.0.pre
|
2010-01-14 13:38:02 +01:00 |
|
José Valim
|
66f4cfd3eb
|
Clean up tests.
|
2010-01-13 19:53:12 +01:00 |
|
José Valim
|
efc0ae230a
|
Deprecate :all.
|
2010-01-13 19:45:24 +01:00 |
|
José Valim
|
f075a6babe
|
Tidying up.
|
2010-01-13 18:46:04 +01:00 |
|
José Valim
|
19f9ecfcb6
|
Updating CHANGELOG.
|
2010-01-13 18:27:26 +01:00 |
|
José Valim
|
d4442837d5
|
Clean up whitespace and remove deprecated stuff.
|
2010-01-13 18:23:04 +01:00 |
|
José Valim
|
b581f86317
|
DRY up controllers.
|
2010-01-13 18:12:13 +01:00 |
|
José Valim
|
d0ccd14c54
|
Merge remote branch 'mhfs/master'
|
2010-01-13 17:49:20 +01:00 |
|
José Valim
|
d1dc18cb1a
|
Bump to 0.8.2.
v0.8.2
|
2010-01-13 17:46:16 +01:00 |
|
José Valim
|
6bb1901830
|
Add tests for mail with proc.
|
2010-01-13 17:45:02 +01:00 |
|
Jonas Grimfelt
|
37119616ff
|
Devise.mailer_sender accepts a proc too, passing mapping. Useful if sender e-mail should differ for different devise scopes or current locale.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-01-13 17:36:05 +01:00 |
|
David Palm
|
5ca178aa7e
|
Devise::Mapping#raw_path considers the relative_url_root to fix issue with Passenger and RailsBaseURI directives
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-01-13 17:30:27 +01:00 |
|
Marcelo Silveira
|
f4b438bb1e
|
adding links refactory to changelog
|
2010-01-09 13:36:04 -02:00 |
|
Marcelo Silveira
|
6c4274fae6
|
fixing mongo tests
|
2010-01-09 13:16:07 -02:00 |
|
Marcelo Silveira
|
827d0ce14c
|
refactoring attempts track to avoid saving the model twice
|
2010-01-09 13:12:24 -02:00 |
|
Marcelo Silveira
|
915afa5f0a
|
forgot the partial..
|
2010-01-09 12:59:24 -02:00 |
|
Marcelo Silveira
|
4498acb1d0
|
moved view links into a partial and I18n'ed them
|
2010-01-09 12:58:51 -02:00 |
|
Marcelo Silveira
|
9c4ddc6465
|
- Maximum attempts changed from 5 to 20
- Lockable is not turned on by default
- Fixed lockable incompatibilities with latest commits
|
2010-01-09 11:41:28 -02:00 |
|
Marcelo Silveira
|
32991e13c4
|
Merge and fix conflicts.
|
2010-01-09 11:22:27 -02:00 |
|
José Valim
|
c4764c931a
|
Bump to 0.8.1
v0.8.1
|
2010-01-08 23:27:15 +01:00 |
|
José Valim
|
35838b02b7
|
Ensure bcrypt works and move salt generation to encryptors (needed for bcrypt).
|
2010-01-08 23:19:57 +01:00 |
|
José Valim
|
d00c31314d
|
Bump to 0.8.0
v0.8.0
|
2010-01-07 22:50:01 +01:00 |
|
lancecarlson
|
ab57cdfb4a
|
More DataMapper compatibility
|
2010-01-07 22:48:23 +01:00 |
|
José Valim
|
6517b358a1
|
sign_in_count should also be increased when user signs in via password change, confirmation, etc.
|
2010-01-07 22:41:14 +01:00 |
|