Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2016-08-17 12:39:33 +0300
committerGitHub <noreply@github.com>2016-08-17 12:39:33 +0300
commitfd233974a22579dbb83508854384af8a14f1f494 (patch)
tree9690ff7892b813bbbc9cb6a3cb5a083bfe260c8f /appinfo
parentc1680a8a1d9718bad839defb9f9ea37f0239569f (diff)
parentf511e7e887b2398f6659d924c849d1f24db810bb (diff)
Merge pull request #29 from nextcloud/use-single-admin-page
Use new admin page module
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php2
-rw-r--r--appinfo/info.xml9
2 files changed, 7 insertions, 4 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index a5e77e47..bde5eab2 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -21,8 +21,6 @@
require_once __DIR__ . '/../3rdparty/vendor/autoload.php';
-\OCP\App::registerAdmin('user_saml', 'admin');
-
$urlGenerator = \OC::$server->getURLGenerator();
$config = \OC::$server->getConfig();
$request = \OC::$server->getRequest();
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 939454dd..cc7ebc8e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,12 +4,17 @@
<name>SAML authentication</name>
<description>Authenticates user against a SAML backend, such as Shibboleth.</description>
<licence>AGPL</licence>
- <author>Nextcloud</author>
- <version>1.1.0</version>
+ <author>Lukas Reschke</author>
+ <version>1.2.0</version>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
</dependencies>
+ <namespace>User_SAML</namespace>
<types>
<authentication/>
</types>
+ <settings>
+ <admin>\OCA\User_SAML\Settings\Admin</admin>
+ <admin-section>OCA\User_SAML\Settings\Section</admin-section>
+ </settings>
</info>