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

CHANGELOG.md - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ae14c2c8e4082e6c8ce9025884c8262a6117ccc (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Changelog
All notable changes to this project will be documented in this file.

## 0.15.0 – 2019-12-10
### Added
- Spryng gateway support
- Sms77io gateway support
- Nextcloud 18 support
- php7.4 support
### Changed
- ecall API updated to new version
- New and updated translations
### Removed
- php7.1 support

## 0.14.1 – 2019-08-28
### Changed
- New and updated translations
### Fixed
- Vulnerabilities in npm dependencies

## 0.14.0 – 2019-05-14
### Added
- Nextcloud 16 support
### Fixed
- Use Telegram user/chat ID as entered by user to fix many edge cases
### Removed
- Nextcloud 15 support
- php7.0 support

## 0.13.0 – 2019-04-05
### Added
- Huawei E3531 3G stick support
- New and updated translations
- Move the personal settings to the general 2FA section

## 0.12.0 – 2019-02-13
### Added
- PHP 7.3 support
- Nextcloud 16 support
- ecall support
- voip.ms support
- New and updated translations
- User documentation
- CLI setup command parameter description
### Changed
- Better Telegram setup description
### Removed
- Nextcloud 14 support

## 0.11.0 – 2018-11-16
### Added
- PuzzelSMS support
- New and updated translations

## 0.10.1 – 2018-11-12
### Fixed
- Software dependencies updated

## 0.10.0 – 2018-10-08
### Added
- Support for ClockworkSMS
- Admin documentation reference in info.xml (also rendered on apps.nextcloud.com)
### Fixed
- Loading animation after provider state has been loaded
- Caching of Telegram chat id (provider stopped working after a few days)
- Removed dead code

## 0.9.0 – 2018-08-30
### Added
- Setup instructions for users directly in the settings UI
- Updated admin documentation
- New and updated translations
### Fixed
- Undefined variable warnings in the AProvider class
- Hide gateway settings if it's not configured by the admin

## 0.8.0 – 2018-08-24
### Added
- Ability to enable all three gateways (Signal, SMS, Telegram) at the same time
- An occ command to get the configuration status
- An occ command to interactively configure the gateways
- Ability to set a custom URL for the Signal gateway
### Fixed
- Fatal errors if no provider has been configured

## 0.7.0
### Added
- First working implementation
- Stable gateways: websms.de
- Unstable/experimental gateways: PlaySMS, Signal, Telegram
- UI to enter gateway identifier (e.g. phone number)
- Support for Nextcloud 14