summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Services
Commit message (Collapse)AuthorAgeFilesLines
* Fix OCPSinceChecker and php-csMorris Jobke2020-05-081-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add InitialState Appframework serviceRoeland Jago Douma2020-05-071-0/+54
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Simple AppConfig wrapper for the AppFrameworkRoeland Jago Douma2020-05-021-0/+111
9 out of 10 cases apps want to access their own appconfig. Hence it would be nice not to have to enter the app id all the time. This simple wrapper just passes on the appid in all calls. Basically this allows for simpler code in the apps. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>