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

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2018-05-23 17:13:51 +0300
committersualko <klaus@jsxc.org>2018-05-23 17:13:51 +0300
commit0d14217e366ddf6d612df91c12a9144e0188aba8 (patch)
tree260a5c948eec206104b29799f62f8a04cf7369ff /appinfo/application.php
parentc66b8a25c641ade0472da8dcc98adf371d136b42 (diff)
add privacy notice to managed server registration, add app version to request
Diffstat (limited to 'appinfo/application.php')
-rw-r--r--appinfo/application.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/application.php b/appinfo/application.php
index 11bd2b5..7d11dc1 100644
--- a/appinfo/application.php
+++ b/appinfo/application.php
@@ -112,6 +112,7 @@ class Application extends App {
$c->query('OCP\ILogger'),
$c->query('DataRetriever'),
$c->query('OCP\Security\ISecureRandom'),
+ $c->query('OCP\App\IAppManager'),
'https://xmpp.jsxc.ch/registration'
);
});