summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/tests/Controller/GroupsControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-1/+2
* Effectively return a valid group as it would be the case in a realDries Mys2021-06-051-2/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* provAPI to use only public API of IAccountManagerArthur Schiwon2021-05-081-18/+2
* LoggerInterface for provisioning API ControllersRoeland Jago Douma2021-03-021-3/+3
* Make code strictJoas Schilling2020-12-071-4/+5
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-13/+13
* Use the new method everywhereJoas Schilling2020-07-031-0/+3
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Fix php-cs formattingChristoph Wurst2020-04-141-1/+1
* Add tests for encoded group idJulius Härtl2020-04-111-10/+74
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* Update license headersChristoph Wurst2019-12-051-1/+3
* Mode to modern phpunitRoeland Jago Douma2019-11-271-31/+31
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* ignore non existing users when retrieving details of group membersArthur Schiwon2019-01-171-8/+76
* New user support, provisionning api and design fixesJohn Molakvoæ (skjnldsv)2018-06-191-2/+13
* Fixed testsJohn Molakvoæ (skjnldsv)2018-05-241-2/+18
* Fixed testsJohn Molakvoæ (skjnldsv)2018-04-051-37/+43
* Fixed testsJohn Molakvoæ (skjnldsv)2018-04-051-7/+14
* Return groups displayname in provisioning apiJohn Molakvoæ (skjnldsv)2018-03-231-0/+31
* Use ::class in test mocks of encryption appMorris Jobke2017-10-261-1/+1
* Use ::class in test mocksMorris Jobke2017-10-241-2/+4
* Fix testsRoeland Jago Douma2017-08-011-0/+1
* Some app fixes of phpstorm inspectionsRoeland Jago Douma2017-07-241-1/+6
* Move Groups over to OCSControllerRoeland Jago Douma2016-08-141-0/+378