Raphael Schneeberger 5 лет назад
Родитель
Сommit
b400ab46d6
1 измененных файлов с 34 добавлено и 2 удалено
  1. 34 2
      CHANGELOG.md

+ 34 - 2
CHANGELOG.md

@@ -4,16 +4,48 @@ All notable changes to this project will be documented in this file.
 ## [DEVELOPMENT]
 ### Features
 - Introduced support for PHPmyAdmin Single Sign On
+- Added NGINX Fast CGI Cache support
+- Install PHPMyAdmin directly from source, provide a migration script for existing installations.
+- Added new Webmail Stack to provide the ability to change the webmail client (Roundcube/Rainloop).
+- Install roundcube directly from source instead apt.
+- Added B2 Backup Support for Remote Backup Location, thanks @rez0n for the codeparts.
+- Added an upgrade script to provide inplace upgrades to php7.4 (or any other version).
+- Added template support for osticket, thanks @madito.
+- Added an SMTP Relay support for the whole server aswell for each domain.
 
 ### Bugfixes
-- Fixed an issue where user name was duplicated when editing FTP users (#1411)
+- Fixed an issue where user name was duplicated when editing FTP users. (#1411)
 - Fixed an issue where the iptables service would appear to be in a stopped state when fail2ban is stopped. (#1374)
 - Fixed an issue where the default language value was incorrectly set under Server Settings > Configure.
 - Fixed an issue with the dark theme where available updates were incorrectly displayed.
 - Fixed an issue where local and FTP backup files were not deleted when running `v-delete-user-backup`. (#1421)
-- Fixed an issue where IP addresses could not be deleted (#1423)
+- Fixed an issue where IP addresses could not be deleted. (#1423)
+- Fixed an issue where nginx web statistics authorization is located in the wrong directory.
+- Added last name option for backward compatibility with Bleasta / WHMCS plugins.
+- Added private folder to openbasedir permission for all main templates.
 - Improvements have been made to the API's error handling - thanks **@danielalexis**!
 - ZSTD Compression has been made multi-threaded.
+- Fixed multiple small bugs in email stack.
+- Fixed an issue which leads custom docroot to be not set on backup restore.
+- Fixed an issue which leads to an NSPOSIXErrorDomain:100 Error on Safari/iOS (thanks @stsimb).
+- Fixed multiple small issues with postgresql.
+- Fixed an issue which the adding firewall rules didnt check if port field is empty.
+- Fixed an issue where exim ignored the mail quota limit.
+- Improved mail informations to provide DKIM and other mail server settings in mail overview.
+- Improved removal handling to allow the remove of suspended users, domains, etc.
+- Fixed an issue with the invalid chars validation for mail auto reply.
+- Improved dependencies over package control to install lsb-release and zstd.
+- Fixed an issue which leads let's encrypt to fail in moodle template, thanks @ArturoBlanco.
+- Improved SFTP connection handling, changing expect to be case insensitive in SFTP (thanks @lazzurs).
+- Fixed an issue which doesnt save the mysql wait_timeout due to wrong regexp attribute (thanks @guicapanema).
+- Improved subdoamin handling to prevent the ability of creating subdomains when the tld belongs to another account (thanks @KuJoe and @sickcodes).
+- Improved the IDN handling to remove the current issues with let's encrypt and mail.
+
+## [1.3.3] - Service Release
+### Bugfixes
+- Improved if web folder already exists and do not follow symlink on chmod (thanks @0xGsch and @kikoas1995).
+- Improved api key authentification to prevent brute force attacks.
+- Improved ssh keys folder permission to prevent unauthorized access.
 
 ## [1.3.2] - Service Release
 ### Features