Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 | 2 | -6/+13 |
* | Fix getMock Authentication | Roeland Jago Douma | 2016-09-06 | 2 | -11/+17 |
* | 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 |