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: 36b78157c5f2c69969ce7e9e46be90f2d403ba4b (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Changelog
All notable changes to this project will be documented in this file.

## 1.5.2 – 2018-03-28
### Changed
- Requires Nextcloud 13.0.1
### Fixed
- U2F on Firefox Quantum and mobile browsers

## 1.5.1 – 2018-01-09
### Added
- New and updated translations

## 1.5.0 – 2017-12-15
### Added
- Show warning if HTTP is used
- Php7.2 support
- Nextcloud 13 support
- New translations
- Firefox' internal U2F
### Fixed
- Settings are now listed in security section

## 1.4.0 – 2017-10-30
### Added
- Better U2F error messages

## 1.3.3 – 2017-08-21
### Added
- Translations
### Fixed
- Activity type for 2FA activies

## 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