Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert 2FA token type to string | Christoph Wurst | 2021-01-22 | 1 | -5/+5 |
* | Use PSR logger in authentication | Joas Schilling | 2020-10-12 | 1 | -3/+3 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -1/+0 |
|\ | |||||
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -10/+10 |
|/ | |||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
* | Allow 2FA to be setup on first login | Roeland Jago Douma | 2019-05-17 | 1 | -0/+19 |
* | Make it possible to enforce mandatory 2FA for groups | Christoph Wurst | 2018-10-15 | 1 | -18/+23 |
* | Add mandatory 2FA service/class | Christoph Wurst | 2018-09-30 | 1 | -0/+26 |
* | Only allow 2FA state changs if providers support the operation | Christoph Wurst | 2018-09-25 | 1 | -28/+0 |
* | Remove unused import | Christoph Wurst | 2018-08-10 | 1 | -1/+0 |
* | Fix 2FA being enforced if only backup codes provider is active | Christoph Wurst | 2018-08-10 | 1 | -0/+27 |
* | Fix 2FA provider registry population on login | Christoph Wurst | 2018-08-08 | 1 | -3/+79 |
* | Make 2FA providers stateful | Christoph Wurst | 2018-06-20 | 1 | -136/+111 |
* | Add all parameters to returnValueMap | Julius Härtl | 2018-01-31 | 1 | -2/+2 |
* | Fix tests | Roeland Jago Douma | 2018-01-25 | 1 | -4/+11 |
* | Fix AppPassword 2FA auth | Roeland Jago Douma | 2017-09-12 | 1 | -1/+16 |
* | Fix login with basic auth | Roeland Jago Douma | 2017-09-05 | 1 | -1/+5 |
* | Improve 2FA | Roeland Jago Douma | 2017-08-29 | 1 | -17/+189 |
* | Fix tests | Roeland Jago Douma | 2017-05-18 | 1 | -4/+4 |
* | Don't do a recursive search | Joas Schilling | 2017-03-22 | 1 | -1/+1 |
* | fix 2fa activities tests | Christoph Wurst | 2016-12-20 | 1 | -4/+77 |
* | bring back remember-me | Christoph Wurst | 2016-11-02 | 1 | -2/+27 |
* | Do not use underscores in PSR4 namespaces of the backup codes app | Christoph Wurst | 2016-10-03 | 1 | -3/+2 |
* | Fix getMock Authentication | Roeland Jago Douma | 2016-09-06 | 1 | -5/+5 |
* | add 2fa backup codes app | Christoph Wurst | 2016-09-05 | 1 | -12/+72 |
* | prevent infinite redirect loops if the there is no 2fa provider to pass | Christoph Wurst | 2016-08-24 | 1 | -4/+41 |
* | assert app is loaded in unit tests | Christoph Wurst | 2016-06-16 | 1 | -0/+7 |
* | load 2FA provider apps before querying classes | Christoph Wurst | 2016-06-16 | 1 | -1/+4 |
* | fail hard if 2fa provider can not be loaded (#25061) | Christoph Wurst | 2016-06-13 | 1 | -3/+24 |
* | One more PSR-4 fix (#24852) | Joas Schilling | 2016-05-26 | 1 | -0/+187 |