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:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2018-12-12 11:40:42 +0300
committerGitHub <noreply@github.com>2018-12-12 11:40:42 +0300
commit456d1c726e37e260d4ef0858d56f311852e51c84 (patch)
treea90ae0084910a23adf4c57a82b2309b8731d2c5e
parentb5f088b58ae1fa75c0579f233043f265249efb65 (diff)
parent940fef801c3530f7569af344a162a58b49406e8d (diff)
Merge pull request #360 from nextcloud/release/2.1.0v2.1.0
Release v2.1.0
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 13 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95994b2..9d7e540 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.1.0 – 2018-12-12
+### Added
+- Ability to disable provider via `occ twofactor:disable <uid> totp`
+- Support for Nextcloud 16
+- Support for php 7.3
+- New and updated translations
+### Fixed
+- Password confirmation on IE and other outdated browsers
+- Removed unused assets in release tarball
+
## 2.0.1 – 2018-11-19
### Fixed
- Handle/log rejected password confirmation
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7f10fbf..b190d47 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Two Factor TOTP Provider</name>
<summary>TOTP two-factor provider</summary>
<description>A Two-Factor-Auth Provider for TOTP (RFC 6238)</description>
- <version>2.0.1</version>
+ <version>2.1.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorTOTP</namespace>
diff --git a/package-lock.json b/package-lock.json
index 829055f..fc4240c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_totp",
- "version": "2.0.1",
+ "version": "2.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 5cfa3ca..0710de9 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "twofactor_totp",
"description": "Nextcloud TwoFactor TOTP",
- "version": "2.0.1",
+ "version": "2.1.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,