summaryrefslogtreecommitdiffstats
path: root/app/controllers/account_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Drop OpenID support (#35755).Go MAEDA2021-12-141-57/+2
* Add SameSite=Lax to cookies to fix warnings in web browsers (#35226).Go MAEDA2021-05-271-0/+1
* Users without two-factor authentication enabled cannot sign out when two-fact...Go MAEDA2021-04-161-0/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Changes User.try_to_login to catch and log AuthSourceExceptions, and introduc...Go MAEDA2020-12-021-1/+1
* fix source indent of AccountControllerToshi MARUYAMA2020-09-261-2/+2
* Backup codes for 2fa auth (#1237).Go MAEDA2020-08-291-0/+3
* Adds two factor authentication support (#1237).Go MAEDA2020-08-291-2/+105
* remove spaces inside {} of AccountControllerToshi MARUYAMA2020-07-151-3/+3
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Handles the case when an expired token is in the users session (#29781).Go MAEDA2018-10-281-1/+7
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-4/+4
* Security notification on password recovery is empty (#28302).Jean-Philippe Lang2018-04-071-1/+1
* Fix: Strip whitespace from email addresses on lost password page (#27754).Go MAEDA2017-12-081-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Render register page on all non-POST requests to account#register (#25653).Jean-Philippe Lang2017-05-131-1/+1
* Only perform login action on explicit POST (#25653).Jean-Philippe Lang2017-05-131-3/+3
* Adds methods to User model to handle tokens.Jean-Philippe Lang2017-04-041-2/+2
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-1/+1
* Password reset should count as a password change for User#must_change_passwd ...Jean-Philippe Lang2017-03-051-7/+12
* Redirect with token in session (#24416).Jean-Philippe Lang2017-01-291-2/+10
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-0/+2
* Use safe_attributes for user preferences.Jean-Philippe Lang2016-07-171-1/+1
* Handle admin and login with safe_attributes.Jean-Philippe Lang2016-07-141-1/+0
* Use .skip_before_action instead of .skip_before_filter.Jean-Philippe Lang2016-07-141-1/+1
* Let the mailer set the email content (#21421).Jean-Philippe Lang2016-03-201-6/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Security notifications when password or email adress is changed (#21421).Jean-Philippe Lang2016-02-051-0/+6
* Typo: s/creditentials/credentials/ (#21861).Jean-Philippe Lang2016-01-301-1/+1
* Adds the "Hide my email address" option on the registration form (#21500).Jean-Philippe Lang2015-12-131-0/+1
* Use config.relative_url_root as the default path for session and autologin co...Jean-Philippe Lang2015-11-141-1/+1
* Set autologin cookie as secure by default when using https (#20935).Jean-Philippe Lang2015-10-071-1/+5
* Activate sudo mode after password based login (#20589).Jean-Philippe Lang2015-10-011-0/+1
* use String#casecmp for case insensitive comparison (#20369)Toshi MARUYAMA2015-08-121-1/+1
* Escape flash messages (#19117).Jean-Philippe Lang2015-02-171-1/+1
* Send password reset email to the email used in lost password form (#4244).Jean-Philippe Lang2015-01-171-2/+5
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Redirect to back_url or referer when clicking "Sign in" while already logged-...Jean-Philippe Lang2014-01-251-1/+1
* Fixed that OpenID authentication fails with 422 error due to token verificati...Jean-Philippe Lang2013-12-211-0/+8
* Option to force a user to change his password (#3872).Jean-Philippe Lang2013-08-051-1/+1
* Adds the email address to the flash message after registeration.Jean-Philippe Lang2013-06-091-1/+1
* Adds a way for a registered user to get a new action email (#14228).Jean-Philippe Lang2013-06-091-9/+48
* code layout cleanup AccountController#open_id_authenticateToshi MARUYAMA2013-03-061-4/+4
* Adds autologin param in openid return_to url (#3371).Jean-Philippe Lang2013-03-021-1/+3
* Fixed that autologin is broken when using a custom cookie name (#13335).Jean-Philippe Lang2013-03-021-2/+1
* Adds token finder methods.Jean-Philippe Lang2013-02-141-2/+2