Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 1 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix(oauth2): fix tests | Julien Veyssier | 2024-09-02 | 1 | -3/+3 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(oauth2): store hashed secret instead of encrypted | Julien Veyssier | 2024-09-02 | 1 | -5/+5 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix: expect invalidateTokensOfUser only be called for seen users | Artur Neumann | 2024-08-16 | 1 | -1/+4 |
| | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 1 | -23/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -2/+1 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | encrypt oauth2 client secrets | Julien Veyssier | 2023-06-07 | 1 | -3/+14 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | move mocks into private variables | Artur Neumann | 2023-03-14 | 1 | -2/+8 |
| | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com> | ||||
* | adjust SettingsController tests | Artur Neumann | 2023-03-14 | 1 | -15/+5 |
| | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com> | ||||
* | invalidate existing tokens when deleting an oauth client | Artur Neumann | 2023-03-14 | 1 | -5/+57 |
| | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com> | ||||
* | Remove at matchers from tests in: | Côme Chilliet | 2022-08-02 | 1 | -7/+4 |
| | | | | | | | * apps/oauth2 * tests/Test/Repair/Owncloud Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | More test fixing | Joas Schilling | 2021-12-01 | 1 | -9/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵ | Morris Jobke | 2020-08-12 | 1 | -5/+5 |
| | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+5 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move oauth admin settings to initialstate | Roeland Jago Douma | 2019-09-28 | 1 | -41/+0 |
| | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | Update SettingsControllerTest.php | rakekniven | 2018-06-30 | 1 | -1/+1 |
| | | | adapted test for grammar change of URL | ||||
* | Validate OAuth2 redirect uri | Roeland Jago Douma | 2018-06-26 | 1 | -1/+14 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Cleanup Controller | Roeland Jago Douma | 2018-06-19 | 1 | -6/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix tests | Roeland Jago Douma | 2018-06-19 | 1 | -17/+65 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add tests for OAuth2 app | Lukas Reschke | 2017-05-18 | 1 | -0/+139 |
Signed-off-by: Lukas Reschke <lukas@statuscode.ch> |