Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove at matchers from tests in: | Côme Chilliet | 2022-08-02 | 1 | -7/+4 |
* | Cleanup oauth2 admin settings | Carl Schwan | 2022-07-14 | 1 | -4/+5 |
* | Fix last tests | Joas Schilling | 2021-12-02 | 1 | -7/+7 |
* | More test fixing | Joas Schilling | 2021-12-01 | 1 | -9/+0 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 6 | -12/+6 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
* | Make the test pass on repeating calls | Joas Schilling | 2020-11-10 | 1 | -2/+7 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 3 | -0/+3 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 3 | -17/+17 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 3 | -0/+3 |
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 2 | -8/+8 |
* | Fix invalid instantiation of TemplateResponse if client not found | Daniel Kesselberg | 2020-03-15 | 1 | -1/+21 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 6 | -7/+25 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 6 | -15/+15 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 6 | -6/+6 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -2/+2 |
* | Move oauth admin settings to initialstate | Roeland Jago Douma | 2019-09-28 | 2 | -45/+17 |
* | Fix the actual oauth2 tests | Roeland Jago Douma | 2019-07-01 | 1 | -1/+1 |
* | Fail gracefull if an unkown oauth2 client tries to authenticate | Roeland Jago Douma | 2018-12-06 | 1 | -1/+6 |
* | 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 |
* | Update SettingsControllerTest.php | rakekniven | 2018-06-30 | 1 | -1/+1 |
* | Validate OAuth2 redirect uri | Roeland Jago Douma | 2018-06-26 | 1 | -1/+14 |
* | Fix AdminTests | Roeland Jago Douma | 2018-06-19 | 1 | -11/+1 |
* | Cleanup Controller | Roeland Jago Douma | 2018-06-19 | 1 | -6/+0 |
* | Fix tests | Roeland Jago Douma | 2018-06-19 | 1 | -17/+65 |
* | 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 | 2 | -40/+324 |
* | Function accepts only integers | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
* | Delete token after usage in test | Lukas Reschke | 2017-05-18 | 1 | -0/+1 |
* | Add tests for OAuth2 app | Lukas Reschke | 2017-05-18 | 6 | -0/+550 |