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
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
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
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
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
Alexandros Ioannides
f04574d1f8
Better compression
2016-11-23 17:35:07 +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
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
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
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
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
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
430abcd0e0
fix for domain validator
2016-07-18 20:04:12 +03: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
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
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
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
941e01eadd
Improved Even Logger + check_result()
2015-10-21 15:01:32 +03:00
Serghey Rodin
7734c6cf04
user favourites
2015-09-18 17:44:17 +03:00
Serghey Rodin
cad14057cc
API for user favourites
2015-09-10 14:34:52 +03:00
Serghey Rodin
d231714a2d
simple email validator
2015-07-01 01:35:38 +03:00
Serghey Rodin
e0279d0ba4
Merge pull request #366 from ZonD80/master
...
Ivalid check removal, fix unability to add 4-level+ wildcard A records
2015-06-03 19:52:54 +03:00
Serghey Rodin
7535a1b6be
Mail wrapper
2015-06-03 17:38:31 +03:00
ZonD80
84d038c473
Ivalid check removal, fix unability to add 4-level+ wildcard A records
2015-04-24 14:23:15 +03:00
Serghey Rodin
dfbcc06269
Disk recalc fix from Ian van Wijk
2015-04-08 14:59:09 +03:00
Serghey Rodin
1bcdef615c
password transmission via tmp files
2015-03-29 12:39:42 +03:00
Serghey Rodin
61288a2355
unlimitted hosting packages
2015-02-17 18:25:50 +02:00
Serghey Rodin
809e475693
Check for negative counter values
2015-01-11 20:33:25 +02:00
Serghey Rodin
9de2d15c62
removing ifconfig for RHEL7 support
2014-12-12 01:47:56 +02:00
Serghey Rodin
c9f8c5a9bd
improved dns record validation
2014-10-07 00:25:06 +03:00
Serghey Rodin
1f8a3af56d
updated format validator for firewall
2014-09-17 00:37:11 +03:00
Serghey Rodin
6bee67c723
Argument length increase. Fixes #165
2014-06-19 23:59:51 +03:00