Roman
a716a3f2cb
Fix v-unsuspend-mail-account
...
Fix 'Malformed value "unlimitedM"' after unsuspend mail account
2019-05-22 20:10:15 +03:00
dpeca
10fca3053d
Deleting FPM pool conf when deleting domain
2019-05-19 02:33:55 +02:00
Chris Mills
a78c7ffc92
Renewal of cert not removing domain from alias list
2019-05-17 09:49:58 +01:00
Christian Oder
d24f68a370
v-backup-user: Properly fix userdata backup exclusions
...
So far, no exclusions have been accounted for as fargs has not been passed.
Rework the logic for fargs parsing based on domain exclusions and pass fargs to the tar command.
Also add --anchored based on 37c69b8f4c
2019-05-15 17:07:53 +02: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
46db88d266
Merge pull request #1885 from noogen/master
...
fix typo of extra L issue #1509
2019-05-14 12:15:24 +03:00
Serghey Rodin
3e922f8cfe
Merge pull request #1540 from darkworks/darkworks-yum_check
...
check for yum properly.
2019-05-14 12:11:29 +03:00
noogen
d856c1e080
fix typo of extra L issue #1509
2019-05-14 03:38:36 -05:00
Serghey Rodin
20c7764485
Merge pull request #1575 from moucho/backups
...
Don't exclude "logs" folder recursively on backups
2019-05-14 11:14:16 +03:00
Serghey Rodin
56ee371a88
Merge pull request #1431 from somthanat/master
...
#1429 fix php open_basedir error when using public_shtml as a document root
2019-05-14 11:09:48 +03:00
Serghey Rodin
390daf416c
Merge pull request #1463 from serghey-rodin/madeITBelgium-patch-1462
...
Fix http2 templates #1462
2019-05-14 11:08:25 +03:00
Serghey Rodin
e6cc11a27b
Merge pull request #1454 from EmanH/patch-1
...
644 chmod should only apply to files
2019-05-14 11:02:18 +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
1e157d4c29
Merge pull request #1751 from hacktivista/fix/v-update-sys-ip-non-existent-files
...
Fix v-update-sys-ip: verify if primary IP exists
2019-05-14 10:38:38 +03:00
Serghey Rodin
46d080cd8a
Merge pull request #1750 from hacktivista/fix/debian-chown-admin
...
Don't chown $VESTA/data/sessions admin:admin previous to user admin creation
2019-05-14 10:36:09 +03:00
Serghey Rodin
63b8ef22f6
Merge pull request #1859 from lukapaunovic/patch-1
...
Fix for issue #1286
2019-05-14 10:33:55 +03:00
Serghey Rodin
3069003941
Merge pull request #1846 from dreiggy/dreiggy-patch-v-list-mail-domain-dkim-dns-newline-remove
...
Remove \n from dkim txt output
2019-05-14 10:30:55 +03:00
Serghey Rodin
0f08d77fd5
Merge pull request #1858 from SteenSchutt/master
...
Prevent v-backup-user from excluding folders named logs further down the tree
2019-05-14 10:28:05 +03:00
Serghey Rodin
855ba537cd
Merge pull request #1838 from pablobae/br2-fix-firewall-update-check-ssh-custom-port-rules-config-file
...
Update v-update-firewall
2019-05-14 10:26:04 +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
7f82e42cc2
Merge pull request #1870 from skullwritter/patch-11
...
correcting wildcat
2019-05-14 10:23:33 +03:00
Serghey Rodin
e57f620a86
Merge pull request #1875 from serghey-rodin/Skamasle-patch-6
...
Fix Nginx exclusion
2019-05-14 10:20:26 +03:00
Serghey Rodin
8dd0ef30fe
Merge pull request #1876 from serghey-rodin/Skamasle-patch-7
...
Fix for nginx exclude
2019-05-14 10:20:08 +03:00
Serghey Rodin
698f9783b4
Merge pull request #1884 from pasuder/master
...
Fix update of SSL for LetsEncrypt certs
2019-05-14 10:18:42 +03:00
Paweł Suder
d563dcd12b
Fix update of SSL for LetsEncrypt certs
...
Due to missing /g in sed for parsing aliases from certificate SAN
field there was an issue with doubled alias which is also common
name of issued certficiate.
2019-05-14 08:59:43 +02:00
dpeca
6a6cfe969a
Introducing ONLY_ONE_FTP_BACKUP variable
2019-05-10 23:22:31 +02:00
Serghey Rodin
f50d8b7d84
added port 654321 to run openssl key-pair test
2019-05-08 22:47:30 +03:00
Maksim Usmanov | Maks
3acd228169
Fix for nginx exclude
...
There are some ways to fix this
First put nginx at the beginig or modify this line
software=$(echo "$software" | sed -e "s/^nginx//")
Replacing it by this one:
software=$(echo "$software" | sed -e "s/nginx//")
Or by this:
software=$(echo "$software" | sed -e "s/ nginx//")
2019-04-28 16:03:54 +02:00
Maksim Usmanov | Maks
a62095aa13
Fix Nginx exclusion
...
This fix 706 in bugs.vesta and #1820 ( same issue )
2019-04-28 15:57:49 +02: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
Skull Writter
f492c1ee2a
correcting wildcat
...
check if alias is the letsencrypt wildcard domain, if not, make the normal checks
2019-04-23 14:11:31 +00:00
Anton Reutov
0031c93535
Merge pull request #1865 from sergio-nadal/security-fixes
...
Security fixes - CSRF / Command Injection / XSS
2019-04-22 19:48:00 +03:00
Anton Reutov
9b5ac54d93
Merge pull request #1868 from moucho/spanish
...
Updated Spanish translation
2019-04-22 15:50:23 +03:00
moucho
5df4dc819f
Updated Spanish translation
2019-04-22 14:47:32 +02:00
moucho
0713570b87
Fix Let's Encrypt for IDN domains
2019-04-21 18:28:34 +02:00
Sergio
7226a8991f
Fix some XSS.
2019-04-21 02:18:24 +02:00
Sergio
0831a198b8
Fixed several Command Injection.
2019-04-21 01:51:29 +02:00
Sergio
7603cdea7a
Add the validation of the CSRF token. It is missing in some cases when it is sent by GET or POST.
2019-04-21 00:11:36 +02:00
Anton Reutov
2da2c539f1
Merge pull request #1864 from moucho/Spanish
...
Spanish translation update
2019-04-20 15:00:20 +03:00
moucho
97a3b40047
Spanish translation update
2019-04-20 13:47:38 +02:00
Serghey Rodin
af37f5cbef
fix backport apt name
2019-04-20 03:07:10 +03:00
Serghey Rodin
35df8ba980
Jessie backports
2019-04-20 00:08:37 +03:00
Serghey Rodin
82b635f8da
Print the file name for each match
2019-04-18 15:03:03 +03:00
Serghey Rodin
25706abfb3
replaced rdomain with domain variable
2019-04-17 23:28:40 +03:00
Serghey Rodin
425e9f2483
18$ instead of 21$
2019-04-16 12:53:58 +03:00
Serghey Rodin
bef5f87618
version up
2019-04-16 12:16:03 +03:00
noogen
483c4b943b
fix typo and allow user to login on pgsql restore
2019-04-15 17:29:31 -05:00
Serghey Rodin
703a66eb57
gzip_vary duplicate
2019-04-15 21:00:12 +03:00