@@ -4,16 +4,48 @@ All notable changes to this project will be documented in this file.
44## [ DEVELOPMENT]
55### Features
66- 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.
715
816### Bugfixes
9- - Fixed an issue where user name was duplicated when editing FTP users (#1411 )
17+ - Fixed an issue where user name was duplicated when editing FTP users. (#1411 )
1018- Fixed an issue where the iptables service would appear to be in a stopped state when fail2ban is stopped. (#1374 )
1119- Fixed an issue where the default language value was incorrectly set under Server Settings > Configure.
1220- Fixed an issue with the dark theme where available updates were incorrectly displayed.
1321- Fixed an issue where local and FTP backup files were not deleted when running ` v-delete-user-backup ` . (#1421 )
14- - Fixed an issue where IP addresses could not be deleted (#1423 )
22+ - 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.
1526- Improvements have been made to the API's error handling - thanks ** @danielalexis ** !
1627- 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.
35+ - 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+
44+ ## [ 1.3.3] - Service Release
45+ ### Bugfixes
46+ - Improved if web folder already exists and do not follow symlink on chmod (thanks @0xGsch and @kikoas1995 ).
47+ - Improved api key authentification to prevent brute force attacks.
48+ - Improved ssh keys folder permission to prevent unauthorized access.
1749
1850## [ 1.3.2] - Service Release
1951### Features
0 commit comments