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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml26
1 files changed, 16 insertions, 10 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7c4c944..3140b36 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,20 +1,26 @@
<?xml version="1.0"?>
-<info>
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>twofactor_totp</id>
<name>Two Factor TOTP Provider</name>
- <description>A Two-Factor-Auth Provider for TOTP</description>
- <licence>AGPL</licence>
+ <summary>TOTP two-factor provider</summary>
+ <description>A Two-Factor-Auth Provider for TOTP (RFC 6238)</description>
+ <version>0.5.0</version>
+ <licence>agpl</licence>
<author>Christoph Wurst</author>
- <version>0.4.3</version>
<namespace>TwoFactorTOTP</namespace>
- <category>other</category>
-
- <two-factor-providers>
- <provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>
- </two-factor-providers>
+ <category>auth</category>
+ <website>https://github.com/nextcloud/twofactor_totp#readme</website>
+ <bugs>https://github.com/nextcloud/twofactor_totp/issues</bugs>
+ <repository type="git">https://github.com/nextcloud/twofactor_totp.git</repository>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/enter_challenge.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/settings.png</screenshot>
<dependencies>
- <nextcloud min-version="11" max-version="11" />
<php min-version="5.6" max-version="7.0" />
+ <nextcloud min-version="11" max-version="11" />
</dependencies>
+ <two-factor-providers>
+ <provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>
+ </two-factor-providers>
</info>