Skip to content

Commit bae3750

Browse files
CarlSchwancome-nc
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 ceb5fad commit bae3750

File tree

8 files changed

+337
-342
lines changed

8 files changed

+337
-342
lines changed

appinfo/app.php

Lines changed: 0 additions & 175 deletions
This file was deleted.

appinfo/info.xml

Lines changed: 6 additions & 0 deletions
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)