Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it possible to enforce mandatory 2FA for groups | Christoph Wurst | 2018-10-15 | 3 | -34/+216 |
* | Add tests | Roeland Jago Douma | 2018-10-02 | 4 | -6/+157 |
* | Generate backups code notification if not enable but 2fa is | Roeland Jago Douma | 2018-10-01 | 1 | -1/+27 |
* | Add mandatory 2FA service/class | Christoph Wurst | 2018-09-30 | 2 | -0/+114 |
* | Merge pull request #11240 from nextcloud/feature/noid/consider-openssl-settin... | Morris Jobke | 2018-09-25 | 1 | -0/+1 |
|\ | |||||
| * | Add openssl to mock | Daniel Kesselberg | 2018-09-16 | 1 | -0/+1 |
* | | Only allow 2FA state changs if providers support the operation | Christoph Wurst | 2018-09-25 | 4 | -28/+176 |
|/ | |||||
* | 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 double-inserts of the same provider state | Christoph Wurst | 2018-08-09 | 1 | -2/+2 |
* | Add integration/unit test for the double-insert of same values | Christoph Wurst | 2018-08-09 | 1 | -0/+19 |
* | Rename providerset method to get primary providers | Christoph Wurst | 2018-08-08 | 1 | -1/+1 |
* | Fix login redirection if only one 2FA provider is active | Christoph Wurst | 2018-08-08 | 1 | -0/+18 |
* | Fix 2FA provider registry population on login | Christoph Wurst | 2018-08-08 | 1 | -3/+79 |
* | Fix duplicate inserts in the 2fa provider registry DAO | Christoph Wurst | 2018-07-31 | 1 | -0/+19 |
* | Make new classes strict and fix license header | Christoph Wurst | 2018-06-25 | 3 | -4/+22 |
* | Make 2FA providers stateful | Christoph Wurst | 2018-06-20 | 5 | -136/+451 |
* | Use constant for token version | Roeland Jago Douma | 2018-06-18 | 3 | -0/+5 |
* | Add more tests | Roeland Jago Douma | 2018-06-18 | 4 | -31/+492 |
* | SetPassword on PublicKeyTokens | Roeland Jago Douma | 2018-06-18 | 2 | -12/+19 |
* | Just pass uid to the Token stuff | Roeland Jago Douma | 2018-06-18 | 1 | -24/+4 |
* | Add first tests | Roeland Jago Douma | 2018-06-18 | 3 | -0/+775 |
* | Certain tokens can expire | Roeland Jago Douma | 2018-05-17 | 1 | -0/+75 |
* | Allow the rotation of tokens | Roeland Jago Douma | 2018-05-16 | 1 | -0/+42 |
* | Fix tests | Roeland Jago Douma | 2018-05-15 | 2 | -13/+3 |
* | Add all parameters to returnValueMap | Julius Härtl | 2018-01-31 | 1 | -2/+2 |
* | Merge pull request #7916 from nextcloud/2fa_log | Morris Jobke | 2018-01-25 | 1 | -4/+11 |
|\ | |||||
| * | Fix tests | Roeland Jago Douma | 2018-01-25 | 1 | -4/+11 |
* | | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 1 | -0/+1 |
|/ | |||||
* | Adjust tests for added lastCheck time | Lukas Reschke | 2017-11-27 | 1 | -0/+1 |
* | Fix duplicate session token after remembered login | Christoph Wurst | 2017-09-20 | 1 | -0/+8 |
* | 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 |
* | Merge pull request #4894 from nextcloud/generic-security-activities | Lukas Reschke | 2017-05-19 | 1 | -4/+4 |
|\ | |||||
| * | Fix tests | Roeland Jago Douma | 2017-05-18 | 1 | -4/+4 |
* | | Add test for DefaultTokenMapper | Lukas Reschke | 2017-05-18 | 1 | -0/+11 |
* | | Rename table back to lowercase | Lukas Reschke | 2017-05-18 | 1 | -6/+10 |
* | | delete auth token when client gets deleted | Bjoern Schiessle | 2017-05-18 | 1 | -6/+6 |
|/ | |||||
* | Fix warning with undefined method | Joas Schilling | 2017-04-20 | 1 | -4/+4 |
* | Don't do a recursive search | Joas Schilling | 2017-03-22 | 1 | -1/+1 |
* | DefaultTokenProviderTest mocked/asserted the wrong method | Christoph Wurst | 2017-02-28 | 1 | -2/+2 |
* | do not hard-require the token provider | Christoph Wurst | 2017-01-11 | 1 | -1/+9 |
* | use login hook credentials as fallback | Christoph Wurst | 2017-01-11 | 1 | -8/+55 |
* | add login credential store | Christoph Wurst | 2017-01-11 | 2 | -0/+193 |
* | fix 2fa activities tests | Christoph Wurst | 2016-12-20 | 1 | -4/+77 |
* | copy remember-me value when renewing a session token | Christoph Wurst | 2016-11-27 | 1 | -1/+11 |
* | add test | Robin Appelman | 2016-11-16 | 1 | -0/+7 |
* | Adds TokenProvider and Mapper tests | Roeland Jago Douma | 2016-11-16 | 2 | -0/+55 |
* | add tests | Robin Appelman | 2016-11-16 | 1 | -0/+49 |