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:
authorMorris Jobke <hey@morrisjobke.de>2016-11-26 01:43:24 +0300
committerGitHub <noreply@github.com>2016-11-26 01:43:24 +0300
commit1e8bd0f13f7b21e778dda28774651aa856557499 (patch)
tree211a4a8fe8991e5e14ba2297331ddd68d9f86d07
parent1cc2d48f90fc9ee7ffecdc619985b60343252a3f (diff)
parent9f41c352a22bfb4feaef18cf0aaf88b0132a607e (diff)
Merge pull request #86 from nextcloud/appstore-info-xml0.5.0
update info.xml for the new app store
-rw-r--r--CHANGELOG.md6
-rw-r--r--README.md5
-rw-r--r--appinfo/info.xml26
-rw-r--r--screenshots/enter_challenge.pngbin350705 -> 329237 bytes
-rw-r--r--screenshots/files.pngbin35345 -> 0 bytes
-rw-r--r--screenshots/login.pngbin337596 -> 0 bytes
-rw-r--r--screenshots/select_challenge.pngbin364177 -> 0 bytes
-rw-r--r--screenshots/settings.pngbin46418 -> 48798 bytes
8 files changed, 22 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a46e38..4274849 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.5
+- Support NC11
+- php 5.6-7.0
+
## 0.4.0 – 2016-08-19
- Cloud ID, product name and URL encoded in QR code label
-- Support for NC11/OC9.1
+- Support for NC10/OC9.1
## 0.3.0 – 2016-06-09
diff --git a/README.md b/README.md
index 66a09e4..1834dfe 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,5 @@ Tested with the following apps:
* [Google Authenticator](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2) (proprietary)
## Enabling TOTP 2FA for your account
-![](screenshots/settings.png)
-![](screenshots/login.png)
-![](screenshots/select_challenge.png)
![](screenshots/enter_challenge.png)
-![](screenshots/files.png)
+![](screenshots/settings.png)
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>
diff --git a/screenshots/enter_challenge.png b/screenshots/enter_challenge.png
index a648cd5..6b436f5 100644
--- a/screenshots/enter_challenge.png
+++ b/screenshots/enter_challenge.png
Binary files differ
diff --git a/screenshots/files.png b/screenshots/files.png
deleted file mode 100644
index 7109590..0000000
--- a/screenshots/files.png
+++ /dev/null
Binary files differ
diff --git a/screenshots/login.png b/screenshots/login.png
deleted file mode 100644
index 16a134e..0000000
--- a/screenshots/login.png
+++ /dev/null
Binary files differ
diff --git a/screenshots/select_challenge.png b/screenshots/select_challenge.png
deleted file mode 100644
index a4a1832..0000000
--- a/screenshots/select_challenge.png
+++ /dev/null
Binary files differ
diff --git a/screenshots/settings.png b/screenshots/settings.png
index 1dbf6c5..4d34378 100644
--- a/screenshots/settings.png
+++ b/screenshots/settings.png
Binary files differ