index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
account_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let the mailer set the email content (#21421).
Jean-Philippe Lang
2016-03-20
1
-6
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Security notifications when password or email adress is changed (#21421).
Jean-Philippe Lang
2016-02-05
1
-0
/
+6
*
Typo: s/creditentials/credentials/ (#21861).
Jean-Philippe Lang
2016-01-30
1
-1
/
+1
*
Adds the "Hide my email address" option on the registration form (#21500).
Jean-Philippe Lang
2015-12-13
1
-0
/
+1
*
Use config.relative_url_root as the default path for session and autologin co...
Jean-Philippe Lang
2015-11-14
1
-1
/
+1
*
Set autologin cookie as secure by default when using https (#20935).
Jean-Philippe Lang
2015-10-07
1
-1
/
+5
*
Activate sudo mode after password based login (#20589).
Jean-Philippe Lang
2015-10-01
1
-0
/
+1
*
use String#casecmp for case insensitive comparison (#20369)
Toshi MARUYAMA
2015-08-12
1
-1
/
+1
*
Escape flash messages (#19117).
Jean-Philippe Lang
2015-02-17
1
-1
/
+1
*
Send password reset email to the email used in lost password form (#4244).
Jean-Philippe Lang
2015-01-17
1
-2
/
+5
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Redirect to back_url or referer when clicking "Sign in" while already logged-...
Jean-Philippe Lang
2014-01-25
1
-1
/
+1
*
Fixed that OpenID authentication fails with 422 error due to token verificati...
Jean-Philippe Lang
2013-12-21
1
-0
/
+8
*
Option to force a user to change his password (#3872).
Jean-Philippe Lang
2013-08-05
1
-1
/
+1
*
Adds the email address to the flash message after registeration.
Jean-Philippe Lang
2013-06-09
1
-1
/
+1
*
Adds a way for a registered user to get a new action email (#14228).
Jean-Philippe Lang
2013-06-09
1
-9
/
+48
*
code layout cleanup AccountController#open_id_authenticate
Toshi MARUYAMA
2013-03-06
1
-4
/
+4
*
Adds autologin param in openid return_to url (#3371).
Jean-Philippe Lang
2013-03-02
1
-1
/
+3
*
Fixed that autologin is broken when using a custom cookie name (#13335).
Jean-Philippe Lang
2013-03-02
1
-2
/
+1
*
Adds token finder methods.
Jean-Philippe Lang
2013-02-14
1
-2
/
+2
*
Use POST instead of GET for logging out (#13022).
Jean-Philippe Lang
2013-01-30
1
-2
/
+7
*
Don't use && return.
Jean-Philippe Lang
2013-01-20
1
-3
/
+3
*
Don't use && return.
Jean-Philippe Lang
2013-01-20
1
-3
/
+3
*
Safer find_by_ call.
Jean-Philippe Lang
2013-01-20
1
-2
/
+2
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Login link unexpected logs you out (#12611).
Jean-Philippe Lang
2013-01-05
1
-1
/
+3
*
Use browser language as default when registering.
Jean-Philippe Lang
2012-12-12
1
-1
/
+1
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
1
-3
/
+3
*
Fixed #onthefly_creation_failed broken by r9940 (#11850).
Jean-Philippe Lang
2012-09-17
1
-1
/
+1
*
Log successful authentications.
Jean-Philippe Lang
2012-08-07
1
-0
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-07-08
1
-0
/
+4
*
Code cleanup.
Jean-Philippe Lang
2012-07-07
1
-5
/
+11
*
Code cleanup.
Jean-Philippe Lang
2012-07-07
1
-4
/
+7
*
Use named routes.
Jean-Philippe Lang
2012-07-07
1
-5
/
+5
*
Fixed: Openid registration form should not require user to enter password (#1...
Jean-Philippe Lang
2012-07-07
1
-2
/
+5
*
replace Mailer deliver syntax to Rails3 style
Toshi MARUYAMA
2012-05-05
1
-3
/
+3
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Fixed openid redirect.
Jean-Philippe Lang
2012-04-29
1
-1
/
+1
*
Adds the ability for users to delete their own account (#10664). Can be disab...
Jean-Philippe Lang
2012-04-15
1
-8
/
+0
*
Friendly response when the LDAP connection fails.
Jean-Philippe Lang
2012-02-19
1
-0
/
+3
*
Removed unsafe attributes assignment.
Jean-Philippe Lang
2012-02-05
1
-1
/
+2
*
Fixed registration form broken by r8479.
Jean-Philippe Lang
2012-02-05
1
-1
/
+1
*
remove trailing white-spaces from app/controllers/account_controller.rb.
Toshi MARUYAMA
2011-08-31
1
-18
/
+17
*
Set the httponly flag on the autologin cookie.
Jean-Philippe Lang
2011-01-23
1
-1
/
+2
*
Makes the autologin cookie configurable (#1763).
Jean-Philippe Lang
2011-01-23
1
-2
/
+13
*
Refactor: Add methods to User to edit the encapsulate the status field.
Eric Davis
2010-08-03
1
-6
/
+6
*
Do not reset session when a non logged in user request the login form (#4958).
Jean-Philippe Lang
2010-03-12
1
-3
/
+5
*
Refactor: Extract method
Eric Davis
2010-03-04
1
-6
/
+9
[next]