aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/AppPasswordControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-7/+7
* chore: Add SPDX headerAndy Scherzinger2024-05-131-19/+2
* feat(core): Add OCS endpoint for confirming the user passwordprovokateurin2024-02-201-1/+19
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Fix more tests in the Core subdirVincent Petry2021-03-241-5/+5
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-1/+1
* Use a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Allow clients to delete their own apptokenRoeland Jago Douma2019-05-171-0/+57
* Emit event if app password createdDaniel Kesselberg2019-02-181-20/+9
* Publish activity for app token created by ocs apiDaniel Kesselberg2019-02-171-1/+24
* Add an endppoint for clients to request an app passwordRoeland Jago Douma2018-10-031-0/+179