Skip to content

Commit 1fb8a12

Browse files
author
Kristan Kenney
committed
Merge branch 'main' into feature/ui-themes_vestia
2 parents 0aec7b5 + 53b684e commit 1fb8a12

File tree

533 files changed

+4348
-2723
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

533 files changed

+4348
-2723
lines changed

CHANGELOG.md

Lines changed: 29 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,55 @@ All notable changes to this project will be documented in this file.
44
## [DEVELOPMENT]
55
### Features
66
- Introduced single sign-on support for phpMyAdmin.
7-
- Introduced support for NGINX Fast CGI Cache.
7+
- Introduced support for NGINX FastCGI cache.
88
- 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)
9+
- Introduced the ability to choose which webmail client to use per-domain (Roundcube or Rainloop).
1010
- 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.
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.
1314
- Added an upgrade script to provide in-place upgrades to php7.4 (or any other version).
1415

16+
1517
### Bugfixes
1618
- Fixed an issue where user name was duplicated when editing FTP users. (#1411)
1719
- Fixed an issue where the iptables service would appear to be in a stopped state when fail2ban is stopped. (#1374)
1820
- Fixed an issue where the default language value was incorrectly set under Server Settings > Configure.
1921
- Fixed an issue with the dark theme where available updates were incorrectly displayed.
2022
- Fixed an issue where local and FTP backup files were not deleted when running `v-delete-user-backup`. (#1421)
2123
- Fixed an issue where IP addresses could not be deleted. (#1423)
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.
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.
2526
- 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**.
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**).
3030
- 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.
3135
- Improved compatibility with Blesta / WHMCS plugins.
3236
- Improved API error handling routines - thanks **@danielalexis**!
33-
- Improved performance by enabling multithreading when creating backups using the `zstd` compression type.
37+
- Improved backup performance through the use of multi-threading when creating archives using the `zstd` compression type.
3438
- Improved error handling when creating firewall rules.
35-
- Improved overview to provide DKIM and other mail server settings in mail overview.
36-
- Improved removal handling to allow the remove of suspended users, domains, etc.
39+
- Improved handling of suspended users and domains to allow deletion without unsuspension.
3740
- 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**).
41+
- Improved SFTP connection handling to be case insensitive (thanks **@lazzurs**).
3942
- Improved domain validation to prevent creating subdomains when the top-level domain belongs to another account (thanks **@KuJoe** and **@sickcodes**).
4043
- 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.
44+
- Added private folder to openbasedir permissions for all main templates.
4245
- Disabled changing backup folder via Web UI because it used symbolic link instead of mount causing issues with restore mail / user files.
43-
- Fixed xss vulnerability in v-add-sys-ip and user history log (thanks **@numanturle**)
44-
- Fixed remote execution possibility when deleting ssh key (thanks **@numanturle**)
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.
4556

4657
## [1.3.4] - Service Release
4758
### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Hestia Control Panel](https://www.hestiacp.com/)
44
==================================================
5-
**Latest stable release:** Version 1.3.4 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md)<br>
5+
**Latest stable release:** Version 1.3.5 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md)<br>
66

77
**Web:** [www.hestiacp.com](https://www.hestiacp.com/)<br>
88
**Documentation:** [docs.hestiacp.com](https://docs.hestiacp.com/)<br>

bin/v-acknowledge-user-notification

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ user=$1
1717
id=$2
1818

1919
# Includes
20+
# shellcheck source=/usr/local/hestia/func/main.sh
2021
source $HESTIA/func/main.sh
22+
# shellcheck source=/usr/local/hestia/conf/hestia.conf
2123
source $HESTIA/conf/hestia.conf
2224

2325

bin/v-add-backup-host

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ path=${5-/backup}
2323
port=$6
2424

2525
# Includes
26+
# shellcheck source=/usr/local/hestia/func/main.sh
2627
source $HESTIA/func/main.sh
28+
# shellcheck source=/usr/local/hestia/conf/hestia.conf
2729
source $HESTIA/conf/hestia.conf
2830

2931
# Paths

bin/v-add-cron-hestia-autoupdate

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ user=admin
1515
mode=$1
1616

1717
# Includes
18+
# shellcheck source=/usr/local/hestia/func/main.sh
1819
source $HESTIA/func/main.sh
20+
# shellcheck source=/usr/local/hestia/conf/hestia.conf
1921
source $HESTIA/conf/hestia.conf
2022

2123

bin/v-add-cron-job

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ job=$8
2525
restart=$9
2626

2727
# Includes
28+
# shellcheck source=/usr/local/hestia/func/main.sh
2829
source $HESTIA/func/main.sh
30+
# shellcheck source=/usr/local/hestia/conf/hestia.conf
2931
source $HESTIA/conf/hestia.conf
3032

3133
HIDE=7

bin/v-add-cron-letsencrypt-job

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
#----------------------------------------------------------#
1212

1313
# Includes
14+
# shellcheck source=/usr/local/hestia/func/main.sh
1415
source $HESTIA/func/main.sh
16+
# shellcheck source=/usr/local/hestia/conf/hestia.conf
1517
source $HESTIA/conf/hestia.conf
1618

1719

bin/v-add-cron-reports

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
user=$1
1818

1919
# Includes
20+
# shellcheck source=/usr/local/hestia/func/main.sh
2021
source $HESTIA/func/main.sh
22+
# shellcheck source=/usr/local/hestia/conf/hestia.conf
2123
source $HESTIA/conf/hestia.conf
2224

2325

bin/v-add-cron-restart-job

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
#----------------------------------------------------------#
1212

1313
# Includes
14+
# shellcheck source=/usr/local/hestia/func/main.sh
1415
source $HESTIA/func/main.sh
16+
# shellcheck source=/usr/local/hestia/conf/hestia.conf
1517
source $HESTIA/conf/hestia.conf
1618

1719

bin/v-add-database

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ charset=${7-UTF8}
2929
charset=$(echo "$charset" |tr '[:lower:]' '[:upper:]')
3030

3131
# Includes
32+
# shellcheck source=/usr/local/hestia/func/main.sh
3233
source $HESTIA/func/main.sh
34+
# shellcheck source=/usr/local/hestia/func/db.sh
3335
source $HESTIA/func/db.sh
36+
# shellcheck source=/usr/local/hestia/conf/hestia.conf
3437
source $HESTIA/conf/hestia.conf
3538

3639
if [ "$type" = "pgsql" ]; then

0 commit comments

Comments
 (0)