Samuel Cochran
|
14fec4cfb3
|
Add #authenticated and #not_authenticated route constraints
|
2011-06-18 15:53:46 +08:00 |
|
José Valim
|
4bcd1c6fcd
|
Add script so we can skip mongoid tests.
|
2011-06-17 11:04:15 -03:00 |
|
José Valim
|
84e1a89c44
|
Fix failing tests.
|
2011-06-17 10:46:39 -03:00 |
|
José Valim
|
e0162df465
|
Merge pull request #1145 from macmartine/master
Added support for Devise routes to honor constraints.
|
2011-06-17 06:27:05 -07:00 |
|
Mac Martine
|
7631456047
|
Added support for Devise routes to honor constraints.
|
2011-06-16 21:24:20 -07:00 |
|
José Valim
|
2bc51ab2bd
|
Merge pull request #1143 from joshk/patch-1
the script section in the travis yml isn't needed
|
2011-06-16 08:21:45 -07:00 |
|
Josh Kalderimis
|
d23ecef831
|
the script section in the travis yml isn't needed as this is the default behavior
|
2011-06-16 07:44:50 -07:00 |
|
José Valim
|
c0017ce76d
|
Merge pull request #1138 from fschwahn/update_without_password
added update_without_password method, closes #801
|
2011-06-15 10:45:18 -07:00 |
|
José Valim
|
30f9da9d71
|
Update CHANGELOG.
|
2011-06-10 11:14:08 +02:00 |
|
José Valim
|
e242ca0937
|
Fix failing tests.
|
2011-06-10 11:10:56 +02:00 |
|
José Valim
|
17596b0dc6
|
Merge pull request #1126 from swrobel/master
Add option to strip extra whitespace from emails or other fields
|
2011-06-10 01:45:43 -07:00 |
|
Stefan Wrobel
|
8e87a2d80d
|
Add strip_whitespace_keys which works like case_insensitive_keys but strips whitespace from emails
|
2011-06-10 01:37:43 -07:00 |
|
José Valim
|
4964f53a42
|
Merge pull request #1092 from xavier/filterwhitelist
Conditional string conversion of auth params (Closes #1079)
|
2011-06-08 08:39:53 -07:00 |
|
José Valim
|
6250fa8529
|
Revert "Merge pull request #1103 from Mab879/master"
This reverts commit 944e1c0378, reversing
changes made to 97659a1193.
|
2011-06-08 17:37:49 +02:00 |
|
José Valim
|
944e1c0378
|
Merge pull request #1103 from Mab879/master
Controller Generator
|
2011-06-08 08:34:07 -07:00 |
|
Matthew Burket
|
4f446241a4
|
Added Controller Generator and tests to go along with it.
|
2011-05-30 23:07:20 -05:00 |
|
José Valim
|
97659a1193
|
Merge pull request #1099 from paulbellamy/master
Changing references to SecureRandom in generators and encryptable_test
|
2011-05-28 07:52:09 -07:00 |
|
Paul Bellamy
|
0bcf71f8df
|
Rails has removed SecureRandom from ActiveSupport in Rails 3.2,
deprecated
* Changing references in generators and encryptable_test
|
2011-05-28 14:44:54 +01:00 |
|
Xavier Defrang
|
ab3bb9cf4d
|
Conditional string conversion of auth params (Closes #1079)
|
2011-05-26 15:45:03 +02:00 |
|
José Valim
|
69126a31db
|
Merge pull request #1052 from Thibaut/email-validation
Don't validate email format and uniqueness unless it's changed
|
2011-05-26 05:24:45 -07:00 |
|
José Valim
|
03e3803cff
|
Merge pull request #1089 from skojin/master
support for named/dedicated openid
|
2011-05-24 13:33:32 -07:00 |
|
Sergey Kojin
|
58f8c7c613
|
support for named omniauth open_id strategies
|
2011-05-25 00:15:24 +04:00 |
|
José Valim
|
acd1c76c3b
|
Merge pull request #1087 from eMxyzptlk/patch-2
Rails has removed SecureRandom from ActiveSupport in Rails 3.2, deprecated
|
2011-05-23 23:49:59 -07:00 |
|
Wael Nasreddine
|
4c8cc5e3f3
|
SecureRandom is available since Ruby 1.8.7, remove the unnecessary defined? check.
|
2011-05-24 08:29:15 +02:00 |
|
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 |
|
Thibaut
|
92c9ed2d6c
|
Don't validate email format and uniqueness unless it's changed.
|
2011-05-07 19:02:44 +02: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 |
|
fabian
|
8bdc4b544f
|
added update_without_password method
|
2011-05-05 09:24:21 +02: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 |
|