Vasiliy Ermolovich
aca8d3f34c
regenerate confirmation token on reconfirmation, closes #1530
2011-12-31 14:22:58 +03:00
José Valim
f712d07b23
Merge pull request #1516 from jm81/master
...
Move "include Devise::Models::Authenticatable" inside devise_modules_hook! call
2011-12-20 14:00:36 -08:00
Jared Morgan
f8ea5e0942
move include Devise::Models::Authenticatable inside devise_modules_hook! call
...
This allows alternate ORMs to run compatibility setup code before
Authenticatable is included.
The particular issue for dm-devise is that DataMapper does not have a
before_validation method, which is called when Authenticatable is included
(as of plataformatec/devise@bd27bf76 ). dm-devise adds before_validation in
it's devise_modules_hook!
2011-12-20 15:52:26 -06:00
José Valim
89db0dd44d
Do not run validatins unless on reconfirmable branch, closes #1515 .
2011-12-20 20:54:49 +01:00
José Valim
94e5a589b6
Update README.rdoc
v2.0.0.rc
2011-12-19 13:35:54 +01:00
José Valim
2dbb23f973
Update README.rdoc
2011-12-19 13:34:31 +01:00
José Valim
b71028dc73
Add a note to the README.
2011-12-19 13:33:33 +01:00
José Valim
f5aab14766
Release Devise 2.0.0.rc.
2011-12-19 13:31:24 +01:00
José Valim
273c5e99c1
Add space between messages.
2011-12-19 13:30:33 +01:00
José Valim
7ba37b5dc0
Improve messages.
2011-12-19 13:21:17 +01:00
José Valim
059d3856cf
Update CHANGELOG.
2011-12-19 12:58:34 +01:00
José Valim
9dbd265fdd
Update messages.
2011-12-19 12:55:41 +01:00
José Valim
09ae63f822
Update CHANGELOG.rdoc
2011-12-19 12:32:32 +01:00
José Valim
5a245b3d55
Merge pull request #1508 from spagalloco/patch-1
...
Fixed gemnasium link in README to link to the web page and not the image
2011-12-12 13:57:06 -08:00
Steve Agalloco
7d3b16fe73
Fixed gemnasium link in README to link to the web page and not the image
2011-12-12 15:08:13 -05:00
José Valim
fd85b25d29
PathChecker should not attempt to validate invalid routes, closes #1505
2011-12-12 11:35:41 +01:00
José Valim
5eebf74f69
Fix a bug where passing :format => false to devise_for was permanent, closes #1504
2011-12-12 09:25:19 +01:00
José Valim
5a11c6597c
Usage of Devise.stateless_token= is deprecated in favor of appending :token_auth to Devise.skip_session_storage
2011-12-11 20:39:41 +01:00
José Valim
930b324c15
Usage of confirm_within was deprecated in favor allow_unconfirmed_access_for
2011-12-11 20:18:02 +01:00
José Valim
d952dea32b
Remove the code that was dynamically adding columns to active record
2011-12-11 20:07:50 +01:00
José Valim
9a6ac7ab69
Add confirmable to admin.
2011-12-11 20:07:50 +01:00
José Valim
df43ee640d
Add Gemfile back to repository.
2011-12-11 20:07:50 +01:00
José Valim
309b57f4ea
Merge pull request #1496 from laserlemon/patch-1
...
Add dependency status to README
2011-12-10 14:29:36 -08:00
José Valim
cc839caba5
Update CHANGELOG, rename method.
2011-12-10 23:28:23 +01:00
Steve Richert
d734648b15
Add dependency status to README
2011-12-09 15:46:52 -05:00
José Valim
006400905b
Merge pull request #1493 from nashby/fix-issue-1486
...
redirect users to sign in page after unlock, closes #1486
2011-12-08 11:13:24 -08:00
Vasiliy Ermolovich
1e1e964d25
redirect users to sign in page after unlock, closes #1486
2011-12-08 22:06:09 +03:00
José Valim
263e0b7692
Fix failing test.
2011-12-07 13:23:55 +01:00
José Valim
01d4d0131b
Merge pull request #1489 from dmitriy-kiriyenko/fix_delegator
...
Fix taking associated failure app from the scope in the given env.
2011-12-07 04:12:26 -08:00
Dmitriy Kiriyenko
f41e4befde
Fix taking associated failure app from the scope in the given env.
...
There is a delegator to get failure app, introduced in 4629bee and tuned
in 24b26026 . The latter commit introduced a bit of logic, however, no
tests are included into commit. Needless to say this resulted in a
broken code.
The point is that `env["warden.options"][:scope]` returns a string.
However, `Devise.mappings` is a hash with symbol keys.
Adding tests and converting scope to symbol here.
2011-12-07 14:09:00 +02:00
Rodrigo Flores
94fca31be8
Improving the unconfirmed message
2011-12-06 09:24:06 -02:00
Rodrigo Flores
19db459fca
typo
2011-12-06 08:35:02 -02:00
José Valim
7693173ecd
Final tidy up on removing schema helpers.
2011-12-05 12:17:02 +01:00
José Valim
a0294cbae8
Improve fields.
2011-12-05 12:02:25 +01:00
José Valim
1cf008cbe3
Remove apply schema from mongoid as well.
2011-12-05 11:48:27 +01:00
José Valim
87b84ffded
Remove schema fields from Devise.
2011-12-05 11:28:04 +01:00
José Valim
035e56215d
Enable reconfirmable by default and disable apply_schema.
2011-12-05 00:03:53 +01:00
José Valim
fa4d420fdb
Update CHANGELOG.
2011-12-05 00:01:25 +01:00
José Valim
bd27bf7677
Deprecate and disable old behavior accumulated with time.
2011-12-04 23:58:19 +01:00
José Valim
03d9ebb56e
Merge branch 'reconfirm'
2011-12-04 22:19:07 +01:00
José Valim
113b48a2ad
Update CHANGELOG.
2011-12-04 22:18:58 +01:00
José Valim
6aed8f1c87
Clean up reconfirmable behavior.
2011-12-04 22:14:44 +01:00
José Valim
6d681c5b8a
Merge remote-tracking branch 'heimidal/updates' into reconfirm
...
Conflicts:
lib/devise/models/confirmable.rb
test/support/helpers.rb
2011-12-04 20:58:41 +01:00
José Valim
b3034292f2
Ensure admin is running with manual lock strategy.
2011-12-01 13:19:05 +01:00
Rodrigo Flores
4243791b47
Bumping to 1.5.2
2011-11-30 07:19:12 -02:00
Rodrigo Flores
b79c69140d
Adding myself to the team! w00t!
2011-11-30 07:19:12 -02:00
José Valim
ede004169c
Merge pull request #1462 from lest/timeout-in-method
...
implement dynamic value for timeout_in as a model method instead of a proc
2011-11-25 00:27:18 -08:00
lest
37dad2172b
implement dynamic value for timeout_in as a model method instead of a proc
2011-11-25 11:01:42 +03:00
José Valim
c8c471a128
Merge pull request #1461 from lest/fix-readme-mongodb-version
...
fix mongodb version required to run tests in readme
2011-11-24 14:48:26 -08:00
lest
f72ff72c0c
fix mongodb version required to run tests in readme
2011-11-24 22:10:42 +03:00