Commit graph

165 commits

Author SHA1 Message Date
Peca
2fd60fc29d VERBOSE_MODE in v-run-wp-cli 2025-06-30 00:11:44 +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
0fae1613e3
Update main.sh 2023-02-23 15:58:00 +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
c7b872b778
check_if_service_exists() function 2021-12-12 16:28: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
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
e5b3ef9b03
introducing vesta_generate_pass() function 2020-07-19 01:36:57 +02:00
myvesta
e263e64e39
Moving get_database_name_without_user_prefix() function to db.sh 2020-07-18 00:04:26 +02:00
myvesta
1ddba4e853
get_database_name_without_user_prefix function 2020-07-12 21:00:23 +02:00
myvesta
9ac43d1f8f
Update main.sh 2020-07-12 20:41:27 +02:00
myvesta
e4b0be46b6
replace_php_config_value function 2020-07-12 20:38:06 +02:00
myvesta
b960f86e2c
Update main.sh 2020-07-12 17:52:22 +02:00
myvesta
14ffd7d2a5
web_counter functions 2020-04-29 20:45:54 +02:00
dpeca
57ee689651
Update main.sh 2020-02-24 19:34:38 +01:00
dpeca
818745df1b
Support for longer username of email accounts 2019-11-14 12:44:11 +01:00
Peca
db8b4ed21e Merge branch 'pr/34' 2019-08-10 17:09:42 +02:00
dpeca
019a039588
Update main.sh 2019-07-30 22:06:47 +02:00
dpeca
718a64c5af
Additional format check 2019-07-30 21:37:56 +02:00
Serghey Rodin
bb44f4197b hardering user validation 2019-07-30 18:32:30 +03:00
Serghey Rodin
f0b47b3220 rfc2324 partial support: any attempt to brew coffee with a teapot should result in the error code 418 - I'm a teapot 2019-07-22 16:55:55 +03:00
Serghey Rodin
faf7612c7e
Merge pull request #1349 from serghey-rodin/add-caa-record
Add CAA DNS record
2019-05-14 10:57:13 +03:00
dpeca
caf3e97d5c
Correcting $ALLOW_BACKUP_ANYTIME 2019-04-27 16:04:49 +02:00
dpeca
233a3a3777
Adding $ALLOW_BACKUP_ANYTIME 2019-04-27 16:03:10 +02:00
dpeca
cd3e1f9585
Requested backups should also wait for night 2019-03-28 14:28:48 +01:00
dpeca
f534560782
Allow custom $MAX_DBUSER_LEN
echo "MAX_DBUSER_LEN=80" >> /usr/local/vesta/conf/vesta.conf
2019-03-22 01:09:39 +01:00
myvesta
a46490af77
OR instead AND 2019-01-11 00:24:50 +01:00
myvesta
f8461813d7
Don't make backup before 1 AM 2019-01-11 00:22:00 +01:00
myvesta
81fba76695
Mute wait_for_backup 2019-01-11 00:09:56 +01:00
myvesta
c1eb00dabb Merge branch 'pr/28' 2018-11-15 14:11:52 +01:00
Made I.T
2dc406aae4
Fix dubble www 2018-11-08 16:33:34 +01:00
myvesta
441679a960
Better place for backup LA check 2018-11-04 03:44:35 +01:00
myvesta
fce6abd684
Commenting empty if block 2018-10-29 12:49:50 +01:00
dpeca
525bd0f162
Adding function wait_for_backup_if_it_is_not_time_for_backup() 2018-10-28 03:42:39 +01:00
myvesta
2c05d7bcf2
Merge pull request #18 from serghey-rodin/master
update from master
2018-09-02 02:04:34 +02:00
Skull Writter
d2764a6481
Missing function: is_format_valid_shell 2018-08-31 15:35:21 +00:00
myvesta
63e7e607c7
Merge pull request #6 from serghey-rodin/master
Update from master
2018-05-26 22:17:49 +02:00
Marcos
0f48ec04f0 Do not allow {tab} on a domain name 2018-05-21 03:59:55 +02:00
myvesta
5d10ea26d5
Merge pull request #4 from serghey-rodin/master
updates from master branch
2018-05-14 16:55:36 +02:00
myvesta
2a26571648
Temporary fix for aliases 2018-05-03 17:27:49 +02:00
Serghey Rodin
4f4cc763a7 RACK911LABS.COM: symlink check 2018-04-27 15:36:41 +03:00
Serghey Rodin
eaf9d89096 Auth fix 0.9.8-20 2018-04-09 00:44:32 +03:00
Serghey Rodin
3fdee2975d Hardening password checks 2018-04-08 21:50:32 +03:00
info@madeit.be
26c311b773 Revert "Fix default alias"
This reverts commit 74fa6d5b0c.
2018-02-13 22:17:33 +00:00
Maksim Usmanov | Maks
74fa6d5b0c
Fix default alias
This

grep -v www.$domain make imposible to add default alias or some order alias if contain www. wwww. hiwww. so if you delete your default alias you cant add it any more.

I check this and not know why is excluded, for me there is no reason for that grep
2018-02-13 22:54:34 +01:00