| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle one time password better | Carl Schwan | 2022-07-28 | 1 | -1/+9 |
* | Handler large passwords | Carl Schwan | 2022-07-05 | 1 | -0/+19 |
* | Handle one time passwords | Carl Schwan | 2022-07-05 | 1 | -4/+56 |
* | Fix user agent trimming on installation | Joas Schilling | 2022-05-09 | 1 | -2/+7 |
* | Automatically cut the token name on the first level | Joas Schilling | 2022-03-23 | 1 | -0/+31 |
* | Fix unit tests | Joas Schilling | 2022-03-23 | 2 | -73/+58 |
* | More test fixing | Joas Schilling | 2021-12-01 | 2 | -4/+0 |
* | More test fixing | Joas Schilling | 2021-12-01 | 2 | -235/+6 |
* | More unit test adjustments | Joas Schilling | 2021-12-01 | 4 | -878/+0 |
* | Fix test class names | Côme Chilliet | 2021-11-23 | 2 | -2/+2 |
* | Prevent duplicate auth token activity updates | Christoph Wurst | 2021-10-22 | 1 | -7/+6 |
* | Fix Authentication test | Joas Schilling | 2021-04-22 | 1 | -4/+5 |
* | Move 2FA registration to IBootstrap | Roeland Jago Douma | 2021-04-20 | 1 | -1/+38 |
* | Fix unit test | Roeland Jago Douma | 2021-04-16 | 13 | -15/+14 |
* | Add real events for enabled 2fa providers for users | Roeland Jago Douma | 2021-03-22 | 1 | -0/+7 |
* | Always renew apppasswords on login | Roeland Jago Douma | 2021-02-10 | 1 | -17/+1 |
* | Convert 2FA token type to string | Christoph Wurst | 2021-01-22 | 1 | -5/+5 |
* | Use PSR logger in authentication | Joas Schilling | 2020-10-12 | 10 | -36/+35 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 3 | -4/+4 |
* | Allow configuring the activity update interval of token | Roeland Jago Douma | 2020-10-04 | 1 | -0/+6 |
* | Fix undefined class property access after upgrade from 19 to 20 | Christoph Wurst | 2020-09-07 | 1 | -0/+76 |
* | adapt testGetLoginCredentialsInvalidTokenLoginCredentials() unit test to uid ... | Lionel Elie Mamane | 2020-08-20 | 1 | -3/+4 |
* | Merge pull request #21344 from nextcloud/fix/twofactor-cleanup-event | Morris Jobke | 2020-08-13 | 2 | -6/+30 |
|\ |
|
| * | Emit an event for every disabled 2FA provider during cleanup | Christoph Wurst | 2020-06-16 | 2 | -6/+30 |
* | | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 6 | -35/+33 |
|/ |
|
* | Clean up auth tokens when user is deleted | Christoph Wurst | 2020-06-15 | 1 | -0/+117 |
* | Do not create remember me cookie | Julius Härtl | 2020-04-23 | 1 | -1/+24 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 33 | -36/+0 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 3 | -6/+6 |
* | Use a blank line after the opening tag | Christoph Wurst | 2020-04-09 | 13 | -8/+29 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -1/+0 |
* | [POC] Event for failed login attempts | Roeland Jago Douma | 2020-03-31 | 1 | -1/+8 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 6 | -6/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 6 | -6/+0 |
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 4 | -28/+28 |
|/ |
|
* | Check the user on remote wipe | Joas Schilling | 2020-03-16 | 1 | -13/+3 |
* | Clean up 2FA provider registry when a user is deleted | Christoph Wurst | 2020-01-08 | 2 | -0/+24 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 6 | -46/+46 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 31 | -31/+31 |
* | Handle token insert conflicts | Christoph Wurst | 2019-11-26 | 1 | -10/+44 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 5 | -6/+6 |
* | Use the actual password to update the tokens | Roeland Jago Douma | 2019-09-18 | 1 | -2/+2 |
* | Use Symfony's new contract Event class instead of the deprecated one | Christoph Wurst | 2019-09-12 | 1 | -8/+8 |
* | Update unit tests | Joas Schilling | 2019-07-16 | 1 | -2/+2 |
* | Make it possible to wipe all tokens/devices of a user | Christoph Wurst | 2019-07-09 | 1 | -0/+38 |
* | Refactor: move remote wipe token logic to RW service | Christoph Wurst | 2019-07-09 | 1 | -0/+30 |
* | Send emails when remote wipe starts/finishes | Christoph Wurst | 2019-07-02 | 1 | -0/+241 |
* | Decouple remote wipe notifcation channels with events | Christoph Wurst | 2019-06-27 | 5 | -0/+513 |
* | Allow 2FA to be setup on first login | Roeland Jago Douma | 2019-05-17 | 2 | -0/+199 |