Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | explicit types | Robin Appelman | 2016-11-16 | 1 | -1/+0 |
* | Add missing tests and fix PHPDoc | Lukas Reschke | 2016-11-02 | 1 | -2/+116 |
* | bring back remember-me | Christoph Wurst | 2016-11-02 | 3 | -8/+40 |
* | 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 | 3 | -16/+22 |
* | 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 |
* | Merge pull request #25172 from owncloud/token-login-validation | Vincent Petry | 2016-06-22 | 2 | -27/+16 |
|\ | |||||
| * | fix DefaultTokenMapperTest | Christoph Wurst | 2016-06-20 | 1 | -0/+4 |
| * | fix default token provider tests | Christoph Wurst | 2016-06-20 | 1 | -26/+0 |
| * | use token last_activity instead of session value | Christoph Wurst | 2016-06-17 | 1 | -1/+12 |
* | | update session token password on user password change | Christoph Wurst | 2016-06-21 | 1 | -0/+33 |
|/ | |||||
* | 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 |