diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2016-10-27 17:21:43 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2016-11-01 19:54:41 +0100 |
commit | ce08682c2fdeaeb835cd41c0e9e1207a4da422ab (patch) | |
tree | 880d74c5ed912b30aaedbd4bda08f9659cda4f09 | |
parent | 6d7520b1e2c6e17b449a0c5cea886f73e9932528 (diff) | |
download | nextcloud-server-ce08682c2fdeaeb835cd41c0e9e1207a4da422ab.tar.gz nextcloud-server-ce08682c2fdeaeb835cd41c0e9e1207a4da422ab.zip |
enabled by default and add to shipped.json
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
-rw-r--r-- | apps/sharebymail/appinfo/info.xml | 1 | ||||
-rw-r--r-- | core/shipped.json | 1 |
2 files changed, 2 insertions, 0 deletions
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", |