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 |
|
José Valim
|
c95ca15b49
|
Edited lib/devise.rb via GitHub
|
2011-09-02 13:35:31 +03:00 |
|
José Valim
|
071f54ac59
|
Release v1.4.4 with a fix for those using :skip in routes.
|
2011-08-31 16:45:12 +02:00 |
|
José Valim
|
8796c1c601
|
Do not always skip helpers, instead provide :skip_helpers as option to trigger it manually
|
2011-08-31 12:02:57 +02:00 |
|
Brian Rose
|
5a820262f9
|
Fix double-submit reconfirmation bug
Previously, if a user submitted their new email twice, they would bypass
the reconfirmation requirement and wind up auto-confirmed.
|
2011-08-30 22:19:18 -06:00 |
|
Brian Rose
|
3906456993
|
Clean up copy and use the Devise API a bit better.
|
2011-08-30 22:19:18 -06:00 |
|
Brian Rose
|
a1407565c8
|
Selectively add reconfirmable field in tests when necessary.
|
2011-08-30 22:19:18 -06:00 |
|
Brian Rose
|
a7c5a2e65d
|
Fix up implementation of reconfirmable.
|
2011-08-30 22:19:17 -06:00 |
|
mandaryn
|
10ac4dbc35
|
reconfirmable uniqueness validations
|
2011-08-30 22:19:17 -06:00 |
|
mandaryn
|
6469cbc62a
|
renamed confirmation_on_email_change property to reconfirmable and added reconfirmable explanations
|
2011-08-30 22:19:17 -06:00 |
|
mandaryn
|
1961de6b5d
|
Add email confirmation when it is changed by a user
|
2011-08-30 22:19:17 -06:00 |
|
José Valim
|
ef4eb47d50
|
Release v1.4.3 with improve Rails 3.1 compatibility.
|
2011-08-30 14:35:19 +02:00 |
|
José Valim
|
4222afe3c7
|
Tidy up latest commits, update CHANGELOG.
|
2011-08-30 10:50:40 +02:00 |
|
José Valim
|
79d89a3c20
|
Merge pull request #1297 from seanski/master
Patch for Issue 1259 -- New
|
2011-08-30 01:44:30 -07:00 |
|