Skip to content

Commit 4bba900

Browse files
author
Kristan Kenney
committed
Update CHANGELOG.md
1 parent abd9b82 commit 4bba900

File tree

1 file changed

+28
-29
lines changed

1 file changed

+28
-29
lines changed

CHANGELOG.md

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ All notable changes to this project will be documented in this file.
33

44
## [DEVELOPMENT]
55
### Features
6-
- Introduced support for PHPmyAdmin Single Sign On
7-
- Added NGINX Fast CGI Cache support
8-
- Install PHPMyAdmin directly from source, provide a migration script for existing installations.
9-
- Added new Webmail Stack to provide the ability to change the webmail client (Roundcube/Rainloop).
10-
- Install roundcube directly from source instead apt.
11-
- Added B2 Backup Support for Remote Backup Location, thanks @rez0n for the codeparts.
12-
- Added an upgrade script to provide inplace upgrades to php7.4 (or any other version).
13-
- Added template support for osticket, thanks @madito.
14-
- Added an SMTP Relay support for the whole server aswell for each domain.
6+
- Introduced single sign-on support for phpMyAdmin.
7+
- Introduced support for NGINX Fast CGI Cache.
8+
- Introduced support for SMTP Relay / smarthosts (server-wide or per-domain).
9+
- Introduced the ability to choose which webmail client to use per-domain (Roundcube or Rainloop)
10+
- Added B2 Backup Support for Remote Backup Location - thanks **@rez0n**!
11+
- Added template support for osticket - thanks **@madito**!
12+
- Install phpMyAdmin directly from source and provide a migration script for existing installations.
13+
- Added an upgrade script to provide in-place upgrades to php7.4 (or any other version).
1514

1615
### Bugfixes
1716
- Fixed an issue where user name was duplicated when editing FTP users. (#1411)
@@ -20,27 +19,27 @@ All notable changes to this project will be documented in this file.
2019
- Fixed an issue with the dark theme where available updates were incorrectly displayed.
2120
- Fixed an issue where local and FTP backup files were not deleted when running `v-delete-user-backup`. (#1421)
2221
- Fixed an issue where IP addresses could not be deleted. (#1423)
23-
- Fixed an issue where nginx web statistics authorization is located in the wrong directory.
24-
- Added last name option for backward compatibility with Bleasta / WHMCS plugins.
25-
- Added private folder to openbasedir permission for all main templates.
26-
- Improvements have been made to the API's error handling - thanks **@danielalexis**!
27-
- ZSTD Compression has been made multi-threaded.
28-
- Fixed multiple small bugs in email stack.
29-
- Fixed an issue which leads custom docroot to be not set on backup restore.
30-
- Fixed an issue which leads to an NSPOSIXErrorDomain:100 Error on Safari/iOS (thanks @stsimb).
31-
- Fixed multiple small issues with postgresql.
32-
- Fixed an issue which the adding firewall rules didnt check if port field is empty.
33-
- Fixed an issue where exim ignored the mail quota limit.
34-
- Improved mail informations to provide DKIM and other mail server settings in mail overview.
22+
- Fixed an issue where nginx web statistics authorization file was placed in the wrong directory.
23+
- Fixed multiple small issues in mail domain handling and webmail stack.
24+
- Fixed an issue which caused the custom docroot value to be not set when restoring a backup.
25+
- Fixed an issue which caused a `NSPOSIXErrorDomain:100` error when using Safari/iOS (thanks **@stsimb**).
26+
- Fixed multiple small issues which occured when using PostgreSQL.
27+
- Fixed an issue where exim ignored the conigured mail quota limit.
28+
- Fixed an issue with the invalid character validation for mail auto replies.
29+
- Fixed an issue which caused Let's Encrypt to fail when using the Moodle template - thanks **@ArturoBlanco**.
30+
- Fixed an issue where the MySQL `wait_timeout` value was not saved due to wrong regexp attribute (thanks **@guicapanema**).
31+
- Improved compatibility with Blesta / WHMCS plugins.
32+
- Improved API error handling routines - thanks **@danielalexis**!
33+
- Improved performance by enabling multithreading when creating backups using the `zstd` compression type.
34+
- Improved error handling when creating firewall rules.
35+
- Improved overview to provide DKIM and other mail server settings in mail overview.
3536
- Improved removal handling to allow the remove of suspended users, domains, etc.
36-
- Fixed an issue with the invalid chars validation for mail auto reply.
37-
- Improved dependencies over package control to install lsb-release and zstd.
38-
- Fixed an issue which leads let's encrypt to fail in moodle template, thanks @ArturoBlanco.
39-
- Improved SFTP connection handling, changing expect to be case insensitive in SFTP (thanks @lazzurs).
40-
- Fixed an issue which doesnt save the mysql wait_timeout due to wrong regexp attribute (thanks @guicapanema).
41-
- Improved subdoamin handling to prevent the ability of creating subdomains when the tld belongs to another account (thanks @KuJoe and @sickcodes).
42-
- Improved the IDN handling to remove the current issues with let's encrypt and mail.
43-
- Disabled changing backup folder via Web UI because it used symbolic link instead of mount causing issues with restore mail / user files
37+
- Improved dependencies over package control to install `lsb-release` and `zstd`.
38+
- Improved SFTP connection handling, changing expect to be case insensitive in SFTP (thanks **@lazzurs**).
39+
- Improved domain validation to prevent creating subdomains when the top-level domain belongs to another account (thanks **@KuJoe** and **@sickcodes**).
40+
- Improved IDN domain handling to resolve issues with Let's Encrypt SSL and mail domain services.
41+
- Added private folder to openbasedir permission for all main templates.
42+
- Disabled changing backup folder via Web UI because it used symbolic link instead of mount causing issues with restore mail / user files.
4443

4544
## [1.3.3] - Service Release
4645
### Bugfixes

0 commit comments

Comments
 (0)