Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | update session token password on user password change | Christoph Wurst | 2016-06-21 | 1 | -0/+33 |
|/ | |||||
* | Create session tokens for apache auth users | Christoph Wurst | 2016-05-31 | 1 | -0/+11 |
* | when generating browser/device token, save the login name for later password ... | Christoph Wurst | 2016-05-24 | 2 | -1/+7 |
* | add button to invalidate browser sessions/device tokens | Christoph Wurst | 2016-05-23 | 2 | -0/+38 |
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 3 | -0/+431 |