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 <213943+nickvergessen@users.noreply.github.com>2022-09-21 16:48:56 +0300
committerGitHub <noreply@github.com>2022-09-21 16:48:56 +0300
commit18431c2fe920c1f72f68f3c33a7c2a40ccb70c0a (patch)
treeb93104a562f2e16e2665a6239a4e30483b371e54
parent0577f86e130e8069b56a810fffe5d843e355c1a8 (diff)
parent24e895f24d19096c0dcee0d6fde1a16ee4043c32 (diff)
Merge pull request #34145 from nextcloud/bugfix/noid/allow-app-type-session
Allow app type session which we load in base.php
-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 a861b02e6a5..031579ad5a3 100644
--- a/resources/app-info-shipped.xsd
+++ b/resources/app-info-shipped.xsd
@@ -344,6 +344,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>
diff --git a/resources/app-info.xsd b/resources/app-info.xsd
index 65b83a2985c..1c7cc5c47e4 100644
--- a/resources/app-info.xsd
+++ b/resources/app-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>