You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+58-5Lines changed: 58 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,70 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [DEVELOPMENT]
5
5
### Features
6
-
- Introduced support for PHPmyAdmin Single Sign On
6
+
- Introduced single sign-on support for phpMyAdmin.
7
+
- Introduced support for NGINX FastCGI 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
+
- Packages for phpMyAdmin, Roundcube, and Rainloop will be pulled directly from their upstream source instead of APT for new installations.
13
+
- Added DNS records view to mail domains which provides DKIM, SPF, and other entries to use with an external provider.
14
+
- Added an upgrade script to provide in-place upgrades to php7.4 (or any other version).
15
+
7
16
8
17
### Bugfixes
9
-
- Fixed an issue where user name was duplicated when editing FTP users (#1411)
18
+
- Fixed an issue where user name was duplicated when editing FTP users. (#1411)
10
19
- Fixed an issue where the iptables service would appear to be in a stopped state when fail2ban is stopped. (#1374)
11
20
- Fixed an issue where the default language value was incorrectly set under Server Settings > Configure.
12
21
- Fixed an issue with the dark theme where available updates were incorrectly displayed.
13
22
- 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)
15
-
- Improvements have been made to the API's error handling - thanks **@danielalexis**!
16
-
- ZSTD Compression has been made multi-threaded.
23
+
- Fixed an issue where IP addresses could not be deleted. (#1423)
24
+
- Fixed an issue where `v-rebuild-user` would incorrectly rebuild domain items in addition to user account configuration.
25
+
- Fixed an issue which caused a web domain's custom document root value to be lost when restoring from backup.
26
+
- Fixed an issue which caused a `NSPOSIXErrorDomain:100` error when using Safari/iOS (thanks **@stsimb**).
27
+
- Fixed an issue where exim ignored the configured mail quota limit.
28
+
- Fixed an issue where invalid character validation was performed when editing 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
+
- Fixed an issue where nginx web statistics authorization file was placed in the wrong directory.
32
+
- Fixed several small issues that were reported when using PostgreSQL.
33
+
- Improved reliability of mail domains and webmail clients.
34
+
- Improved reliability of service restarts during upgrades.
35
+
- Improved compatibility with Blesta / WHMCS plugins.
36
+
- Improved API error handling routines - thanks **@danielalexis**!
37
+
- Improved backup performance through the use of multi-threading when creating archives using the `zstd` compression type.
38
+
- Improved error handling when creating firewall rules.
39
+
- Improved handling of suspended users and domains to allow deletion without unsuspension.
40
+
- Improved dependencies over package control to install `lsb-release` and `zstd`.
41
+
- Improved SFTP connection handling to be case insensitive (thanks **@lazzurs**).
42
+
- Improved domain validation to prevent creating subdomains when the top-level domain belongs to another account (thanks **@KuJoe** and **@sickcodes**).
43
+
- Improved IDN domain handling to resolve issues with Let's Encrypt SSL and mail domain services.
44
+
- Added private folder to openbasedir permissions for all main templates.
45
+
- Disabled changing backup folder via Web UI because it used symbolic link instead of mount causing issues with restore mail / user files.
46
+
- Fixed XSS vulnerability in `v-add-sys-ip` and user history log (thanks **@numanturle**).
47
+
- Fixed remote code execution vulnerability which could occur when deleting SSH keys (thanks **@numanturle**).
48
+
49
+
## [1.3.5] - Service Release
50
+
### Features
51
+
- No new features have been introduced in this release.
52
+
53
+
### Bugfixes
54
+
- Updated APT repository key for PHP from packages.sury.org (https://forum.hestiacp.com/t/apt-upgrade-failed-gpg-error-packages-sury-org)
55
+
- Updated phpMyAdmin to v5.1.0.
56
+
57
+
## [1.3.4] - Service Release
58
+
### Features
59
+
- No new features have been introduced in this release.
60
+
61
+
### Bugfixes
62
+
- Fixed xss vulnerability in v-add-sys-ip and user history log (thanks **@numanturle**)
0 commit comments