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
skid
9fb11527ba
fix for domain validation on rhel5
2016-08-09 16:23:51 +03:00
Tjebbe Lievens
aacaf1b08f
Improve email validation
2016-07-29 18:51:18 +02:00
Tjebbe Lievens
8ea7cf60d3
Fix is_format_valid 'user'
...
Error is showing but script isn't stopping when entering an invalid user.
2016-07-29 18:35:06 +02:00
Derrick Hammer
db4c2bcdf5
*delete config if domain is not in user web.conf
2016-07-23 15:17:12 -04:00
dpeca
5d6c0137c1
Fix for: /usr/local/vesta/func/db.sh: line 390: [: : integer expression expected
...
Every night cron is sending email with subject: Cron <admin@host> sudo /usr/local/vesta/bin/v-update-sys-queue disk
And content of that email is: /usr/local/vesta/func/db.sh: line 390: [: : integer expression expected
This is a fix for that bug.
I guess mysql for some databases returns empty string for DB size, so this will handle that case.
2016-07-21 02:27:51 +02:00
huloza
dd8a96d09d
Added TLSA Record Type for DNS
...
sorry, i dont know the procedure for the Ideas but i created an Idea in Vesta Bug Tracker: https://bugs.vestacp.com/issues/306
This add one more option on the Type record in DNS Manager, no need extra validation, also the file: admin/add_dns_rec.html needs to be modified to add the new option tag.
2016-07-20 05:45:40 -04:00
Serghey Rodin
3c009479c0
fix suspend/unsuspend feature
2016-07-18 20:16:22 +03:00
Serghey Rodin
430abcd0e0
fix for domain validator
2016-07-18 20:04:12 +03:00
Skamasle
7417899396
Update domain.sh
2016-07-09 11:52:22 +02:00
Skamasle
aff5e9066f
Update main.sh
2016-07-07 15:28:20 +02:00
Serghey Rodin
82c1c09f6d
cidr ip format validator
2016-06-28 18:49:05 +03:00
Serghey Rodin
859798cb34
hotfixes for css and domain deletion
2016-06-28 14:39:11 +03:00
Serghey Rodin
1bb57ecf63
changed validator for dbhost
2016-06-28 01:41:59 +03:00
Serghey Rodin
e83c5c0043
domain validation fix
2016-06-25 11:09:29 +03:00
Serghey Rodin
d30f9d1000
get user ip fix
2016-06-25 11:08:19 +03:00
Serghey Rodin
ebc53f6129
swapped format validators
2016-06-24 18:03:54 +03:00
Serghey Rodin
5d30b67fb1
refactoring: log_event(), is_format_valid()
2016-06-24 16:33:24 +03:00
Serghey Rodin
872cd3ac45
web function refactoring
2016-06-09 17:05:41 +03:00
Serghey Rodin
c8d45ed139
ip functions refactoring
2016-06-09 17:02:29 +03:00
Serghey Rodin
e05dca61a6
refactoring: log_event(), is_format_valid()
2016-06-09 16:55:35 +03:00
Serghey Rodin
45fd7dc75b
default backend
2015-10-30 13:53:41 +02:00
Serghey Rodin
083e820f57
set ip even if ip doesn't exist
2015-10-24 18:44:19 +03:00