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: e08e9ad7bd5b6c2b895b01863245672b36649254 (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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# Changelog
All notable changes to this project will be documented in this file.

## 0.20.0 - 2020-08-26
(no code changes, just version bump)
### Added
- Nextcloud 24 support
- PHP 8.1 support
### Removed
- Nextcloud 18-20 support

## (0.18.0 / 0.19.0 missing data)
### Added
- Nextcloud 23 support
- PHP 8.0 support
### Removed
- PHP 7.2 support

## 0.17.0 - 2020-08-26
### Added
- Nextcloud 20 support
- Ability to remove gateways via the CLI
- ClickSend.com SMS gateway
### Removed
- Nextcloud 16 support
- Nextcloud 17 support

## 0.16.0 - 2020-04-17
### Added
- Nextcloud 19 support
- Clickatell.com gateway support
- OVH SMS gateway support
### Changed
- New and updated translations
- Updated dependencies
### Fixed
- Problems with sms77

## 0.15.1 – 2020-01-07
### Changed
- New and updated translations
- Updated dependencies

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