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 |
|
José Valim
|
2e61e52520
|
Fix failing test.
|
2011-05-23 18:22:32 +02:00 |
|
José Valim
|
75490d0375
|
Merge pull request #1085 from pechkin/master
Devise.mailer
|
2011-05-23 08:05:38 -07:00 |
|
Artem Pechenyi
|
0fbe4cb6b9
|
fix reference storage to support new and old class cache api
|
2011-05-23 17:29:10 +03:00 |
|
José Valim
|
d2b3f49384
|
Merge pull request #1067 from naomik/master
added ability to override redirect_to path after sending reset password instructions
|
2011-05-20 11:12:35 -07:00 |
|
José Valim
|
136992b8df
|
Merge pull request #1070 from joshk/filter_auth_params_fix
dup the conditions hash before calling filter_auth_params, this fixes an
|
2011-05-20 11:07:34 -07:00 |
|
José Valim
|
a130f848f2
|
Let's run on rubinius again.
|
2011-05-18 14:13:33 -04: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 |
|
naomi
|
d56741ca4f
|
added ability to override redirect_to path after sending reset password instructions
|
2011-05-13 11:39:11 -05:00 |
|
José Valim
|
50a5ad54ce
|
Merge pull request #1051 from rymai/patch-1
Remove :anybody_signed_in? from the controller helpers
|
2011-05-06 02:59:59 -07: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 |
|
José Valim
|
e763f843c4
|
Tests pass on 3.0.7
|
2011-05-04 19:24:11 +02:00 |
|
José Valim
|
b5732e31c6
|
Bump to 3.0.7.
|
2011-05-04 19:24:11 +02:00 |
|
José Valim
|
ea24ffdd51
|
Merge pull request #1046 from fschwahn/do-not-follow.
respect do not track headers in trackable
|
2011-05-04 06:29:52 -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
|
7e79ed6d4e
|
Update CHANGELOG.
|
2011-04-29 14:17:33 +02:00 |
|
José Valim
|
b5190d8df2
|
Refactor.
|
2011-04-29 14:11:47 +02:00 |
|
José Valim
|
b03c93c4fe
|
Merged pull request #1041 from ecarnevale/master.
fix for issues #999: HTTP_ACCEPT=*/* should redirect to the default location
|
2011-04-29 05:03:50 -07: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
|
fd8e34650e
|
Make copy of resource only for update action
|
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
|
64cf8a4534
|
Update CHANGELOG.
|
2011-04-21 19:20:48 +02: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
|
f152860bc5
|
Update CHANGELOG.
|
2011-04-21 14:00:47 +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
|
a229627a54
|
Removed failing test cases on e-mail validations
|
2011-04-19 20:16:20 +08: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.
v1.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
|
a722c6236c
|
to_json does not guarantee the order.
|
2011-04-18 13:03:31 +02:00 |
|
José Valim
|
14aedc416a
|
Wording.
|
2011-04-18 10:03:39 +02:00 |
|
José Valim
|
9fe0cb4954
|
use @example.com
|
2011-04-18 10:00:00 +02:00 |
|
SixArm
|
2a5669967f
|
Change test email addresses to ues RFC 2606 reserved domain example.com
|
2011-04-18 15:59:13 +08:00 |
|
durrantm
|
13376d22de
|
Edited README.rdoc via GitHub
|
2011-04-18 15:58:40 +08:00 |
|
José Valim
|
6b21531916
|
Update CHANGELOG.
|
2011-04-18 09:56:44 +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 |
|