| Commit message (Expand) | Author | Age | Files | Lines |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -3/+3 |
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 1 | -12/+12 |
* | fix(oauth2): fix tests | Julien Veyssier | 2024-09-02 | 1 | -5/+5 |
* | fix(oauth2): store hashed secret instead of encrypted | Julien Veyssier | 2024-09-02 | 1 | -37/+44 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 1 | -22/+2 |
* | rename oauth2_access_token's created_at to code_created_at | Julien Veyssier | 2023-10-05 | 1 | -9/+9 |
* | add test for refusing to get an oauth token from a code when we're not in aut... | Julien Veyssier | 2023-10-05 | 1 | -0/+27 |
* | add tests for oauth2 authorization code expiration | Julien Veyssier | 2023-10-05 | 1 | -7/+63 |
* | make oauth2 authorization code expire after 10 minutes | Julien Veyssier | 2023-10-05 | 1 | -1/+5 |
* | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 | Joas Schilling | 2023-08-28 | 1 | -3/+3 |
* | add bruteforce protection in OauthApiController | Julien Veyssier | 2023-06-19 | 1 | -0/+6 |
* | fix oauth2 tests | Julien Veyssier | 2023-06-08 | 1 | -24/+44 |
* | encrypt oauth2 client secrets | Julien Veyssier | 2023-06-07 | 1 | -0/+5 |
* | 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 |