From 2f14ec78329cdd894048dd0e8339445309cdf019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81ojewski?= Date: Tue, 6 Feb 2018 21:36:50 +0100 Subject: [PATCH] Updated CHANGELOG.md, name fix --- CHANGELOG.md | 13 ++++++++++++- templates/admin.php | 8 ++++---- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fad3c87..e26b646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [3.1.0] - 2018-02-06 ### Added - Column autocomplete for PostgreSQL - Currently supported parameters in README.md +- SALT support for password algorithms "system" and "password_hash" +### Changed +- Updated README.me file +- Nextcloud 12 & 13 support +- Moved files to be more on the standard places +- Renamed some files to be more standard like +- Source code changes to be more standard like (max 80 characters) ### Fixed - Column autocomplete in "Groups Settings" +- Security fix for password length sniffing attacks +- Small bug fixes +## Removed +- Code for supervisor mode ## [2.4.0] - 2017-12-26 ### Added diff --git a/templates/admin.php b/templates/admin.php index d7f7048..2799a3b 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -100,7 +100,7 @@

- 'No Synchronisation', 'initial' => 'Synchronise only once', 'forceoc' => 'ownCloud always wins', 'forcesql' => 'SQL always wins'); ?> + 'No Synchronisation', 'initial' => 'Synchronise only once', 'forceoc' => 'Nextcloud always wins', 'forcesql' => 'SQL always wins'); ?>

- +

- +

- +