Skip to content

Commit f733354

Browse files
CarlSchwanjuliusknorr
authored andcommitted
chore: Move from app.php to app bootstrap
Remove a bunch of deprecated stuff Signed-off-by: Carl Schwan <[email protected]>
1 parent 20589d3 commit f733354

File tree

8 files changed

+357
-327
lines changed

8 files changed

+357
-327
lines changed

appinfo/app.php

-160
This file was deleted.

appinfo/info.xml

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ While theoretically any other authentication provider implementing either one of
2626
<namespace>User_SAML</namespace>
2727
<types>
2828
<authentication/>
29+
<dav/>
2930
</types>
3031
<documentation>
3132
<admin>https://portal.nextcloud.com/article/configuring-single-sign-on-10.html</admin>
@@ -60,4 +61,9 @@ While theoretically any other authentication provider implementing either one of
6061
<admin>OCA\User_SAML\Settings\Admin</admin>
6162
<admin-section>OCA\User_SAML\Settings\Section</admin-section>
6263
</settings>
64+
<sabre>
65+
<plugins>
66+
<plugin>OCA\User_SAML\DavPlugin</plugin>
67+
</plugins>
68+
</sabre>
6369
</info>

0 commit comments

Comments
 (0)