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 | 1 | -47/+36 |
* | 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 |
* | Prevent duplicate auth token activity updates | Christoph Wurst | 2021-10-22 | 1 | -7/+6 |
* | Always renew apppasswords on login | Roeland Jago Douma | 2021-02-10 | 1 | -17/+1 |
* | Use PSR logger in authentication | Joas Schilling | 2020-10-12 | 3 | -9/+9 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -2/+2 |
* | Allow configuring the activity update interval of token | Roeland Jago Douma | 2020-10-04 | 1 | -0/+6 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 4 | -27/+27 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 6 | -6/+0 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | Use a blank line after the opening tag | Christoph Wurst | 2020-04-09 | 4 | -2/+8 |
* | 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 | 2 | -16/+16 |
|/ | |||||
* | Check the user on remote wipe | Joas Schilling | 2020-03-16 | 1 | -13/+3 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 4 | -36/+36 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 7 | -7/+7 |
* | Handle token insert conflicts | Christoph Wurst | 2019-11-26 | 1 | -10/+44 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 4 | -5/+5 |
* | 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 |
* | Decouple remote wipe notifcation channels with events | Christoph Wurst | 2019-06-27 | 1 | -0/+131 |
* | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 2 | -2/+2 |
* | Move ExpiredTokenException to the correct namespace | Roeland Jago Douma | 2018-10-30 | 2 | -5/+2 |
* | Add tests | Roeland Jago Douma | 2018-10-02 | 4 | -6/+157 |
* | Add openssl to mock | Daniel Kesselberg | 2018-09-16 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | 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 |
* | DefaultTokenProviderTest mocked/asserted the wrong method | Christoph Wurst | 2017-02-28 | 1 | -2/+2 |
* | 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 |