Commit graph

413 commits

Author SHA1 Message Date
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
Serghey Rodin
8aff5db015 delted unnecessary backslashes 2017-12-28 15:22:42 +02:00
Serghey Rodin
f65edd6056
Merge pull request #1138 from serghey-rodin/madeITBelgium-patch-2
Fix for Databases size not updated.
2017-12-28 15:21:33 +02:00
Serghey Rodin
de6eb649ea
Merge pull request #1091 from Skamasle/patch-16
Fix DNS issue whit some characters
2017-12-28 14:58:05 +02:00
Serghey Rodin
5a42216130 Fix domain rebuild for new conf style 2017-12-27 19:08:28 +02:00
Serghey Rodin
3fbd3014c7 fix for new domain deletetion 2017-12-08 13:50:51 +02:00
Serghey Rodin
4053f9ac5d New style for web configs / separate conf per domain 2017-12-07 15:04:40 +02:00
Serghey Rodin
97b9673021 Fix for leading dot domains 2017-12-05 18:01:41 +02:00
Made I.T
2397137578
Add CAA record to is_dns_type_format_valid 2017-11-27 11:16:52 +01:00
G.Azamat
4868823057 fix db.sh for postgres 9.5+
fixed backup function for postgres 9.5+ (removed "-i" option)
2017-08-30 22:01:38 +05:00
Thomas Vranken
6329b7df21 Fixed typo in error message 2017-08-25 00:05:00 +02:00
Goh'Dan
fbfbda139a Add symlink support to find (pool can be symlinked, i. e. when using optional version of php) 2017-08-15 21:17:30 +03:00
Naumov-Socolov Dmitry
a7eadc00f9 fixed cron validation 2017-06-16 13:40:43 +01:00
dpeca
b1e1635443 Cron format validation fix
-lt is 'lower than', so if you have wday=7 it will not be valid, which is wrong, because wday range is 0-7.
Changed to -le which means 'lower or equal'
2017-05-05 15:07:44 +02:00
Made I.T
25e96c3216 Fix for Databases size not updated.
https://forum.vestacp.com/viewtopic.php?f=10&t=13526#p57651
2017-03-15 08:50:41 +01:00
dpeca
56cdadbe5c Making sure is always reseted in possible loops 2017-03-14 01:56:28 +01:00
dpeca
6d88ca31c3 Making sure domain_idn is always set 2017-03-05 23:34:07 +01:00
Maksim Usmanov | Maks
22084a79b6 Update main.sh 2017-02-22 15:20:26 +01:00
Maksim Usmanov | Maks
e64049af0e Fix DNS issue whit some characters
This will fix issues commented here: https://github.com/serghey-rodin/vesta/issues/1087

Changes:
1- Prevent user to add record as: record* or ** of *record only can add record if has * or *. so only valid wildcards
2- Prevent add records as record has record. record.. record-- record-
3- Prevent add records as -record .record and leave user add _record needed for dmarc, dkim and orther
4- prevent add dual special characters record..record or record--recoerd or record__record or record........record
2017-02-21 21:23:53 +01:00
Serghey Rodin
e5950d516d Code refactoring: domain_idn + new restart routine 2017-01-11 16:52:11 +02:00
Skamasle
c1cbbd3eb4 Fix for mysql 5.7 when reset password
Whit mysql 5.7 when reset password db.conf not get updated because cant get new md5 hash

This will fix it

I not touch GRANT ALL queryes because all working fine whit that part and all passwords was changed, but maybe you want change it.
I see this bug may afect this function:

dump_mysql_database() 

But I not know fot what is used grep -v "Grants for" > $grants

So I not touch it because not know how test it :)
2016-12-09 20:42:27 +01:00
Serghey Rodin
04d617d756 MySQL 5.7 support. Fixes #959. Thanks Maks Skamasle! 2016-12-09 18:43:20 +02:00
Serghey Rodin
039a989fb2 fix for aditional ftp accounts 2016-12-08 16:20:48 +02:00
Alexandros Ioannides
f04574d1f8 Better compression 2016-11-23 17:35:07 +02:00
Serghey Rodin
9aae395aa2 purely dynamic path for php-fpm 2016-11-23 11:20:34 +02:00
Serghey Rodin
07321b2397 php location on ubuntu 16.04 2016-11-22 22:20:39 +02:00
Serghey Rodin
ae4994cd61 php on ubuntu 16.04 2016-11-22 22:06:49 +02:00
Serghey Rodin
a2251186e9 user notification in main func inc 2016-11-09 17:46:12 +02:00
dpeca
654838bfc8 More informative error for long MySQL username
We talked about it at https://github.com/serghey-rodin/vesta/issues/860 issue
2016-10-26 02:53:03 +02:00
Serghey Rodin
7eb7a81c0a delete config only when there is no domain 2016-10-08 13:49:41 +03:00
Serghey Rodin
1ed8188782 fix SOA update from Lónyai Gergely 2016-09-29 23:43:59 +03:00
Serghey Rodin
fc2ecb22b7 fixed error code in mailalias function 2016-09-29 23:40:44 +03:00
Serghey Rodin
44be086dfc awstats/webalized fix for php-fpm systems 2016-09-29 23:05:39 +03:00
Serghey Rodin
21f73c86a7 fix for nated ip 2016-09-12 14:41:03 +03:00
Serghey Rodin
0dd88f9244 Merge pull request #756 from Skamasle/patch-2
Fix bug 283 | Error: invalid mx_record format
2016-09-07 14:15:24 +03:00
Serghey Rodin
8b0c7b0aff Merge pull request #759 from Skamasle/patch-3
Fix Bug 287 | fail when rebuild domains whit phpfcgid or phpcgi
2016-09-07 14:14:01 +03:00
Serghey Rodin
cc91141f8d Merge pull request #792 from tjebbeke/patch-7
Improve email validation
2016-08-30 00:12:21 +03:00
Tjebbe Lievens
cd2eed6fd3 use [:alnum:] in regex 2016-08-29 20:15:34 +02:00
Serghey Rodin
f3a3c4170f Merge pull request #772 from huloza/patch-1
Add TLSA Record Type to DNS Manager
2016-08-29 19:11:25 +03:00
Serghey Rodin
ec9518f663 Merge pull request #779 from dpeca/patch-7
Fix for: /usr/local/vesta/func/db.sh: line 390: [: : integer expressi…
2016-08-29 18:07:37 +03:00
Serghey Rodin
b0a8ba921e Merge pull request #785 from pcfreak30/hotfix/784
*delete config if domain is not in user web.conf
2016-08-29 18:06:00 +03:00
Serghey Rodin
664c091e78 Merge pull request #791 from tjebbeke/patch-6
Fix user validation
2016-08-29 17:38:10 +03:00
Serghey Rodin
73177fe22c Merge pull request #822 from prodimon/master
mini fix
2016-08-29 16:51:57 +03:00
Serghey Rodin
19cdf5f103 check if dns-sync is already running 2016-08-25 19:45:37 +03:00
Serghey Rodin
502749a2b9 fix for password protected ssl keys 2016-08-25 19:44:12 +03:00
Serghey Rodin
1ed58a9efc ip format validator fix for cidr 2016-08-25 19:43:38 +03:00
Dmitry Bannik
f1c46e9ab8 fix charset russian language to send mail 2016-08-25 02:48:13 +03:00