From ce08682c2fdeaeb835cd41c0e9e1207a4da422ab Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle <bjoern@schiessle.org> Date: Thu, 27 Oct 2016 17:21:43 +0200 Subject: [PATCH] enabled by default and add to shipped.json Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> --- apps/sharebymail/appinfo/info.xml | 1 + core/shipped.json | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/sharebymail/appinfo/info.xml b/apps/sharebymail/appinfo/info.xml index 3db007f1613..f1771fc9551 100644 --- a/apps/sharebymail/appinfo/info.xml +++ b/apps/sharebymail/appinfo/info.xml @@ -11,4 +11,5 @@ <dependencies> <owncloud min-version="9.2" max-version="9.2" /> </dependencies> + <default_enable/> </info> diff --git a/core/shipped.json b/core/shipped.json index ee8a2b05ef6..9855a663847 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -25,6 +25,7 @@ "password_policy", "provisioning_api", "serverinfo", + "sharebymail", "survey_client", "systemtags", "templateeditor", -- GitLab