Files
user_sql/CHANGELOG.md
Marcin Łojewski 5c702edee7 hashing -> hash
2018-07-07 09:21:40 +02:00

2.8 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

Added

  • SHA512 Whirlpool hash algorithm
  • WoltLab Community Framework 2.x hash algorithm
  • phpass hash implementation
  • Support for salt column

Changed

  • Example SQL script in README file

Fixed

  • Table and column autocomplete in settings panel

v4.0.0-rc2 - 2018-06-14

Added

  • User active column

Changed

  • Fixed "Use of undefined constant" error for Argon2 Crypt with PHP below 7.2.

4.0.0-rc1 - 2018-06-13

Added

  • New hash algorithms: Argon2 Crypt (PHP 7.2 and above), Blowfish Crypt, Courier base64-encoded MD5, Courier base64-encoded SHA1, Courier base64-encoded SHA256, Courier hexadecimal MD5, Extended DES Crypt, SHA256 Crypt, SHA512 Crypt, SSHA512, Standard DES Crypt
  • Option to allow users to change their display names
  • Option to allow user to change its avatar
  • Database query results cache
  • Option for group display name
  • Option for group is admin flag

Changed

  • The whole core implementation, which is NOT COMPATIBLE with the previous versions.
  • Minimum supported PHP version - 7.0

Removed

  • MySQL ENCRYPT() hash implementation - Function is deprecated as of MySQL 5.7.6 and will be removed in a future MySQL release.
  • MySQL PASSWORD() hash implementation - Function is deprecated as of MySQL 5.7.6 and will be removed in a future MySQL release.
  • Redmine hash implementation - Cannot implement in new core system.
  • User active column - Use database view instead
  • Domain support

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

  • This CHANGELOG.md file
  • Support for PHP 7
  • SHA1 hash algorithm support
  • Groups option
  • Supervisor option

Changed

  • Supported version of ownCloud, Nextcloud: ownCloud 10, Nextcloud 12