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
+96-4Lines changed: 96 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,97 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
-
## [CURRENT] - Development
4
+
## [1.3.1] - Service Release
5
5
### Features
6
-
- Use stronger ciphers and Disable TLS v1.1 for vsftpd.
6
+
- No new features have been introduced in this release.
7
+
8
+
### Bugfixes
9
+
- Fixed an issue where updates for `hestia-php` were incorrectly being marked as out-of-date in the UI due to a change in our servicing and package versioning scheme.
10
+
- Fixed an issue that occured on the Updates page where the table row color of available updates would be difficult to read.
11
+
- Fixed an issue where an administrator would get stuck in a loop trying to navigate back after adding a SSH key.
12
+
- Fixed an issue where long table entries which exceeded the table length would overlap other UI elements.
13
+
- Fixed an issue where the total amount of items on a page would fail to display correctly.
14
+
- Improved the accuracy and reliability of tooltips throughout the the Control Panel UI:
15
+
- Removed unnecessary tooltips from buttons and other elements.
16
+
- Fixed incorrect tags which prevented tooltips from being displayed.
17
+
- Introduced tooltips to counter items on the Users, Packages, and Statistics pages to help better distinguish statistics.
18
+
- Fixed an issue which caused higher than normal CPU usage during an upgrade due to a duplicate condition in the rebuild process.
19
+
- Fixed minor spelling inconsistencies in command line script comments and output text.
20
+
- Fixed an issue where old configuration files were not cleaned up when moving domains with `v-change-domain-owner`.
21
+
- Fixed an issue where a `no backend template doesn't exist` could potentially would appear after upgrade with older templates (#1322).
- Fixed an issue where DNS cluster updates could fail due to the format of a DKIM record in an available zone - thanks **@jrohde**!
24
+
- Improved the behavior of nginx SSL SNI detection to reject connections for domains which have no SSL certificate - thanks **@myrevery**!
25
+
- Improved the quality of comment formatting in command line scripts - thanks **@bisubus**!
26
+
- Fixed an issue where the logo was not displayed in the File Manager - thanks **@robothemes**!
27
+
- Fixed an issue in the Control Panel UI which caused databases and additional FTP accounts to be named incorrectly if manually prefaced with the username.
28
+
- Improved the visibility of service availability in the Control Panel UI.
29
+
30
+
## [1.3.0] - Major Release (Feature / Quality Update)
31
+
### Features
32
+
- Users can now choose to point a domain to a different document root location (similar to domain parking).
33
+
- The software update process will now perform a system health check before proceeding with installation.
34
+
- Administrators now have control over software update notifications through the following settings in `$HESTIA/conf/hestia.conf` and through the Control Panel web interface:
35
+
-`UPGRADE_SEND_EMAIL` = Sends an email notification to primary admin account's email address
36
+
-`UPGRADE_SEND_EMAIL_LOG` = Sends installation log output to the primary admin account's email address
37
+
- The upgrade process will now save installation logs to the `/root/hst_backups` directory by default for post-install troubleshooting.
38
+
-**Note:** We may adjust this path in the future and will document such changes as they happen.
39
+
- We've introduced the ability to assign Administrator rights to other user accounts, enabling them to perform tasks under the Server Settings tab.
40
+
- We've introduced a more robust translation system which will allow us to provide higher quality translations in future releases.
41
+
-**Note:** Some country codes have been updated, as a result your language setting may default back to English after upgrading.
42
+
- For new installations, MariaDB 10.5 is now the default version.
43
+
- For existing installations, we've provided a manual post-install upgrade script. Please run `$HESTIA/install/upgrade/manual/upgrade_mariadb.sh` to migrate to MariaDB 10.5).
44
+
- The user interface theme has been set to "Dark" by default. This can be changed from **Server Settings > Configure > Basic Options > Appearance**.
45
+
-**Note:** The name of the default theme has not been adjusted, and the change to the "dark" theme only applies to new installations at this time. This behavior may be changed in a future release.
46
+
47
+
### Bugfixes
48
+
- Fixed a security issue where user password reset keys could potentially be gleaned from system process list - thanks **RACK911 LABS**
49
+
- Fixed an issue with passwords containing "`'`" - [Forum](https://forum.hestiacp.com/t/two-factor-authentication-issue-with-standard-user/1652/)
50
+
- Fixed an issue with database backups when the port was not specified (#1068)
51
+
- Fixed an issue where websites without SSL enabled would display the content of the first valid SSL enabled website (#1103)
52
+
- Fixed an issue that would occur when using the `--with-debs` flag with the installer due to an incorrect version check routine (#1110)
53
+
- Fixed an issue with incorrect permissions which would occur when restoring email accounts (#1114)
54
+
- Fixed an issue where the File Manager would apply the wrong permissions on new directories
55
+
- Fixed an issue that prevented successful restoration of SSL-enabled mail domains from a backup archive (#1069)
56
+
- Fixed an issue where the phpMyAdmin button would not work in the Control Panel Web UI (#1078)
57
+
- Fixed an issue where passwords were generated incorrectly (#1184)
58
+
- Fixed an issue in `v-add-sys-ip` to ensure IP configuration is set to the correct port - thanks **@madito**
59
+
- Fixed an issue that resulted in an extended loop condition when running `v-rebuild-all`
60
+
- Improved support for API key usage with the `v-add-remote-dns-host` command (#1265)
61
+
- Improved validation of free disk space when executing backup routine (#1115)
62
+
- Improved support for SSH key types other than RSA / DSA
63
+
- Improved reliability of backup function when removing remote locations (#1083)
64
+
- Improved spam filtering by adding additional known-dangerous file extensions in exim's blacklist (#1138) - thanks **@kpapad904**
65
+
- Updated Apache2 configuration to use Include with IncludeOptional (#1072)
66
+
- Removed the ability to log in as "root" (whic logged to the admin account, deemed no longer necessary)
67
+
- Add ca-certificates, software-properties-common to the dependencies (#1073 + [Forum](https://forum.hestiacp.com/t/hestiscp-fails-on-new-debian-9-vps/1623/8)) - thanks **@daniel-eder**
68
+
- Create .npm directory by default when creating new user accounts (#1113) - thanks **@hahagu**
69
+
- Improved accuracy of several UI translations (NL, DE, UK, RU, ES, IT, ZH-CN) - thanks **@myrevery** and other contributors for your work!
70
+
- Added `$restart` flag to `v-add-web-domain-backend` command (#1094) (#797) - thanks **@bright-soft**
71
+
- PostgreSQL: forbid the use of upper case (#1084) causing issues with backup / creating database or user
72
+
- Changed WordPress name in Quick Web App installer (#1074)
73
+
- Cleaned up entries used in the Google / Gmail DNS template - thanks **@madito**
74
+
- Enhanced ProFTPd support for TLS
75
+
- Refactored LXD compiler script
76
+
- Updated phpMyAdmin to version 5.0.4
77
+
78
+
## [1.2.4] - Service Release
79
+
### Features
80
+
- No new features have been introduced in this release.
81
+
82
+
### Bugfixes
83
+
- Fixes an issue on auto renewing let's encrypt certificates.
84
+
85
+
## [1.2.3] - Service Release
86
+
### Features
87
+
- No new features have been introduced in this release.
88
+
89
+
### Bugfixes
90
+
- Fixes an issue where non-ASCII characters were rejected in the password field.
91
+
92
+
## [1.2.2] - Service Release
93
+
### Features
94
+
- No new features have been introduced in this release.
7
95
8
96
### Bugfixes
9
97
- Create mailhelo.conf if it doesnt exist to prevent a error message during grep.
@@ -18,7 +106,12 @@ All notable changes to this project will be documented in this file.
18
106
- Corrected an issue where tooltips were not displayed when hovering over the top level menu items.
19
107
- Improved handling of APT repository keys during installation.
20
108
- Reworked the Let's Encrypt renew functionality to skip removed aliases.
21
-
109
+
- Improved reliability of list handling when using IP lists.
110
+
- Enforce minimum password requirements with visual indication of password strength.
111
+
- Fixed an issue where user display name value was incorrectly set when changing packages.
112
+
- Improved installer version detection.
113
+
- Improved detection of MariaDB and MySQL services.
114
+
22
115
## [1.2.1] - Service Release
23
116
### Features
24
117
- Consolidated First and Last Name fields to a singular name field to simply input.
@@ -58,7 +151,6 @@ All notable changes to this project will be documented in this file.
58
151
- Added BATS system for testing the functionality of Bash scripts (WIP).
59
152
- Added **v-change-sys-db-alias** to change phpMyAdmin and phpPgAdmin access points (`v-change-sys-db-alias pma/pga myCustomURL`).
60
153
61
-
62
154
### Bugfixes
63
155
- Prevent ability to change the password of a non-Hestia user account. Thanks to **Alexandre Zanni**!
64
156
- Adjust Let's Encrypt validation check for IDN domains, thanks to **@zanami**!
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ Ways to contribute
11
11
-**New features**:
12
12
- Is there an awesome feature that you'd love to see included? While our development team tries to fulfill all reasonable requests, it can take time to implement new features depending on the amount of work involved. Submit a pull request with your code and if your idea is approved, we'll review and test it for inclusion with an upcoming release.
13
13
-**Translations**:
14
-
- If you are a non-English speaker and would like to improve the quality of the translations used in Hestia Control Panel's web interface, please review the `.php` files found under `hestiacp/web/inc/i18n` and submit a pull request or open an issue report [GitHub](https://www.github.com/hestiacp/hestiacp/issues) highlighting the issue with the current translation so that it can be corrected.
14
+
- If you are a non-English speaker and would like to improve the quality of the translations used in Hestia Control Panel's web interface, Please go to [Hestia Translate](https://translate.hestiacp.com/projects/hestiacp/) to review the translations. For more information please read [How to contribute with Translations](https://forum.hestiacp.com/t/how-to-contribute-with-translations/1664). Or open an issue report [GitHub](https://www.github.com/hestiacp/hestiacp/issues) highlighting the issue with the current translation so that it can be corrected.
15
15
-**Donations**:
16
-
- If you're not a developer but you still want to make a contribution, you can make a donation to the Hestia Control Panel project to further its development (or if you'd just like to buy our developers a lunch, we'd appreciate that too). We currently accept dontations through [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ST87LQH2CHGLA).
16
+
- If you're not a developer but you still want to make a contribution, you can make a donation to the Hestia Control Panel project to further its development (or if you'd just like to buy our developers a lunch, we'd appreciate that too). We currently accept donations through [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ST87LQH2CHGLA).
17
17
18
18
Development Guidelines
19
19
-----------------------
@@ -27,17 +27,17 @@ We have three primary or "evergreen" branches, which exist throughout our produc
|`main`| Contains a snapshot of the latest development code.<br>**Not intended for production use and may be unstable.**| Daily |
30
+
|`main`| Contains a snapshot of the latest development code.<br>**Not intended for production use and contains code from a merge snapshot.**| Daily |
31
31
|`beta`| Contains a snapshot of the next version which is currently in testing.<br>**Not intended for production but should be highly stable.**| Weekly |
32
-
|`release`| Contains a snapshot of the latest stable release.<br>**Intended for production use. Same code as packages in repository.**| Monthly |
32
+
|`release`| Contains a snapshot of the latest stable release.<br>**Intended for production use. This repository contains the same code as our compiled packages.**| Monthly |
33
33
34
34
### Creating a new branch and submitting pull requests
35
35
The first step is to create a fork of the `hestiacp/hestiacp` repository under your account so that you may submit pull requests and patches via GitHub.
36
36
37
37
Once you've created your fork, clone the repository to your computer and make sure that you've checked out the `main` branch. **Always** create a new topic branch for you work. When submitting pull requests it is important that you target the correct branch to ensure that your changes are properly integrated and tested based on our release schedule. When creating a new branch, we ask that you please adhere to the following naming conventions as much as possible:
38
38
39
39
### Branch naming convention:
40
-
-**Prefix:**`topic/` (such as **bugfix**, **feature**, **refactor**, etc.)
40
+
-**Prefix:**`topic/` (such as **fix**, **feature**, **refactor**, etc.)
41
41
-**ID**: `888` (GitHub Issue ID if an issue exists) -or- `2020-07` (Year-Month if an issue does not already exist)
42
42
-**Separator:**`_` (underscore)
43
43
-**Title:**`my-awesome-patch`
@@ -49,7 +49,7 @@ Branch name examples:
49
49
*`test/2020-07_mail-domain-ssl`
50
50
51
51
### Squashing commits for smaller changes
52
-
When submitting a pull request with multiple smaller commits which are related to the same file or issue, we ask that you please **squash your commits** whenever appropriate in order to keep the project's commit history clean and easy to follow for other developers.
52
+
To aid other developers and keep the project's commit history clean, please **squash your commits** when it's appropriate. For example with smaller commits related to the same piece of code, such as commits labelled "Fixed item 1", "Adjusted color of button XYZ", "Adjusted alignment of button XYZ" can be squashed into one commit with the title "Fixed button issues in item".
53
53
54
54
### What happens when I submit a pull request?
55
55
- Our internal development team will review your work and validate your request.
Copy file name to clipboardExpand all lines: ISSUE_TEMPLATE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@
8
8
Please enter your answer here (e.g. When I try adding a web domain, an error message appeared stating that the php-fpm pool did not exist).
9
9
10
10
### What steps did you take when the issue occured?
11
-
1. Ex.: Click on the Web tab
12
-
2. Ex.: Click on Add Web Domain
11
+
1. Ex.: Click on the "Web" tab.
12
+
2. Ex.: Click on "Add Web Domain".
13
13
3. Ex.: Attempted to add a domain and received an Internal Server Error.
14
14
15
15
### Expected behavior:
@@ -19,7 +19,7 @@ Please enter your answer here (e.g. the web domain should have been added succes
19
19
Please enter your answer here (e.g. Ubuntu 20.04 LTS)
20
20
21
21
### Hestia Control Panel version:
22
-
Please enter your answer here (e.g. 1.2.0).
22
+
Please enter your answer here (e.g. 1.3.0).
23
23
24
24
### Additional notes:
25
-
If there is anything else that you'd like us to know about this issue, feel free to share here.
25
+
If there is anything else that you'd like us to know about this issue that will help us diagnose and troubleshoot more effectively, such as links to forum posts or other discussions, please feel free to share here.
0 commit comments