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
- Fix bug in v-change-sys-api. When using v-change-sys-api remove and then v-change-sys-api enable + custom release branch the resetting of api failed + no "error" output was producted
873
873
- Improve error reporting PMA Single sign on functionfunction
874
-
- Fixed an issue in v-change-web-domain-name where webserserver where not able to start because old config files where not propperly deleted #2104
874
+
- Fixed an issue in v-change-web-domain-name where webserserver where not able to start because old config files where not properly deleted #2104
875
875
- Fixed potential XSS vulnerability in /list/keys/ @wtwwer [Disclosure](https://huntr.dev/bounties/0fefa2f6-7024-44c8-87c7-4d01fb93403e/)
876
876
- Removed /edit/file as it has been replaced by Filegator and part of the old Vesta Filemanager
877
877
- Fixed potential External control / path vulnerability in /add/package @wtwwer [Disclosure](https://huntr.dev/bounties/e0a2c6ff-b4fe-45a2-9d79-1f4dc1b381ab/)
@@ -905,7 +905,7 @@ After that run apt update && apt upgrade
905
905
- Fix an issue with sorting the update scripts when version goes higher then 1.x.10
906
906
- Allow the use of multiple CAA records for domain. #2073
907
907
- Add missing group (www-data) to migrate_phpmyadmin script #2077 @bet0x
908
-
- Fix an issue where news@domain.com get forwarded to /var/spool/news
908
+
- Fix an issue where <news@domain.com> get forwarded to /var/spool/news
909
909
- Synced up translations with HestiaCP (IT, PL, RU, SK and ZN-CN updated)
910
910
911
911
## [1.4.10] - Service release
@@ -1143,7 +1143,7 @@ apt update && apt upgrade
1143
1143
- Fixed an issue where the api was enabled after an update of HestiaCP
1144
1144
- Fixed an issue when the default php version got deleted webmail didn't work any more. #1477
1145
1145
- Limit access when "demo" mode is enabled.
1146
-
- Fixed an issue where limitations on aliases didn't work propperly
1146
+
- Fixed an issue where limitations on aliases didn't work properly
1147
1147
- Fixed an issue where "Exit to control pannel" link got changed to "Logout"#1669
1148
1148
- Allow packages to be deleted when in use. Current users are changed to "Default" package.
1149
1149
- Fixed multiple bugs with in v-restore-users
@@ -1217,7 +1217,7 @@ apt update && apt upgrade
1217
1217
### Bugfixes
1218
1218
1219
1219
- Fixed an issue where updates for`hestia-php` were incorrectly being marked as out-of-datein the UI due to a change in our servicing and package versioning scheme.
1220
-
- Fixed an issue that occured on the Updates page where the table row color of available updates would be difficult to read.
1220
+
- Fixed an issue that occurred on the Updates page where the table row color of available updates would be difficult to read.
1221
1221
- Fixed an issue where an administrator would get stuck in a loop trying to navigate back after adding a SSH key.
1222
1222
- Fixed an issue where long table entries which exceeded the table length would overlap other UI elements.
1223
1223
- Fixed an issue where the total amount of items on a page would fail to display correctly.
@@ -1322,7 +1322,7 @@ apt update && apt upgrade
1322
1322
1323
1323
### Bugfixes
1324
1324
1325
-
- Create mailhelo.conf if it doesnt exist to prevent a error message during grep.
1325
+
- Create mailhelo.conf if it doesn't exist to prevent a error message during grep.
1326
1326
- Corrected the display of DNS record types to appear in alphabetical order.
1327
1327
- Fixed an issue where the DNS record type field would reset if an error occurred while adding a new DNS record. (#992)
1328
1328
- Fixed an issue where the DNS domain hint would not appear correctly when editing a DNS record. (#993)
@@ -1420,7 +1420,7 @@ apt update && apt upgrade
1420
1420
- Fixed an issue where the backup update counter was not updated properly when v-delete-user-backup was executed.
1421
1421
- Fixed an issue with public\_(s)html file ownership.
1422
1422
- Fixed an issue with phpPgAdmin access.
1423
-
- Fixed an issue where the wrong port was setfor www.conf on certain configurations.
1423
+
- Fixed an issue where the wrong port was set for <www.conf> on certain configurations.
1424
1424
- Fixed an issue where Composer would fail to install.
1425
1425
- Fixed an issue where the selected theme was not immediately applied.
1426
1426
- Fixed an issue where HTTP-to-HTTPS redirection and HTTP Strict Transport Security (HSTS) events were not shown in the user history log.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
-**Code review and bug fixes**:
9
9
- Read over the code and if you notice errors (even spelling mistakes), submit a pull request with your changes.
10
10
-**New features**:
11
-
- Is there an awesome feature that you'd love to see included? Submit a pull request with your changes, and if approved your PR will be reviewed and merged for inclusion in an upcoming release. While our development team tries to accomodate all reasonable requests please remember that it does take time to develop, implement and test new features and as such we may not be able to fulfill all requests or may have to put a feature on backlog for a later date.
11
+
- Is there an awesome feature that you'd love to see included? Submit a pull request with your changes, and if approved your PR will be reviewed and merged for inclusion in an upcoming release. While our development team tries to accommodate all reasonable requests please remember that it does take time to develop, implement and test new features and as such we may not be able to fulfill all requests or may have to put a feature on backlog for a later date.
12
12
-**Translations**:
13
13
- 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 database. For more information please read [How to contribute with Translations](https://forum.hestiacp.com/t/how-to-contribute-with-translations/1664) on our forum. You can also 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.
0 commit comments