aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib/Apps.php
Commit message (Collapse)AuthorAgeFilesLines
* Move Apps to OCSControllerRoeland Jago Douma2016-08-141-111/+0
|
* Fix apps/Joas Schilling2016-07-211-3/+3
|
* Fix Warnings Provisioning APIRoeland Jago Douma2016-07-121-13/+12
| | | | | * OC_OCS_Result is deprecated * getMock is deprecated in phpunit 5.4
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move Provisioning api to PSR-4 (#24510)Joas Schilling2016-05-111-0/+112
* Move app to PSR-4 * Fix setUp method * Fix the tests