José Valim
|
bad6049d73
|
Allow :failure_app as configuration in devise_for.
|
2011-11-07 09:20:09 -02:00 |
|
José Valim
|
24b26026ef
|
Delegator now checks the mapping for the proper failure app.
|
2011-11-07 09:20:09 -02:00 |
|
José Valim
|
4629beecd7
|
Cache failure_app action builder and pipe call through delegator.
|
2011-11-07 09:20:09 -02:00 |
|
Vasiliy Ermolovich
|
493ddbd99e
|
change method should be instance method. closes #1345
|
2011-11-06 16:15:17 +03:00 |
|
Vasiliy Ermolovich
|
f00d9c5eff
|
generate migrations with new .change method for rails >= 3.1. closes #1345
|
2011-11-06 15:47:34 +03:00 |
|
José Valim
|
e9c263c326
|
Merge pull request #1418 from locomotivecms/simple_scoped_mailer
Re-define the devise mailer inside a model
|
2011-11-06 01:38:08 -08:00 |
|
José Valim
|
1bace6df4e
|
Be sure to expire cached devise data after sign in, closes #1411
|
2011-11-05 20:11:09 -02:00 |
|
José Valim
|
0439c35198
|
Simplify active_for_authentication? checking.
|
2011-11-05 19:54:40 -02:00 |
|
José Valim
|
a816e538ab
|
Fix bug where activation messages were shown first than the credentials error message, closes #1410
|
2011-11-05 19:47:58 -02:00 |
|
did
|
bbd117bd92
|
implementation of a much simpler solution
|
2011-11-05 16:53:27 +01:00 |
|
José Valim
|
d448e7d841
|
Timeoutable also skips tracking if skip_trackable is given
|
2011-10-25 18:43:48 +02:00 |
|
José Valim
|
6fcfba229d
|
Improve docs for update_without_password.
|
2011-10-25 18:43:48 +02:00 |
|
José Valim
|
d525636423
|
Merge pull request #1398 from salidux/master
Trackable don't work properly behind a proxy
|
2011-10-22 10:51:19 -07:00 |
|
José Valim
|
6079a025ca
|
Fix doc typo.
|
2011-10-21 13:38:39 +03:00 |
|
salidux
|
60822641cb
|
fix to obtain user original IP in a proxyed environment
|
2011-10-19 22:23:04 -02:00 |
|
José Valim
|
fac02b58bc
|
Another attempt to fix the misterious loading helpers bug.
|
2011-10-18 08:35:50 +02:00 |
|
Derek Kastner
|
c9902f34d1
|
Intelligent OmniAuth strategy loader
|
2011-10-17 13:42:40 -04:00 |
|
José Valim
|
2a5ad4664b
|
Change all paranoid settings to behave as success instead of as failure, closes #1375.
|
2011-10-15 10:52:00 +02:00 |
|
Jim Herzberg
|
b98720d324
|
jh - reworking paranoid mode in passwords controller
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-10-15 10:45:33 +02:00 |
|
Derek Kastner
|
3f0b5fbd71
|
Support for OmniAuth 1.0.0
|
2011-10-14 21:31:17 -04:00 |
|
Brian Rose
|
7f754caba3
|
Merge branch 'master' into updates
|
2011-10-12 10:56:08 -06:00 |
|
José Valim
|
96f55a7ac7
|
Update docs and CHANGELOG.
Conflicts:
CHANGELOG.rdoc
|
2011-10-10 14:45:30 +02:00 |
|
José Valim
|
990dcc8eef
|
Try to fix the misterious case where some url helpers are not defined.
|
2011-10-09 11:50:48 +02:00 |
|
Bounmy Stephane
|
76bff0d4de
|
removed Gemfile's injection
by default : Markerb define then markerb email views generated otherwise
erb
|
2011-09-30 22:41:02 -07:00 |
|
José Valim
|
59f2767345
|
Remove deprecated code and tests.
|
2011-09-29 13:11:12 +02:00 |
|
José Valim
|
bba6562dcc
|
after_sign_in_path_for now redirects to session[scope_return_to] if any value is stored in it
|
2011-09-29 13:07:13 +02:00 |
|
José Valim
|
f3aa5e40fb
|
Update CHANGELOG and bump up to 1.5.0.dev
|
2011-09-29 12:52:56 +02:00 |
|
José Valim
|
1e2dab3c0c
|
Assume status 401 if action finishes without status code and no exception, closes #1316.
|
2011-09-29 12:28:32 +02:00 |
|
José Valim
|
bc8fc2d4e4
|
Allow idempotent API requests, closes #1309.
|
2011-09-29 11:35:18 +02:00 |
|
José Valim
|
bc2a311a38
|
Rails is going to load the routes anyway, so we don't need this.
|
2011-09-24 03:13:39 +03:00 |
|
José Valim
|
f19955705f
|
Avoid loading routes if we are actually precompiling assets.
|
2011-09-22 21:56:18 +03:00 |
|
José Valim
|
e4902af15a
|
Release 1.4.7 with a backward compatibility fix.
|
2011-09-22 11:51:58 +02:00 |
|
José Valim
|
ab9d856568
|
Add a deprecation warning for previous controller authorization style.
|
2011-09-22 11:51:09 +02:00 |
|
José Valim
|
dd1d128333
|
Edited lib/generators/templates/devise.rb via GitHub
|
2011-09-21 12:58:10 -07:00 |
|
Bounmy Stephane
|
a629654a15
|
ensure that the gem markerb entry is not duplicated in the gemfile
|
2011-09-14 20:20:20 -07:00 |
|
José Valim
|
08a8d7bf51
|
Prepare for 1.4.6
|
2011-09-14 16:54:15 -07:00 |
|
José Valim
|
335d36088f
|
Instead of depending on mapping.controller[:session], make it explicit when we allow auth from params.
|
2011-09-14 16:52:28 -07:00 |
|
José Valim
|
0b9a95e294
|
Allow --skip-routes to devise generator.
|
2011-09-14 16:52:28 -07:00 |
|
José Valim
|
98acc84111
|
Allow options to be passed to authenticate_user!
|
2011-09-14 16:52:28 -07:00 |
|
José Valim
|
261c01dfa3
|
Allow :skip => :all
|
2011-09-14 16:52:28 -07:00 |
|
Bounmy Stephane
|
dbda19f658
|
implemented markerb templates
|
2011-09-13 22:56:50 -07:00 |
|
Bounmy Stephane
|
8067022d98
|
added injection of markerb in Gemfile
|
2011-09-13 22:50:39 -07:00 |
|
Bounmy Stephane
|
72ba56b071
|
generate markerb views with "--markerb" instead of "-m markerb"
|
2011-09-13 21:46:46 -07:00 |
|
Bounmy Stephane
|
30046f35d7
|
moved markerb views to lib/generator/templates/markerb
using 2 different generator for erb and markerb
|
2011-09-13 21:42:10 -07:00 |
|
Bounmy Stephane
|
10451e9e38
|
added mailviewsgenerator
now mail generator can copy markerb or erb mail template views
|
2011-09-13 00:19:48 -07:00 |
|
Oleg Shparber
|
df3e711ee0
|
Typo
|
2011-09-09 12:46:35 +03:00 |
|
José Valim
|
263e903046
|
Release v1.4.5
|
2011-09-08 23:55:27 +02:00 |
|
José Valim
|
7b0a8f9bdc
|
Also try the root route for convenience, closes #1312.
|
2011-09-08 08:32:05 +02:00 |
|
José Valim
|
dd36324756
|
No need to finalize Devise helpers all the time, closes #1317
|
2011-09-08 08:31:08 +02:00 |
|
James Cook
|
edcca8cd3f
|
DatabaseAuthenticatable#clean_up_passwords should set accessors to nil, not empty string.
|
2011-09-02 13:14:15 -04:00 |
|