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

CHANGELOG.md - github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4cfefb146d78f26152c4476f9c8b7d5aedef6d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Changelog
All notable changes to this project will be documented in this file.

## 1.3.2 – 2017-05-15
### Fixed
- Login fails when using multiple U2F devices

## 1.3.1 – 2017-05-04
### Fixed
- Login fails when using multiple U2F devices

## 1.3.0 – 2017-05-02
### Added
- Support for multiple U2F devices
- Translations
### Fixed
- Personal settings icon on NC12

## 1.2.0 – 2017-04-03
### Added
- Settings icon (NC12 only)
### Changed
- New and updated translations

## 1.1.0 – 2017-02-06
### Added
- Password confirmation when enabling/disabling the provider
- Translations

## 1.0.0 – 2017-01-23
### Added
- Nextcloud 12 support
- php7.1 support
- Updated U2F library to support NFC tokens
- Publish activities when U2F is enabled or disabled (Nextcloud 12 only)

### Fixed
- Replaced deprecated IDb interface by IDBConnection