Skip to content

Commit

Permalink
chore: Move from app.php to app bootstrap
Browse files Browse the repository at this point in the history
Remove a bunch of deprecated stuff

Signed-off-by: Carl Schwan <[email protected]>
  • Loading branch information
CarlSchwan authored and juliushaertl committed Aug 21, 2024
1 parent 20589d3 commit f733354
Show file tree
Hide file tree
Showing 8 changed files with 357 additions and 327 deletions.
160 changes: 0 additions & 160 deletions appinfo/app.php

This file was deleted.

6 changes: 6 additions & 0 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ While theoretically any other authentication provider implementing either one of
<namespace>User_SAML</namespace>
<types>
<authentication/>
<dav/>
</types>
<documentation>
<admin>https://portal.nextcloud.com/article/configuring-single-sign-on-10.html</admin>
Expand Down Expand Up @@ -60,4 +61,9 @@ While theoretically any other authentication provider implementing either one of
<admin>OCA\User_SAML\Settings\Admin</admin>
<admin-section>OCA\User_SAML\Settings\Section</admin-section>
</settings>
<sabre>
<plugins>
<plugin>OCA\User_SAML\DavPlugin</plugin>
</plugins>
</sabre>
</info>
Loading

0 comments on commit f733354

Please sign in to comment.