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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
-
## [1.4.13] - Development
4
+
## [1.4.13] - Service release
5
5
6
6
### Features
7
7
- Introduce UPGRADE_MESSAGE variable to support custom messages in e-mail upgrade notification.
@@ -10,10 +10,16 @@ All notable changes to this project will be documented in this file.
10
10
- Improve the hostname check to prevent invalid hostnames or the use of an ip address (RFC1178).
11
11
- Prevent CSRF from other domains / websites
12
12
- Fix #2096 Hostname SSL got overwritten by mail.hostname.com certificate
13
-
- Add small wait for /usr/bin/iptables-restore [Forum](https://forum.hestiacp.com/t/clean-install-arm64-does-not-start-after-reboot-v-start-service-iptables/4395/7)
13
+
- Add small wait for /usr/bin/iptables-restore [Forum](https://forum.hestiacp.com/t/clean-install-arm64-does-not-start-after-reboot-v-start-service-iptables/4395/7) + Fixed v-add-firewall / v-delete-firewall function (#2112) @myrevery
14
14
- 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
15
-
- Improve error reporting pma-sso function
16
-
- Fixed 2104 v-change-web-domain-name unable to start webserver
15
+
- Improve error reporting PMA Single sign on function function
16
+
- 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
17
+
- Fixed potential XSS vulnerability in /list/keys/ @wtwwer[Disclosure](https://huntr.dev/bounties/0fefa2f6-7024-44c8-87c7-4d01fb93403e/)
18
+
- Removed /edit/file as it has been replaced by Filegator and part of the old Vesta Filemanager
19
+
- Fixed potential External control / path vulnerability in /add/package @wtwwer[Disclosure](https://huntr.dev/bounties/e0a2c6ff-b4fe-45a2-9d79-1f4dc1b381ab/)
20
+
- Add extra checks to prevent type juggling @vikychoi[Disclosure](https://huntr.dev/bounties/c24fb15c-3c84-45c8-af04-a660f8da388f/)
21
+
- Improved and updated some missing translation strings @myrevery
0 commit comments