aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-04-12 09:34:38 -0100
committerMaxence Lange <maxence@artificial-owl.com>2023-04-12 09:34:49 -0100
commitfc29b0d1b73b1f6c8a769de75064676528142a78 (patch)
tree8dccd2dbf36e3d3fd8deab12d31a23927347f418 /resources
parent9edc3aa354f51c2886c2c153621a84a465a44504 (diff)
downloadnextcloud-server-fc29b0d1b73b1f6c8a769de75064676528142a78.tar.gz
nextcloud-server-fc29b0d1b73b1f6c8a769de75064676528142a78.zip
app type extended_authentication
Signed-off-by: Maxence Lange <maxence@artificial-owl.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 c11264142eb..ddf8a010f3e 100644
--- a/resources/app-info-shipped.xsd
+++ b/resources/app-info-shipped.xsd
@@ -340,6 +340,7 @@
<xs:element name="prelogin" minOccurs="0" maxOccurs="1"/>
<xs:element name="filesystem" minOccurs="0" maxOccurs="1"/>
<xs:element name="authentication" minOccurs="0" maxOccurs="1"/>
+ <xs:element name="extended_authentication" minOccurs="0" maxOccurs="1"/>
<xs:element name="logging" minOccurs="0" maxOccurs="1"/>
<xs:element name="dav" minOccurs="0" maxOccurs="1"/>
<xs:element name="prevent_group_restriction" minOccurs="0"
diff --git a/resources/app-info.xsd b/resources/app-info.xsd
index 191c8ed7c5b..43f241cb73d 100644
--- a/resources/app-info.xsd
+++ b/resources/app-info.xsd
@@ -336,6 +336,7 @@
<xs:element name="prelogin" minOccurs="0" maxOccurs="1"/>
<xs:element name="filesystem" minOccurs="0" maxOccurs="1"/>
<xs:element name="authentication" minOccurs="0" maxOccurs="1"/>
+ <xs:element name="extended_authentication" minOccurs="0" maxOccurs="1"/>
<xs:element name="logging" minOccurs="0" maxOccurs="1"/>
<xs:element name="dav" minOccurs="0" maxOccurs="1"/>
<xs:element name="prevent_group_restriction" minOccurs="0"