summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib/Controller/AppConfigController.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Only prevent disabling encrytion via the APIJoas Schilling2019-07-161-4/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't allow to disable encryption via the APIJoas Schilling2019-06-271-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make the provisioning api app strictRoeland Jago Douma2018-02-271-8/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add unit testsJoas Schilling2016-10-211-5/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make AppConfig part of the public APIJoas Schilling2016-10-211-0/+158
Signed-off-by: Joas Schilling <coding@schilljs.com>