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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-13 16:37:08 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-13 16:37:08 +0300
commit69a4ca70afaf67c7b35623e407eac4f47b59cce0 (patch)
treebd30388295418d3be2ea5f43509f58c653c7b568 /appinfo/info.xml
parent323a06770bb6101ba85e761da0856a16e0780d40 (diff)
publish activities when a device is added/removed
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9616045..eace7fe 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -24,4 +24,13 @@
<two-factor-providers>
<provider>OCA\TwoFactorU2F\Provider\U2FProvider</provider>
</two-factor-providers>
+
+ <activity>
+ <settings>
+ <setting>OCA\TwoFactorU2F\Activity\Setting</setting>
+ </settings>
+ <providers>
+ <provider>OCA\TwoFactorU2F\Activity\Provider</provider>
+ </providers>
+ </activity>
</info>