Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unit tests | Joas Schilling | 2023-02-09 | 1 | -47/+42 |
* | PublickKeyTokenProvider: Fix password update routine with password hash | Marcel Klehr | 2023-01-04 | 1 | -0/+2 |
* | Fix PublicKeyTokenProviderTest import and mock | Christoph Wurst | 2022-11-10 | 1 | -4/+2 |
* | Run session token renewals in a database transaction | Christoph Wurst | 2022-10-18 | 1 | -2/+18 |
* | Merge pull request #31499 from nextcloud/bugfix/empty-secret | Carl Schwan | 2022-10-17 | 1 | -3/+15 |
|\ | |||||
| * | Fix unit tests | Carl Schwan | 2022-03-10 | 1 | -3/+15 |
* | | 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 |
* | | Fix unit tests | Joas Schilling | 2022-03-23 | 1 | -47/+36 |
|/ | |||||
* | More test fixing | Joas Schilling | 2021-12-01 | 1 | -2/+0 |
* | More test fixing | Joas Schilling | 2021-12-01 | 1 | -32/+1 |
* | 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 | 1 | -3/+3 |
* | 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 | 1 | -8/+8 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -5/+5 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -9/+9 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Move ExpiredTokenException to the correct namespace | Roeland Jago Douma | 2018-10-30 | 1 | -3/+1 |
* | Add tests | Roeland Jago Douma | 2018-10-02 | 1 | -0/+72 |
* | Add openssl to mock | Daniel Kesselberg | 2018-09-16 | 1 | -0/+1 |
* | Add more tests | Roeland Jago Douma | 2018-06-18 | 1 | -1/+33 |
* | SetPassword on PublicKeyTokens | Roeland Jago Douma | 2018-06-18 | 1 | -6/+15 |
* | Add first tests | Roeland Jago Douma | 2018-06-18 | 1 | -0/+465 |