Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make OAuth2 authorization code expire | Julien Veyssier | 2024-01-22 | 1 | -14/+97 |
* | add bruteforce protection in OauthApiController | Julien Veyssier | 2023-06-21 | 1 | -0/+6 |
* | encrypt oauth2 client secrets | Julien Veyssier | 2023-06-19 | 1 | -24/+49 |
* | Fix PHP error on PHP >= 8.2 about dynamic property use in tests | Côme Chilliet | 2022-12-19 | 1 | -1/+6 |
* | Fix last tests | Joas Schilling | 2021-12-02 | 1 | -7/+7 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 1 | -8/+8 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -6/+6 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+4 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
* | 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 |
* | Reset bruteforce on token refresh OAuth | Roeland Jago Douma | 2018-10-30 | 1 | -1/+39 |
* | The OAuth endpoint needs to support Basic Auth | Roeland Jago Douma | 2018-05-29 | 1 | -0/+84 |
* | Add tests | Roeland Jago Douma | 2018-05-22 | 1 | -39/+305 |
* | Add tests for OAuth2 app | Lukas Reschke | 2017-05-18 | 1 | -0/+106 |