Commit graph

441 commits

Author SHA1 Message Date
Peca
2fd60fc29d VERBOSE_MODE in v-run-wp-cli 2025-06-30 00:11:44 +02:00
Peca
72252c561e Small bug fix in main.php 2025-06-01 20:25:23 +02:00
myvesta
7388432261 parse_object_kv_list_non_eval() 2025-05-26 09:39:28 +02:00
myvesta
0d86e2ca40 Calculate size of directories on /hdd too 2025-05-26 09:39:28 +02:00
myvesta
a86f76de09 Update db.sh - mysqldump --complete-insert --force --quick --single-transaction --max-allowed-packet=1024MB 2025-05-26 09:39:28 +02:00
ikheetjeff
4acfa26de5
Fix emailadres and subject 2024-05-05 20:28:31 +02:00
ikheetjeff
66ae5580cd
Fix mailadress and subject 2024-05-05 20:28:05 +02:00
myvesta
942b46a657
v-php-func takes STDIN only if --stdin parameter is passed 2024-01-07 21:51:00 +01:00
myvesta
ae45e4a571
simplifying php code 2023-04-16 00:10:54 +02:00
myvesta
075c5e231b
MYVESTA_QUIET as export variable 2023-04-15 18:51:15 +02:00
myvesta
3fbb3dad78
myvesta php replacement for gnu 'sed' (but without regular expression) 2023-04-15 16:38:53 +02:00
myvesta
b01da84b15
correction for main.php 2023-04-15 15:53:21 +02:00
myvesta
888db2bc72
myvesta php replacement for gnu 'grep' (but without regular expression) 2023-04-15 15:50:27 +02:00
myvesta
2f37124545
simplifying php str functions 2023-04-14 19:01:07 +02:00
myvesta
c5144bcbae
v-php-func str_find quiet 2023-04-14 16:47:42 +02:00
myvesta
452f8a81d9
php myvesta_str_substring 2023-04-14 16:21:00 +02:00
myvesta
4dd6d22f07
myvesta-php-func support for stdin 2023-04-14 15:39:33 +02:00
myvesta
3bafc5b064
myvesta_echo php function 2023-04-01 23:29:35 +02:00
myvesta
b1a3b88877
new line on the output end if v-php-func called directly from shell 2023-03-28 10:39:38 +02:00
myvesta
da136faf08
php function "find_in_file" 2023-03-26 19:04:45 +02:00
myvesta
201cdad4b3
exit with brackets fix 2023-03-26 15:06:22 +02:00
myvesta
3192243fb4
tabs fix 2023-03-26 15:01:52 +02:00
myvesta
beccead388
php-func fix 2023-03-26 14:58:10 +02:00
myvesta
dd1efc58a1
Update bash-to-php-interpreter.php 2023-03-26 03:49:38 +02:00
myvesta
09dcc123be
Interpreter for calling myVesta PHP functions 2023-03-26 03:40:33 +02:00
myvesta
8ae36f7df5
Update string.php 2023-03-11 14:50:11 +01:00
myvesta
16e1000f1c
str_get_between PHP function 2023-03-11 10:40:40 +01:00
myvesta
0fae1613e3
Update main.sh 2023-02-23 15:58:00 +01:00
Jaap Marcus
c6d226023e
Unsuspend database does not restore permissions remote users
See https://github.com/hestiacp/hestiacp/issues/3011 and https://github.com/hestiacp/hestiacp/issues/3014
2022-11-03 07:14:43 +01:00
myvesta
0f86941e8e
Fix for Sed Injection Vulnerability 2022-06-04 19:06:23 +02:00
myvesta
475b7eac6b
Generating 16 chars password for users 2022-04-25 21:23:02 +02:00
myvesta
bda54c4ec4
handle --parameters without shifting 2022-03-24 18:20:31 +01:00
myvesta
e91976613c mysql8 create user, set password, grant 2022-01-23 15:41:28 +01:00
myvesta
9c04bb8417
Ensure pool.d folders after template changes 2021-12-12 17:25:19 +01:00
myvesta
3c17e159a1
Ensure that pool.d folders are not empty 2021-12-12 16:49:24 +01:00
myvesta
c7b872b778
check_if_service_exists() function 2021-12-12 16:28:16 +01:00
myvesta
378108cd39
Merge pull request #131 from jaapmarcus/patch-1
Regex string threaded literally instead as regex
2021-11-07 15:11:34 +01:00
myvesta
4bb53ff28f
Properly rebuild_mysql_database password for MariaDB > 10.4 2021-11-07 14:26:16 +01: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
9eb21cef4c
Define mail user in rebuild_mail_domain_conf() 2021-09-30 15:44:18 +02:00
myvesta
2ac72e00fb Fix Autoreply issue with Exim 4.94+ 2021-09-30 11:02:23 +02:00
myvesta
d03d8e9537
send_email_to_admin function 2021-04-13 18:07:03 +02:00
myvesta
d6240b12ca
Added interface validation
Thanks to @numanturle (Numan Türle) and @hestiacp
2021-03-15 12:53:00 +01:00
myvesta
c981edee63 Making sure chmod and chown does not follow symlinks 2021-03-14 00:23:23 +01:00
myvesta
19ca71e8fb
Update main.sh 2021-02-08 18:34:57 +01:00
myvesta
147e75412f
Update string.php 2020-08-30 05:15:23 +02:00
myvesta
a2be18cc18
Update main.php 2020-08-30 05:14:41 +02:00
myvesta
3919840fc4
Update string.php 2020-08-30 05:09:18 +02:00
myvesta
ea0fa49d0e
Update string.php 2020-08-30 05:06:45 +02:00
myvesta
98cc47e654
Update main.php 2020-08-30 05:05:49 +02:00