aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/tests/Controller/SettingsControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-1/+2
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-1/+1
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-3/+3
* fix(oauth2): fix testsJulien Veyssier2024-09-021-3/+3
* fix(oauth2): store hashed secret instead of encryptedJulien Veyssier2024-09-021-5/+5
* fix: expect invalidateTokensOfUser only be called for seen usersArtur Neumann2024-08-161-1/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-311-23/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+1
* encrypt oauth2 client secretsJulien Veyssier2023-06-071-3/+14
* move mocks into private variablesArtur Neumann2023-03-141-2/+8
* adjust SettingsController testsArtur Neumann2023-03-141-15/+5
* invalidate existing tokens when deleting an oauth clientArtur Neumann2023-03-141-5/+57
* Remove at matchers from tests in:Côme Chilliet2022-08-021-7/+4
* More test fixingJoas Schilling2021-12-011-9/+0
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-5/+5
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* Update license headersChristoph Wurst2019-12-051-1/+5
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Move oauth admin settings to initialstateRoeland Jago Douma2019-09-281-41/+0
* Update SettingsControllerTest.phprakekniven2018-06-301-1/+1
* Validate OAuth2 redirect uriRoeland Jago Douma2018-06-261-1/+14
* Cleanup ControllerRoeland Jago Douma2018-06-191-6/+0
* Fix testsRoeland Jago Douma2018-06-191-17/+65
* Add tests for OAuth2 appLukas Reschke2017-05-181-0/+139