Wael Nasreddine
|
72bb33f962
|
Rails has remove SecureRandom from ActiveSupport in Rails 3.2, deprecated in 3.1
Since it has been deprecated, this patch favors SecureRandom on ActiveSupport::SecureRandom
|
2011-05-23 15:34:09 -07:00 |
|
Artem Pechenyi
|
0fbe4cb6b9
|
fix reference storage to support new and old class cache api
|
2011-05-23 17:29:10 +03:00 |
|
Josh Kalderimis
|
e10bc9e3c0
|
dup the conditions hash before calling filter_auth_params, this fixes an issue with reseting your password when using a custom auth field like login
|
2011-05-16 14:08:22 -04:00 |
|
Rémy Coutable
|
9dcb44ba61
|
:anybody_signed_in? helper was deprecated in 73669e09c8 and removed in fe5ef25614 but not removed from the #helper_method call.
|
2011-05-06 02:46:23 -07:00 |
|
fabian
|
56f7fbf2d1
|
use 'devise.skip_trackable' instead of DNT headers
|
2011-05-04 15:21:12 +02:00 |
|
fabian
|
89b53ea39c
|
respect do not track headers in trackable
|
2011-05-04 14:44:37 +02:00 |
|
Hugo Baraúna
|
9cc69277bc
|
Fixes a little typo.
|
2011-04-29 11:26:12 -07:00 |
|
José Valim
|
b5190d8df2
|
Refactor.
|
2011-04-29 14:11:47 +02:00 |
|
Emanuel Carnevale
|
8e12ddf7ed
|
fix for issues #999: HTTP_ACCEPT=*/* should redirect to the default location
|
2011-04-29 13:22:52 +02:00 |
|
José Valim
|
4fd866d113
|
User cannot access sign up and similar pages if he is already signed in through a cookie or token, closes #1036.
|
2011-04-29 08:56:57 +02:00 |
|
José Valim
|
a59410a254
|
password_required? should not affect length validation, closes #1037.
|
2011-04-29 08:33:33 +02:00 |
|
José Valim
|
b1a27ad633
|
Allow controllers to be given as symbols.
|
2011-04-25 10:00:28 +02:00 |
|
Chase DuBois
|
4a3ad7f348
|
Use updated Mongoid gem and remove #destroyed?
|
2011-04-25 15:50:00 +08:00 |
|
Chase DuBois
|
89e4ab8a45
|
Moved check against record deletion into forget_me! method in model; added unit test.
|
2011-04-25 15:49:59 +08:00 |
|
Chase DuBois
|
e26c8ce499
|
Use #persisted? instead of #frozen? to check whether #forget_me should attempt to clear remember token from database
|
2011-04-25 15:49:59 +08:00 |
|
José Valim
|
ae976f60ca
|
Mark the token as expired, because invalid gives no clue of what to do next.
|
2011-04-21 19:17:33 +02:00 |
|
José Valim
|
40153b7422
|
Add tests to previous commit.
|
2011-04-21 13:56:10 +02:00 |
|
Alexander Dreher
|
fdfe6a8340
|
Fixes error on missing reset_password_sent_at column.
If the column is not present, you are unabled to reset your password.
|
2011-04-21 19:51:12 +08:00 |
|
Carlos Antonio da Silva
|
79c100008a
|
Remove old OmniAuth test helpers
|
2011-04-19 13:13:29 -03:00 |
|
José Valim
|
f132c7891b
|
Update CHANGELOG, bump to 1.4.0.dev.
|
2011-04-19 14:24:33 +02:00 |
|
José Valim
|
bdad984ace
|
Use Devise::Email::EXACT_PATTERN.
|
2011-04-19 14:22:14 +02:00 |
|
Rodrigo Flores
|
0b598cf132
|
Changed the e-mail validation regex
|
2011-04-19 20:16:19 +08:00 |
|
Rodrigo Flores
|
0e657eece1
|
Added email validation regexes
|
2011-04-19 20:16:19 +08:00 |
|
José Valim
|
b6cf1df659
|
Release 1.3.1.
|
2011-04-19 10:39:56 +02:00 |
|
José Valim
|
29afe2d21c
|
Other minor improvements in the REST code.
|
2011-04-19 08:36:52 +02:00 |
|
José Valim
|
9fe0cb4954
|
use @example.com
|
2011-04-18 10:00:00 +02:00 |
|
José Valim
|
4a4dcb30ef
|
sessions/new also responds to xml and json now
|
2011-04-18 09:56:24 +02:00 |
|
José Valim
|
2cfa58b433
|
Create shared_helpers for duplicated logic in Devise controllers and failure app.
|
2011-04-17 19:43:54 +02:00 |
|
José Valim
|
c6dd846718
|
Move the catch to the test level.
|
2011-04-17 19:37:19 +02:00 |
|
Andre Arko
|
e5a8febe3b
|
Change the XML error tag from <hash> to <errors>. Makes way more sense.
|
2011-04-17 23:54:06 +08:00 |
|
Steve Hodgkiss
|
60809719b8
|
Fix bug when the reset_password_sent_at field doesn't exist generate_password_token returns nil causing the token not to be saved.
|
2011-04-17 23:53:50 +08:00 |
|
José Valim
|
460beae671
|
Release 1.3.0.
|
2011-04-16 13:31:50 +02:00 |
|
José Valim
|
fa6c8ab321
|
Use inflector to avoid conflicts.
|
2011-04-16 13:30:15 +02:00 |
|
José Valim
|
8f3539c14f
|
Don't include the same module several times, closes #765.
|
2011-04-16 13:16:47 +02:00 |
|
Jack Dempsey
|
567d59e48a
|
update verbiage to be more concise
|
2011-04-16 19:16:33 +08:00 |
|
Jack Dempsey
|
f89f71262d
|
require_no_authentication now sets flash with I18n message
|
2011-04-16 19:16:33 +08:00 |
|
José Valim
|
5e2ee5eb6a
|
Downcase keys before validation.
|
2011-04-16 12:52:59 +02:00 |
|
José Valim
|
34a54dac2d
|
Simply check instead or rescueing.
|
2011-04-16 12:43:43 +02:00 |
|
Mikel Lindsaar
|
e329930a82
|
Update DatabaseAuthenticatable#valid_password? to not raise error on empty password
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-04-16 12:41:49 +02:00 |
|
Matias Korhonen
|
8db00eedea
|
Bump the password maximum length to 128 characters.
|
2011-04-15 16:39:01 +08:00 |
|
José Valim
|
f009011179
|
Update docs.
|
2011-04-15 10:31:58 +02:00 |
|
Timo Schilling
|
5adb854aa5
|
add devise_for :only option
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-04-15 10:31:01 +02:00 |
|
José Valim
|
140acfe4cc
|
Improve error message, closes #974.
|
2011-04-09 22:52:31 +02:00 |
|
Jared Beck
|
cb2cb2cff7
|
more helpful message re: secret_token
|
2011-04-10 04:47:55 +08:00 |
|
José Valim
|
30300fc6b9
|
Add a test that ensures validation options work.
|
2011-04-09 22:47:06 +02:00 |
|
José Valim
|
de8982563a
|
Always use :erb.
|
2011-04-05 22:06:27 +02:00 |
|
José Valim
|
eeb61929ac
|
Be sure request.format is not nil (only reproducible in Rails < 3.0.4).
|
2011-04-04 07:04:32 -07:00 |
|
José Valim
|
56fd7031e5
|
Edited lib/generators/devise/views_generator.rb via GitHub
|
2011-04-04 02:48:41 -07:00 |
|
José Valim
|
425fe7f22d
|
Remove old autoload.
|
2011-04-01 02:42:06 -07:00 |
|
José Valim
|
ed51fc7636
|
Tidy up previous commits.
|
2011-03-30 15:35:38 +02:00 |
|