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.
- Support for Nextcloud 22, 23
- Support for Doctrine 3
- Support for Nextcloud 21 only
4.6.0 - 2021-01-16
- issue#123 - sync exception - Duplicate entry
- Support for Nextcloud 20
4.5.0 - 2020-04-13
- Support for Nextcloud 19
- Argon2id support
- System wide values option
- Allow email login option
- UID user table column
- GID user table column
- HMAC hash implementation
- Default group option
4.4.1 - 2020-02-02
- Issue generating 'Object of class Closure could not be converted to string' log message
4.4.0 - 2019-10-09
- Users can confirm passwords
- Support Nextcloud password_policy
- Support for Nextcloud 18
- Name sync option
- Getting user display names backend
- Do not include users which are disabled
- Extend user/group search
4.3.0 - 2018-12-30
- Reverse active column option
- Support for Nextcloud 16
- Set default value for "provide avatar" option
- Set hash algorithm parameters
4.2.1 - 2018-12-22
- SQL error when same column names given in several tables
4.2.0 - 2018-12-16
- Support for Nextcloud 15
- Redmine, SHA-256, SHA-512 hash algorithms
- Loading user list when display name is null
- Hide "password change form" when "Allow password change" not set
- Append salt only when checked. Not by default
4.1.0 - 2018-10-28
- Whirlpool hash algorithm
- 'Prepend salt' toggle
- Drupal 7 hash algorithm
- 'Case-insensitive username' option
- Error when 'Display name' not set
- Encoding of iteration for 'Extended DES (Crypt)'
- 'Trying to get property of non-object' warning
4.0.1 - 2018-08-16
- Leftover lines break the admin page
4.0.0 - 2018-08-11
- SHA512 Whirlpool hash algorithm
- WoltLab Community Framework 2.x hash algorithm
- phpass hash implementation
- Support for salt column
- User quota synchronization
- Example SQL script in README file
- Fixed misspelling
- Support for Nextcloud 14 only
- Group backend implementation
- User backend implementation
- Table and column autocomplete in settings panel
4.0.0-rc2 - 2018-06-14
- User active column
- Fixed "Use of undefined constant" error for Argon2 Crypt with PHP below 7.2.
4.0.0-rc1 - 2018-06-13
- 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
- The whole core implementation, which is NOT COMPATIBLE with the previous versions.
- Minimum supported PHP version - 7.0
- 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
- Column autocomplete for PostgreSQL
- Currently supported parameters in README.md
- SALT support for password algorithms "system" and "password_hash"
- 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)
- Column autocomplete in "Groups Settings"
- Security fix for password length sniffing attacks
- Small bug fixes
- Code for supervisor mode
- This CHANGELOG.md file
- Support for PHP 7
- SHA1 hash algorithm support
- Groups option
- Supervisor option
- Supported version of ownCloud, Nextcloud: ownCloud 10, Nextcloud 12