|
|
@@ -3,56 +3,56 @@ All notable changes to this project will be documented in this file.
|
|
|
|
|
|
## [CURRENT] - Development
|
|
|
### Features
|
|
|
-- Add read only/demo mode function if DEMO_MODE is set to yes in hestia.conf.
|
|
|
-- Add php-imagick module to installer and upgrade scripts.
|
|
|
-- Add recidive filter function to fail2ban.
|
|
|
-- Refactored multiphp functionality. Multiphp will be enabled by default on new installations.
|
|
|
-- Allow admin user to add or remove php versions from webui ( edit/server->"Web Server" page).
|
|
|
+- Added read only/demo mode function if DEMO_MODE is set to yes in hestia.conf.
|
|
|
+- Added php-imagick module to installer and upgrade scripts.
|
|
|
+- Added recidive filter function to fail2ban.
|
|
|
+- Refactored MultiPHP functionality. MultiPHP will be enabled by default on new installations.
|
|
|
+- Allowed admin user to add or remove PHP versions from webui (edit/server->"Web Server" page).
|
|
|
|
|
|
### Bugfixes
|
|
|
-- Add a detection of web root for add .well-known acme challenge.
|
|
|
-- Rework Let's Encrypt acme staging to use hestia conform standard.
|
|
|
-- Fix if condition, use nginx for Let's Encrypt acme request if present.
|
|
|
-- Rework v-add-sys-ip, remove centos/redhat support and rework conditions.
|
|
|
-- Enable hsts and force ssl on v-add-letsencrypt-host.
|
|
|
-- Prevent login action for webmail in list user view.
|
|
|
-- Remove hardcoded mail in helo data (cosmetic fix).
|
|
|
-- Fix sftp server validation check, thanks to @dbannik!
|
|
|
-- Implement warning message for creating web domains under admin user.
|
|
|
-- v-generate-api-key: Fix wrong quotes used for default keys folder location.
|
|
|
-- Fix permissions to allow acces for ftp users created in web domains under admin account.
|
|
|
-- Remove old Vesta Filemanager files completly
|
|
|
+- Added a detection of web root for add .well-known ACME challenge.
|
|
|
+- Reworked Let's Encrypt ACME staging to use hestia conform standard.
|
|
|
+- Fixed if condition, use Nginx for Let's Encrypt ACME request if present.
|
|
|
+- Reworked v-add-sys-ip, removed CentOS/Red Hat support and reworked conditions.
|
|
|
+- Enabled HSTS and force SSL on v-add-letsencrypt-host.
|
|
|
+- Prevented login action for webmail in list user view.
|
|
|
+- Removed hardcoded mail in HELO data (cosmetic fix).
|
|
|
+- Fixed SFTP server validation check, thanks to @dbannik!
|
|
|
+- Implemented warning message for creating web domains under admin user.
|
|
|
+- v-generate-api-key: Fixed wrong quotes used for default keys folder location.
|
|
|
+- Fixed permissions to allow access for FTP users created in web domains under admin account.
|
|
|
+- Removed obsolete Vesta Filemanager files completely.
|
|
|
|
|
|
## [1.0.4] - 2019-07-09 - Hotfix
|
|
|
### Bugfixes
|
|
|
-- Delay start of services to prevent restart liimit
|
|
|
+- Delayed start of services to prevent restart limit.
|
|
|
|
|
|
## [1.0.3] - 2019-07-09 - Hotfix
|
|
|
### Bugfixes
|
|
|
-- Fix Let's Encrypt Mail SSL permission issue
|
|
|
+- Fixed Let's Encrypt Mail SSL permission issue.
|
|
|
|
|
|
## [1.0.1] - 2019-06-25
|
|
|
### Features
|
|
|
-- Improved support for Let's Encrypt certificate generation
|
|
|
-- Addition of Let's Encrypt support for Control Panel – see v-add-letsencrypt-host
|
|
|
-- Enabled use of per-domain SSL certificates for inbound and outbound mail services
|
|
|
-- Consolidated template structure, removing over 50% duplicate code
|
|
|
-- Re-organized file system structure for domain configuration files
|
|
|
-- Added the ability to change release branches through the user interface and command line
|
|
|
-- Added the ability to update using Git from the command line - see v-sys-update-hestia-git
|
|
|
-- Implemented support for SFTP chroot jails
|
|
|
+- Improved support for Let's Encrypt certificate generation.
|
|
|
+- v-add-letsencrypt-host: Added Let's Encrypt support for Control Panel's own SSL.
|
|
|
+- Enabled use of per-domain SSL certificates for inbound and outbound mail services.
|
|
|
+- Consolidated template structure, removing over 50% duplicate code.
|
|
|
+- Re-organised file system structure for domain configuration files.
|
|
|
+- Added the ability to change release branches through the user interface and the command line.
|
|
|
+- v-sys-update-hestia-git: Added the ability to update using Git from the command line.
|
|
|
+- Implemented support for SFTP chroot jails.
|
|
|
- A newly redesigned user interface which features:
|
|
|
- A softer color palette which better matches the Hestia Control Panel logo colors.
|
|
|
- - A consolidated overview of domains and other information
|
|
|
- - Improved navigation paths to make things easier to find
|
|
|
- - Improved compatibility when viewing the Control Panel interface from a mobile device
|
|
|
-- Improved handling of mail domain DNS zone values
|
|
|
-- Enabled OCSP stapling on SSL-enabled web domains
|
|
|
-- Enabled support for HTTP Strict Transport Security on SSL-enabled web domains in the system backend– see v-change-web-domain-hsts
|
|
|
-- Improved logging and console output during new installations and upgrades
|
|
|
+ - A consolidated overview of domains and other information.
|
|
|
+ - Improved navigation paths to make things easier to find.
|
|
|
+ - Improved compatibility when viewing the Control Panel interface from a mobile device.
|
|
|
+- Improved handling of mail domain DNS zone values.
|
|
|
+- Enabled OCSP stapling on SSL-enabled web domains.
|
|
|
+- v-change-web-domain-hsts: Enabled support for HTTP Strict Transport Security (HSTS) on SSL.
|
|
|
+- Improved logging and console output during new installations and upgrades.
|
|
|
|
|
|
### Bugfixes
|
|
|
-- Fixed issues with HTTP-to-HTTPS redirecton
|
|
|
+- Fixed issues with HTTP-to-HTTPS redirecton.
|
|
|
- Fixed an issue where another website would load if browsing to a non-SSL enabled domaing using HTTPS.
|
|
|
|
|
|
## [1.0.0-190618] - 2019-06-25
|
|
|
@@ -64,7 +64,7 @@ All notable changes to this project will be documented in this file.
|
|
|
|
|
|
## [0.9.8-28] - 2019-05-16
|
|
|
### Features
|
|
|
-- Implement force ssl function for web domains
|
|
|
+- Implemented force SSL function for web domains.
|
|
|
|
|
|
### Bugfixes
|
|
|
-
|