myvesta
f68d0178c8
Update multi-php-install.sh
2021-10-20 21:51:17 +02:00
Jaap Marcus
a493c140ce
Regex string threaded literally instead as regex
...
During shellcheck of Hestia source code I noticed the following error matching the line:
^----^ SC2076: Don't quote right-hand side of =~, it'll match literally rather than as a regex.
^--------------^ SC2076: Don't quote right-hand side of =~, it'll match literally rather
Proof of concept:
root@dev:~# v-add-web-domain jaap jaap..nu
Error: nginx restart failed
root@dev:~# v-add-web-domain jaap jaap..nu
Error: invalid domain format :: jaap..nu
2021-10-18 09:31:48 +02:00
myvesta
8bbfc1255f
Avoiding error if unzip destination exists
2021-10-15 10:33:21 +02:00
myvesta
def46e8cd7
Update v-install-wordpress
2021-10-12 11:41:04 +02:00
myvesta
402131c22b
Moving v-install-wordpress to --parameters
2021-09-30 16:41:36 +02:00
myvesta
9eb21cef4c
Define mail user in rebuild_mail_domain_conf()
2021-09-30 15:44:18 +02:00
myvesta
fd8a44ae23
Update postinst
2021-09-30 13:43:51 +02:00
myvesta
f236015bdf
Update process for Autoreply fix with Exim 4.94+
2021-09-30 13:40:01 +02:00
myvesta
2ac72e00fb
Fix Autoreply issue with Exim 4.94+
2021-09-30 11:02:23 +02:00
myvesta
fc483f5d3c
Set original cPanel mail passwords
2021-09-27 21:35:47 +02:00
myvesta
d4411dc92f
Update v-import-cpanel-backup
2021-09-27 19:12:33 +02:00
myvesta
1884463e8e
Set original cPanel mail passwords
2021-09-27 16:28:49 +02:00
myvesta
f66403eb9f
Better replacing yescrypt to sha512
2021-09-26 11:55:15 +02:00
myvesta
e843f1e701
Removing pre-installed exim4
2021-09-26 10:41:18 +02:00
myvesta
43955dd086
Updating apt before installation
2021-09-25 15:30:30 +02:00
myvesta
d7a656b94f
roundcube set elastic skin as defalt
2021-09-25 14:35:35 +02:00
myvesta
ae99e0c837
Fresh W3TC.json
2021-09-25 14:17:09 +02:00
myvesta
e7b2626d4c
installing php7.x-imap
2021-09-24 10:54:20 +02:00
myvesta
73948ac4d1
Logging letsencrypt error message
2021-09-19 13:26:45 +02:00
myvesta
7ee21aad7b
Restoring php-fpm pool.d conf files
2021-09-14 21:43:46 +02:00
myvesta
c93345f669
Restoring php-fpm pool.d conf files
2021-09-14 21:10:10 +02:00
myvesta
ca76e2bc8c
Allow to specify full path to backup file
2021-09-14 21:07:22 +02:00
myvesta
f36d20641e
Update v-backup-user
2021-09-14 20:24:39 +02:00
myvesta
2f3bcfe5ec
backuping php-fpm conf file
2021-09-14 20:22:35 +02:00
myvesta
ee3665ecb7
Update index.php
2021-09-04 19:00:20 +02:00
myvesta
93de22a0b3
Fix for CSRF in FileManager and UploadHandler
2021-09-04 15:31:34 +02:00
myvesta
63861e4ffd
Fix fox CSRF in /dowload/web-log/
2021-09-04 12:55:40 +02:00
myvesta
329c37a13c
Update index.php
2021-09-04 12:32:16 +02:00
myvesta
7220e01116
secured php.ini for multi-php
2021-09-04 12:18:09 +02:00
myvesta
82d00b4a5c
Fix for: mv: cannot stat '/usr/local/vesta/log/backup.log'
2021-09-04 11:29:36 +02:00
myvesta
9a746ea484
Adding token for /logout/
2021-09-04 01:23:24 +02:00
myvesta
5a6977660c
Update vst-install-debian.sh
2021-09-02 21:47:17 +02:00
myvesta
584acfd456
New versions of software in vesta_compile.sh
2021-09-02 21:40:40 +02:00
myvesta
3b287934c3
Enabling session.cookie_httponly and session.cookie_secure in myvesta php-fpm
2021-09-01 00:33:16 +02:00
myvesta
ab9c10b05c
Update secure_login.php
2021-09-01 00:24:43 +02:00
myvesta
693dd2877c
session.cookie_httponly and session.cookie_secure in myvesta php-fpm
2021-08-30 00:06:32 +02:00
myvesta
475fe47984
Checking token on adding and deleting favorites
2021-08-29 16:05:33 +02:00
myvesta
5262b3f447
Update secure_login.php
2021-08-29 14:13:03 +02:00
myvesta
7c9da855e8
Update secure_login.php
2021-08-29 14:05:15 +02:00
myvesta
8a5469abcd
Update secure_login.php
2021-08-29 12:39:48 +02:00
myvesta
834f939fbe
Exception for function prevent_get_csrf
2021-08-29 11:50:22 +02:00
myvesta
eae5c3418a
Preventing GET CSRFs
2021-08-29 11:14:11 +02:00
myvesta
49905063f6
Update secure_login.php
2021-08-29 11:09:24 +02:00
myvesta
085a25d165
Update secure_login.php
2021-08-29 01:59:49 +02:00
myvesta
59edb05f49
Proper way to fix CSRF in /edit/file/
2021-08-29 01:20:12 +02:00
myvesta
11f1cfcf4e
Proper way to fix CSRF in /schedule/backup/
2021-08-29 00:54:57 +02:00
myvesta
0336e8b8d0
Preventing CSRF in /file_manager/fm_api.php
2021-08-29 00:14:15 +02:00
myvesta
9277b37800
Preventing CSRF in /schedule/backup
2021-08-29 00:12:09 +02:00
myvesta
92297f2fc2
Preventing CSRF in UploadHandler.php
2021-08-29 00:10:42 +02:00
myvesta
c2a30bcd31
Preventing CSRF in /edit/file/
2021-08-29 00:07:41 +02:00