Stan Hu
56fed052f8
Wrap logic for resetting token into instance method and add comments
2015-11-24 23:23:34 -08:00
Stan Hu
619128cb9b
Only clear the reset password token if the model has already been persisted
...
If a new user is created with a reset password token, the previous behavior
would automatically clear the token even when it was desired for setting
the password for the first time.
2015-10-02 12:30:57 -07:00
George Guimarães
9f37b6eff7
Merge pull request #3769 from xymbol/fix_typos
...
Fix typos
2015-09-30 19:39:49 -03:00
Adrian Mugnolo
2380612b6e
Fix typo: authenticatable
2015-09-30 19:32:44 -03:00
Adrian Mugnolo
c334179c95
Fix typo: successful
2015-09-30 19:31:49 -03:00
José Valim
827d009b3c
Merge pull request #3766 from nambrot/patch-1
...
Add missing comma
2015-09-28 17:28:41 +02:00
Nam Chu Hoai
56edeec958
Add missing comma
2015-09-28 11:25:03 -04:00
Lucas Mazza
7df57d5081
Merge pull request #3732 from posgarou/refactor/respond_to_helper_method
...
Wrap helper_method calls in respond_to?(:helper_method)
2015-09-26 11:05:30 -03:00
George Guimarães
2ccffc80b0
Merge pull request #3743 from plataformatec/fdf-add-code-of-conduct
...
Add a Code of Conduct
2015-09-08 00:02:47 -03:00
Flavia Fortes
797a19352c
Add a Code of Conduct
2015-09-07 23:59:51 -03:00
Ryan Mitchell
04e01f49a9
Use builtin matchers in helper tests
2015-08-31 09:58:25 -04:00
Ryan Mitchell
a3da40a701
Wrap helper_method calls in respond_to?(:helper_method)
2015-08-29 05:29:05 -04:00
Lucas Mazza
40258bf100
Remove the custom OmniAuth camelization on teardown.
2015-08-28 11:26:41 -03:00
Lucas Mazza
d3baff221d
Merge pull request #3730 from timoschilling/omin-auth-camelization
...
use OmniAuth::Utils.camelize
2015-08-28 10:57:20 -03:00
Timo Schilling
f5e984c151
use OmniAuth::Utils.camelize
...
This will display the provider name with the original camelization:
facebook => Facebook
github => GitHub
linkedin => LinkedIn
2015-08-28 07:51:37 +02:00
Lucas Mazza
6ed6e09bf3
Merge pull request #3642 from jphenow/add-password-change-notification
...
Add password change notification
2015-08-27 12:48:14 -03:00
Jon Phenow
05ccdfbacd
Merge branch 'add-password-change-notification' of github.com:jphenow/devise into add-password-change-notification
2015-08-27 10:43:51 -05:00
Jon Phenow
9bcc2d1c5f
CHANGELOG
2015-08-27 10:26:42 -05:00
Jon Phenow
211159f2eb
translation for mailer subject
2015-08-27 10:26:12 -05:00
Jon Phenow
ab141a8779
move model stubs
2015-08-27 10:26:12 -05:00
Jon Phenow
e9c82472ff
quick comment touch-ups
2015-08-27 10:26:12 -05:00
Jon Phenow
48ed2fd1aa
templates, config documentation
2015-08-27 10:26:12 -05:00
Jon Phenow
0fa74d863d
functionality
2015-08-27 10:26:12 -05:00
Jon Phenow
c744dcf07a
tests
2015-08-27 10:26:12 -05:00
Lucas Mazza
eb091b867f
Fix rails g devise:views -v mailer with the Simple Form generator.
...
Our Simple Form generator shouldn't be responsible for generating the `mailer`
view directory, so we should skip it and let the Erb generator do the job.
Closes #3254 .
2015-08-27 12:12:13 -03:00
Lucas Mazza
fb3568308e
Merge pull request #3707 from LimeBlast/master
...
modifys markerb templates to use markdown links, not html ones.
2015-08-27 10:28:02 -03:00
Lucas Mazza
93b8f01583
Merge pull request #3719 from dgynn/doc_api_change
...
Update docs for Devise::Models.config
2015-08-26 14:56:22 -03:00
Dave Gynn
068da8045b
update api docs for Models.config
...
config no longer takes a default value since 80699c58b4 .
also, :streches was moved to DatabaseAuthenticatable.
2015-08-21 00:50:31 -07:00
José Valim
b12658782f
Merge pull request #3717 from MarkMT/patch-2
...
Update comment on Devise.add_module
2015-08-21 09:18:19 +02:00
José Valim
3e87489c5b
Merge pull request #3715 from evopark/feature/enhance_failure_app_url_options
...
Use default_url_options from parent_controller
2015-08-21 09:15:56 +02:00
Marcus Ilgner
8aa0e2655e
Use default_url_options from parent_controller
...
Use a configured Devise.parent_controller, not ApplicationController
Also remove passing `*args` since it's a class-level attribute, not
a method.
2015-08-21 08:32:43 +02:00
MarkMT
155e23a73e
Update comment on Devise.add_module
...
The existing comment suggests that add_module is used only for modules that are not provided by Devise itself.
2015-08-20 19:17:52 -05:00
José Valim
359fba970e
Merge pull request #3713 from MarkMT/patch-1
...
Update comment on Devise.configure_warden
2015-08-19 10:04:31 +02:00
MarkMT
3a056f6d10
Update comment on Devise.configure_warden
...
The existing comment seems to be either outdated or obscure. I interpret it as meaning that configure_warden! is invoked by an 'initializer' block in class Devise::Engine, i.e. in lib/devise/rails.rb. However, as far as I can tell the only time the method is invoked is when ActionDispatch::Routing::RouteSet#finalize! is called, and this is aliased by devise to finalize_with_devise!.
2015-08-18 22:41:58 -05:00
José Valim
213aa51126
Merge pull request #3708 from dayweek/patch-1
...
Add removed method to CHANGELOG
2015-08-14 14:12:01 +02:00
David Hrachovy
8588387fad
Add removed method to CHANGELOG
...
my app failed to start because the method was removed. I think it makes sense to mention it here.
2015-08-14 14:02:57 +02:00
Daniel Hollands
8c6de852c6
modifys markerb templates to use markdown links, not html ones.
2015-08-13 13:57:01 +01:00
Carlos Antonio da Silva
52e35f69c5
Fix typo in changelo [ci skip]
...
Thanks @reedloden.
2015-08-10 20:39:22 -03:00
José Valim
d9939d1ea0
Release v3.5.2
v3.5.2
2015-08-10 14:46:36 +02:00
José Valim
703a0e0240
Merge pull request #3678 from OliveTreeBible/dctrotz-basic-auth-patch
...
Basic auth case insensitive pattern match
2015-08-10 14:14:06 +02:00
José Valim
48d8285344
Merge pull request #3699 from NeilvB/fix-line-break-edit-password
...
Remove unnecessary line break on edit password page.
2015-08-06 19:53:52 +02:00
Neil van Beinum
710496b6a8
Remove unnecessary line break on edit password page.
2015-08-06 18:21:34 +01:00
José Valim
2f45755e6c
Merge pull request #3695 from yakovenkodenis/minor_grammar_improvements_at_readme
...
Improve grammar on lines 189 and 352 in readme
2015-08-02 13:53:24 +02:00
Denis Yakovenko
021f2da1e4
Improve grammar on lines 189 and 352 in readme
2015-08-02 13:48:31 +03:00
José Valim
bc6361ab9b
Merge pull request #3661 from vincentwoo/plain_confirmation
...
Do not use digests for confirmation tokens
2015-07-30 11:43:10 +02:00
Vincent Woo
eb640ed344
Do not use digests for confirmation tokens
2015-07-30 01:55:50 -07:00
David Trotz
5c244d9e2b
Basic auth case insensitive pattern match
...
Allow basic authentication to be case insensitive as per the HTTP 1.1 spec RFC 2068 Section 11
> It uses an extensible, case-insensitive token to identify the authentication scheme, followed by a comma-separated list of attribute-value pairs which carry the parameters necessary for achieving authentication via that scheme.
We have a particular client in production that has basic auth hard-coded as `basic` rather than `Basic` and devise is rejecting perfectly fine credentials. Making this small change has allowed us to authenticate this client with no issues.
2015-07-16 10:58:59 -07:00
José Valim
e538f02f30
Merge pull request #3672 from deivid-rodriguez/remove_obsolete_unused_config
...
Remove obsolete unused `expire_auth_token_on_timeout` config
2015-07-11 19:35:29 +02:00
David Rodríguez
4064641967
Remove obsolete expire_auth_token_on_timeout
...
This should have been removed in dff7891b97
when token authentication (and the reset_authentication_token! method)
were removed.
2015-07-11 09:01:22 -03:00
David Rodríguez
c72be1531c
Keep Gemfile.lock in sync
...
Forgotten in b23f5223dd
2015-07-11 08:57:40 -03:00