summaryrefslogtreecommitdiffstats
path: root/lib/redmine/twofa
Commit message (Collapse)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in ↵Marius Balteanu2024-02-262-2/+2
| | | | | | footer to 2024 (#40043). git-svn-id: https://svn.redmine.org/redmine/trunk@22746 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Lint/MissingSuper (#36919).Go MAEDA2023-03-241-0/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22147 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-012-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22013 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-022-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adopt 2FA emails to new Mailer interface (#36005).Go MAEDA2021-11-131-8/+8
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21279 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-252-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20846 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove redundant 'return' from lib/redmine/twofa/totp.rbToshi MARUYAMA2020-12-171-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20661 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of lib/redmine/twofa/totp.rbToshi MARUYAMA2020-12-171-4/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20659 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to lib/redmine/twofa/base.rbToshi MARUYAMA2020-12-041-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20574 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of lib/redmine/twofa/base.rbToshi MARUYAMA2020-11-221-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20476 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use Setting.host_name instead of Setting.app_title as TOTP issuer to avoid ↵Go MAEDA2020-11-091-1/+1
| | | | | | name collision with other instances or apps (#1237, #34234). git-svn-id: http://svn.redmine.org/redmine/trunk@20308 e93f8b46-1217-0410-a6f0-8f06a7374b81
* otpauth uri should include a login id, not an email address (#1237, #34233).Go MAEDA2020-11-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20307 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix an error "uninitialized constant Redmine::Twofa::Base" when accessing My ↵Go MAEDA2020-08-311-0/+2
| | | | | | account in production mode (#1237, #33932). git-svn-id: http://svn.redmine.org/redmine/trunk@19997 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that Redmine::Twofa::Base raises ArgumentError in development mode ↵Go MAEDA2020-08-311-4/+4
| | | | | | (#1237, #33925). git-svn-id: http://svn.redmine.org/redmine/trunk@19995 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Backup codes for 2fa auth (#1237).Go MAEDA2020-08-291-2/+48
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@19990 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds two factor authentication support (#1237).Go MAEDA2020-08-292-0/+195
Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@19988 e93f8b46-1217-0410-a6f0-8f06a7374b81