Anton Reutov
39561c32c1
Fix for Sed Injection Vulnerability
...
Thanks to @hestiacp and @jaapmarcus for fix.
2022-07-18 13:06:39 +03:00
Anton Reutov
0cdb05bb03
send email function to full backup
2021-07-28 20:24:25 +03:00
Anton Reutov
cde1cd6651
stopped to renew LE if domain is not exit more
2021-07-28 20:12:07 +03:00
Anton Reutov
393c81d46c
Making sure chmod and chown does not follow symlinks
2021-07-27 15:27:20 +03:00
Anton Reutov
93eec18723
Making sure chmod and chown does not follow symlinks
2021-07-27 15:21:52 +03:00
Anton Reutov
f41ad21e1e
Update main.sh
2021-07-27 15:06:11 +03:00
Anton Reutov
5f92fc5380
Added interface validation
2021-07-26 16:50:25 +03:00
dpeca
ef0f62a59b
Also checking "" in order to detect manually chunked record
...
And removing brackets, since they are not necessary when whole record is in one line
2020-08-23 19:44:12 +02:00
dpeca
311827c4b3
Not chunking already manually chunked TXT records
2020-08-19 14:52:45 +02:00
dpeca
f74301b19f
Split long TXT entries into 255 chunks
2020-08-19 12:44:46 +02:00
Josh Marshall
99abd5ed05
Bugfix deleting a PostgreSQL database
...
Was just a typo
2020-01-09 00:52:10 +10:00
Serghey Rodin
743476ad73
added sudo call for directory creation and restore
2019-08-08 19:58:35 +03: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
e087a04f00
Merge pull request #1854 from anthonyrossbach/patch-1
...
Fixes for dumps of large databases
2019-05-14 12:38:21 +03:00
Serghey Rodin
7726ed8956
Merge pull request #1690 from chkhanu/fix-invalid-extension-replace
...
Fix invalid extension replace in add_web_config
2019-05-14 12:21:14 +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
Serghey Rodin
d4bde98d2e
Merge pull request #1862 from noogen/master
...
fix typo and allow user to login on pgsql restore
2019-05-14 10:24:18 +03:00
Serghey Rodin
f50d8b7d84
added port 654321 to run openssl key-pair test
2019-05-08 22:47:30 +03:00
noogen
483c4b943b
fix typo and allow user to login on pgsql restore
2019-04-15 17:29:31 -05:00
Anthony Rossbach
8f2fdfb8d3
Fixes for dumps of large databases
2019-04-08 21:47:22 -07:00
Serghey Rodin
6b2f651418
protection in case there are two or more ips with the same nat association
2019-02-14 17:47:58 +02:00
Serghey Rodin
0d9218e9fc
in case there is no conf
2019-02-14 13:24:18 +02:00
Made I.T
2dc406aae4
Fix dubble www
2018-11-08 16:33:34 +01:00
Skull Writter
d2764a6481
Missing function: is_format_valid_shell
2018-08-31 15:35:21 +00:00
Chernyavskiy Leonid
ebc67f6478
Fix invalid extension replace in add_web_config
...
Do not use globbing, because it kills too many characters.
Use conditionals and search at the end of the line instead.
2018-08-24 14:05:58 +07:00
Alexandros Ioannides
5e536570de
Typo
2018-05-31 21:58:46 +03:00
Marcos
04a55260ca
Fix delete domain
2018-05-26 20:14:47 +02:00
Marcos
0f48ec04f0
Do not allow {tab} on a domain name
2018-05-21 03:59:55 +02:00
Serghey Rodin
4f4cc763a7
RACK911LABS.COM: symlink check
2018-04-27 15:36:41 +03:00
Serghey Rodin
b5874764a7
RACK911LABS.COM: safer mysql/pgsql query
2018-04-26 17:29:13 +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
dpeca
d942f85d31
Clean-up for both config styles if there is no more domains
...
Fix #1458
2018-04-06 18:20:35 +02:00
dpeca
7ec123a861
Refactoring rebuild_mysql_database() func
...
Fix #1523
2018-04-06 14:50:42 +02:00
dpeca
b3d78bbfdb
Avoiding IF NOT EXISTS for MariaDB 5.x in rebuild_mysql_database()
2018-04-05 23:58:47 +02:00
dpeca
69f01fb227
Adding missing >/dev/null in rebuild_mysql_database() func
2018-04-05 23:12:42 +02:00
dpeca
eb7e6d2fba
Fixing MySQL restore user privileges (MariaDB)
...
Fix #1523
2018-04-05 22:07:36 +02:00
dpeca
6b97f7394c
Determining is it MySQL or MariaDB in mysql_connect() func
2018-04-05 21:55:39 +02: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
Anton Reutov
bc82fcaf71
Merge pull request #1453 from Skamasle/patch-19
...
Fix Min and hour limit in cron validation
2018-01-25 18:48:43 +03:00
Maksim Usmanov | Maks
2e03b516f8
Fix Min and hour limit in cron validation
2018-01-24 00:29:03 +01:00
Maksim Usmanov | Maks
5a108be182
Fix cron validation
...
New vesta cron generator not works if you have some format ranges like:
1,2 2 * 5,2,4,1
or
1-10 * * * *
2018-01-23 23:53:27 +01:00
Alexandr Loskutov
bea7ccd25e
Fix backup restore
2018-01-18 14:32:25 +02:00
Serghey Rodin
3021abecb6
Fixed backup restore function
2018-01-10 14:06:11 +02:00
Serghey Rodin
b1449299bc
improved domain validation
2017-12-29 02:53:38 +02:00
Serghey Rodin
5556e03090
Merge pull request #989 from Skamasle/patch-10
...
Fix for mysql 5.7 when reset password
2017-12-28 16:06:35 +02:00
Serghey Rodin
0c05448e08
Merge pull request #1260 from gohdan/find_symlinks
...
Add symlink support to find
2017-12-28 15:53:24 +02:00
Serghey Rodin
aefc654922
Merge pull request #1267 from IStranger/master
...
fix db.sh for postgres 9.5+
2017-12-28 15:52:16 +02:00