Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-08-25 00:06:44 +0300
committerJoas Schilling <coding@schilljs.com>2018-08-25 00:08:17 +0300
commitd7246edc94331dc9b4bc235f7fe14be09804a4a9 (patch)
tree319cb338931e4d23e6a9dc301484ca0f7703f4f6 /resources
parent9823c7197150e4134490c043c2e2e53733eae783 (diff)
Add the new share type
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'resources')
-rw-r--r--resources/app-info-shipped.xsd1
-rw-r--r--resources/app-info.xsd1
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/app-info-shipped.xsd b/resources/app-info-shipped.xsd
index 97221d1fb9c..a9a93dc7d18 100644
--- a/resources/app-info-shipped.xsd
+++ b/resources/app-info-shipped.xsd
@@ -525,6 +525,7 @@
<xs:enumeration value="SHARE_TYPE_REMOTE"/>
<xs:enumeration value="SHARE_TYPE_CIRCLE"/>
<xs:enumeration value="SHARE_TYPE_GUEST"/>
+ <xs:enumeration value="SHARE_TYPE_ROOM"/>
</xs:restriction>
</xs:simpleType>
diff --git a/resources/app-info.xsd b/resources/app-info.xsd
index 516d984674e..c3520e23ef1 100644
--- a/resources/app-info.xsd
+++ b/resources/app-info.xsd
@@ -522,6 +522,7 @@
<xs:enumeration value="SHARE_TYPE_REMOTE"/>
<xs:enumeration value="SHARE_TYPE_CIRCLE"/>
<xs:enumeration value="SHARE_TYPE_GUEST"/>
+ <xs:enumeration value="SHARE_TYPE_ROOM"/>
</xs:restriction>
</xs:simpleType>