Skip to content

Commit 9b836a0

Browse files
committed
Merge branch 'staging/1.4.4' into main
2 parents 9e1eb76 + 03b7467 commit 9b836a0

File tree

16 files changed

+40
-35
lines changed

16 files changed

+40
-35
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66
### Features
77

88
- Add nginx user_agent separation to desktop/mobile (e.g. for fastcgi cache)
9-
- Run phpmyadmin folder under www-data user instead of "user" improving security. (Reported via Discord)
9+
- Run phpmyadmin folder under www-data user instead of "user" improving security. (@bet0x)
1010
- Added new template for mod php users to access phpmymyadmin
1111

1212
### Bugfixes
@@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file.
1818
- Set "default" when WEB_TEMPLATE and PROXY_TEMPLATE is missing in user.conf
1919
- Add BACKEND_TEMPLATE to default package
2020
- Fix possible error occur for v-rebuild-cron-jobs #1943 (thanks @clarkchentw)
21-
- Restrict access Filemanager when SSH is enabled for the user
21+
- Restrict access Filemanager when SSH is enabled for the user (@bet0x)
2222
- Check for DNS domains when running v-change-sys-ip-nat (@clarkchentw)
2323
- Fix logical error in installer (@clarkchentw)
2424

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.4.3 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md)<br>
5+
**Latest stable release:** Version 1.4.4 | [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-generate-ssl-cert

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ args_usage='DOMAIN EMAIL COUNTRY STATE CITY ORG UNIT [ALIASES] [FORMAT]'
7474
check_args '7' "$#" "$args_usage"
7575
is_format_valid 'domain' 'aliases' 'format'
7676

77+
release="$(lsb_release -s -r)"
78+
if [ "$release" = "18.04" ]; then
79+
is_format_valid 'email'
80+
fi
7781

7882
if [ ! -f /root/.rnd ]; then
7983
touch /root/.rnd
@@ -108,7 +112,7 @@ if [ -z "$aliases" ]; then
108112
-batch \
109113
-subj "$subj" \
110114
-key $domain.key \
111-
-out $domain.csr #>/dev/null 2>&1
115+
-out $domain.csr >/dev/null 2>&1
112116
else
113117
for alias in $(echo $domain,$aliases |tr ',' '\n' |sort -u); do
114118
if [[ "$alias" = *[![:ascii:]]* ]]; then

install/deb/filemanager/filegator/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"php-di/php-di": "^6.0",
1919
"rakit/validation": "^1.1",
2020
"league/flysystem": "^1.1",
21-
"league/flysystem-ziparchive": "^1.0"
21+
"league/flysystem-ziparchive": "^1.0",
22+
"league/flysystem-sftp": "^1.0"
2223
},
2324
"authors": [
2425
{

install/deb/filemanager/filegator/composer.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323
VERBOSE='no'
2424

2525
# Define software versions
26-
HESTIA_INSTALL_VER='1.4.4~alpha'
26+
HESTIA_INSTALL_VER='1.4.4'
2727
pma_v='5.1.1'
2828
rc_v="1.4.11"
2929
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323
VERBOSE='no'
2424

2525
# Define software versions
26-
HESTIA_INSTALL_VER='1.4.4~alpha'
26+
HESTIA_INSTALL_VER='1.4.4'
2727
pma_v='5.1.1'
2828
rc_v="1.4.11"
2929
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")

install/upgrade/versions/1.4.4.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ fi
3333
# Reset PMA SSO to fix bug with Nginx + Apache2
3434
if [ "$PHPMYADMIN_KEY" != "" ]; then
3535
echo "[ * ] Refressh hestia-sso for PMA..."
36-
$BIN/v-delete-sys-pma-sso
37-
$BIN/v-add-sys-pma-sso
36+
$BIN/v-delete-sys-pma-sso quiet
37+
$BIN/v-add-sys-pma-sso quiet
3838
fi

src/deb/hestia/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia
22
Package: hestia
33
Priority: optional
4-
Version: 1.4.4~alpha
4+
Version: 1.4.4
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com
154 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)