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

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-09-21 16:51:33 +0300
committerGitHub <noreply@github.com>2022-09-21 16:51:33 +0300
commitd13958626c7a20e33032289e79dab155a967075b (patch)
tree31a6ef7885b14db1a9c56dc7e40b6589bfdfeafa
parent7e577996b8d3abfc72d12c8f07ad3083f60d3cb2 (diff)
Copy info.xsd from servernickvergessen-patch-1
Coming with changes of https://github.com/nextcloud/server/commits/24e895f24d19096c0dcee0d6fde1a16ee4043c32 and https://github.com/nextcloud/server/commit/6958d8005ae3b86759f49746564bf7238456be52 Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
-rw-r--r--nextcloudappstore/api/v1/release/info.xsd6
1 files changed, 3 insertions, 3 deletions
diff --git a/nextcloudappstore/api/v1/release/info.xsd b/nextcloudappstore/api/v1/release/info.xsd
index f03fd0ed40..1c7cc5c47e 100644
--- a/nextcloudappstore/api/v1/release/info.xsd
+++ b/nextcloudappstore/api/v1/release/info.xsd
@@ -340,6 +340,7 @@
<xs:element name="dav" minOccurs="0" maxOccurs="1"/>
<xs:element name="prevent_group_restriction" minOccurs="0"
maxOccurs="1"/>
+ <xs:element name="session" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
@@ -389,9 +390,8 @@
<xs:complexType name="settings">
<xs:sequence>
- <xs:element name="admin" type="php-class" minOccurs="0"
- maxOccurs="unbounded"/>
- <xs:element name="admin-section" type="php-class" minOccurs="0"
+ <xs:element name="admin" minOccurs="0" maxOccurs="unbounded"/>
+ <xs:element name="admin-section" type="php-class" minOccurs="0"
maxOccurs="unbounded"/>
<xs:element name="personal" type="php-class" minOccurs="0"
maxOccurs="unbounded"/>