Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix OCPSinceChecker and php-cs | Morris Jobke | 2020-05-08 | 1 | -0/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add InitialState Appframework service | Roeland Jago Douma | 2020-05-07 | 1 | -0/+54 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Simple AppConfig wrapper for the AppFramework | Roeland Jago Douma | 2020-05-02 | 1 | -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> |