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
*
Drop OpenID support (#35755).
Go MAEDA
2021-12-14
1
-57
/
+2
*
Add SameSite=Lax to cookies to fix warnings in web browsers (#35226).
Go MAEDA
2021-05-27
1
-0
/
+1
*
Users without two-factor authentication enabled cannot sign out when two-fact...
Go MAEDA
2021-04-16
1
-0
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Changes User.try_to_login to catch and log AuthSourceExceptions, and introduc...
Go MAEDA
2020-12-02
1
-1
/
+1
*
fix source indent of AccountController
Toshi MARUYAMA
2020-09-26
1
-2
/
+2
*
Backup codes for 2fa auth (#1237).
Go MAEDA
2020-08-29
1
-0
/
+3
*
Adds two factor authentication support (#1237).
Go MAEDA
2020-08-29
1
-2
/
+105
*
remove spaces inside {} of AccountController
Toshi MARUYAMA
2020-07-15
1
-3
/
+3
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Handles the case when an expired token is in the users session (#29781).
Go MAEDA
2018-10-28
1
-1
/
+7
*
Send emails asynchronously (#26791).
Jean-Philippe Lang
2018-10-10
1
-4
/
+4
*
Security notification on password recovery is empty (#28302).
Jean-Philippe Lang
2018-04-07
1
-1
/
+1
*
Fix: Strip whitespace from email addresses on lost password page (#27754).
Go MAEDA
2017-12-08
1
-1
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Render register page on all non-POST requests to account#register (#25653).
Jean-Philippe Lang
2017-05-13
1
-1
/
+1
*
Only perform login action on explicit POST (#25653).
Jean-Philippe Lang
2017-05-13
1
-3
/
+3
*
Adds methods to User model to handle tokens.
Jean-Philippe Lang
2017-04-04
1
-2
/
+2
*
spelling fixes (#25495)
Toshi MARUYAMA
2017-04-02
1
-1
/
+1
*
Password reset should count as a password change for User#must_change_passwd ...
Jean-Philippe Lang
2017-03-05
1
-7
/
+12
*
Redirect with token in session (#24416).
Jean-Philippe Lang
2017-01-29
1
-2
/
+10
*
Use the main menu for project related actions that support cross-project disp...
Jean-Philippe Lang
2016-11-19
1
-0
/
+2
*
Use safe_attributes for user preferences.
Jean-Philippe Lang
2016-07-17
1
-1
/
+1
*
Handle admin and login with safe_attributes.
Jean-Philippe Lang
2016-07-14
1
-1
/
+0
*
Use .skip_before_action instead of .skip_before_filter.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
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
[next]