Ches Martin
|
ccbf26be0a
|
Tests that should no longer exclude Mongoid
|
2011-08-06 19:28:19 +07:00 |
|
Chase DuBois
|
c3432e57b1
|
Test for previous commit
|
2011-06-21 20:45:07 -04:00 |
|
José Valim
|
8f3539c14f
|
Don't include the same module several times, closes #765.
|
2011-04-16 13:16:47 +02:00 |
|
José Valim
|
30300fc6b9
|
Add a test that ensures validation options work.
|
2011-04-09 22:47:06 +02:00 |
|
Jo Liss
|
4207c2321f
|
Fix the module sorting in devise method.
|
2011-01-15 07:38:06 +08:00 |
|
Jo Liss
|
fa239b984a
|
Do not silently ignore invalid modules passed to devise method in model.
The & operator seemed to be only used to force sorting, but as a
side effect we got suboptimal error handling.
|
2011-01-15 06:42:29 +08:00 |
|
José Valim
|
09088706bb
|
Extract encryptors into their own module for better bcrypt support.
|
2010-09-25 16:08:46 +02:00 |
|
José Valim
|
1ed674afa8
|
Use Admin in old rememberable tests.
|
2010-09-25 12:04:38 +02:00 |
|
José Valim
|
2602ef41cf
|
Do not add unlock routes unless unlock strategy is email or both, closes #373
|
2010-07-12 07:24:21 +02:00 |
|
José Valim
|
b9c0676a01
|
Get rid of deprecation warnings.
|
2010-04-15 08:43:39 +02:00 |
|
José Valim
|
b2a50db1df
|
Fix a bug with STI. Closes #195.
|
2010-04-15 08:34:57 +02:00 |
|
José Valim
|
1c5d4771ff
|
Initial work on making the authentication stack more flexible.
|
2010-03-29 16:13:19 +02:00 |
|
José Valim
|
ca4e09390e
|
Compatibility with Ruby 1.9.1 and 1.9.2.
|
2010-03-26 11:27:19 +01:00 |
|
José Valim
|
12b64c691f
|
Add support to multipart e-mails (just put them in your mailers folder) and headers customization by simply defining headers_for in your model.
|
2010-03-26 10:01:24 +01:00 |
|
Josh Kalderimis
|
4d3a3ceb43
|
added test to confirm order in ALL is being adhered to when adding and including module in model
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-03-26 09:31:25 +01:00 |
|
José Valim
|
3f0bae1968
|
Allow to give :skip in devise_for to skip routes for an specific controller.
|
2010-03-12 09:54:57 +01:00 |
|
Carlos Antonio da Silva
|
6b837cb285
|
Introducing Registerable module, allowing users to sign up.
|
2010-02-04 20:08:38 -02:00 |
|
José Valim
|
66f4cfd3eb
|
Clean up tests.
|
2010-01-13 19:53:12 +01: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
|
d2fa737aa0
|
introducing lockable implementation
|
2010-01-01 17:57:35 -02:00 |
|
José Valim
|
0819f87255
|
Test different ORMs
|
2009-12-21 15:29:58 +01:00 |
|
José Valim
|
e1c2e45f97
|
Extract Activatable from Confirmable, so if you need to active your account through other means, you can still do so and ensure cherry pick works as expected.
|
2009-12-20 13:53:53 +01:00 |
|
José Valim
|
c05b8cf2ce
|
Rename :timeout to :timeout_in and release gem again.
|
2009-11-25 00:11:49 -02:00 |
|
José Valim
|
f9c5dd6a79
|
Added trackable for sign_in_count, sign_in_at and sign_in_ip.
|
2009-11-24 15:18:42 -02:00 |
|
Carlos Antonio da Silva
|
91c184d69f
|
Fixing tests after merge
|
2009-11-23 23:01:01 -02:00 |
|
Carlos Antonio da Silva
|
10a70b8192
|
Updating timeoutable with last devise changes.
|
2009-11-23 23:01:00 -02:00 |
|
Carlos Antonio da Silva
|
099c77e867
|
Introducing timeoutable to timeout sessions without activity.
|
2009-11-23 23:01:00 -02:00 |
|
José Valim
|
39cf987b6b
|
Do not include :authenticatable by default (deprecation warning added) and release Devise 0.6.0.
|
2009-11-22 23:14:45 -02:00 |
|
José Valim
|
a016819de8
|
Ensure all encryptor returns a symbol. Get the class using encryptor_class.
|
2009-11-22 22:32:54 -02:00 |
|
José Valim
|
e7f809de3c
|
Do not require ActiveRecord to be loaded to use Devise.
|
2009-10-30 21:51:50 -02:00 |
|