summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-04-12 09:34:38 -0100
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-04-12 14:34:27 +0000
commit90c53df248b862fff63e015a371232a5db9d6792 (patch)
tree2637e4ae678adfd741e65862964f399765fc749a /resources
parent5f3e5e3ce346cdbe764de5af8270d46016cd00aa (diff)
downloadnextcloud-server-90c53df248b862fff63e015a371232a5db9d6792.tar.gz
nextcloud-server-90c53df248b862fff63e015a371232a5db9d6792.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"