Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

## 2.0.0 – 2018-11-09
### Added
- Nextcloud 15 support
- New personal settings page (consolidated with other 2FA providers)
### Removed
- Nextcloud 14 support

## 1.6.1 – 2018-08-02
### Fixed
- Server provider registration updates when using multiple u2f devices

## 1.6.0 – 2018-08-02

### Added
- Nextcloud 14 support (requires beta 2+)
- Performance improvements
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Two Factor U2F</name>
<summary>U2F two-factor provider</summary>
<description>A two-factor provider for U2F devices</description>
<version>1.6.1</version>
<version>2.0.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorU2F</namespace>
Expand Down
80 changes: 28 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twofactor_u2f",
"version": "1.6.1",
"version": "2.0.0",
"description": "U2F second factor provider for Nextcloud",
"private": true,
"dependencies": {
Expand Down