Commit graph

3686 commits

Author SHA1 Message Date
System Void
605dae8774 Merge pull request #1037 from kmark/fix-letsenc-errors
Let's Encrypt fixes for #979 (invalid response) and #1008 (/tmp/*/domain.tld.crt file not found)
2017-02-20 10:31:16 +00:00
System Void
753f1aec39 Merge pull request #1082 from Skamasle/patch-13
Fix permissions issue ( security )
2017-02-19 23:19:59 +00:00
System Void
ce3c5e71d8 Merge pull request #1083 from Skamasle/patch-14
Fix permission ( security issue )
2017-02-19 23:19:26 +00:00
System Void
836ce135e6 Merge pull request #1084 from Skamasle/patch-15
Fix permisions
2017-02-19 23:18:57 +00:00
dpeca
b64e799eb1 Ubuntu 16.10 installer, coverting php7 to php7.0 package names 2017-02-19 21:12:30 +01:00
dpeca
309abec58f Fix for broken CentOS 7 installation because of latest fail2ban version
Fix for issue https://github.com/serghey-rodin/vesta/issues/1086
2017-02-18 16:54:20 +01:00
dpeca
9c84c5f9fe Making Ubuntu 16.10 to work with php7
Installer is tested
2017-02-17 16:19:22 +01:00
Maksim Usmanov | Maks
e14eb2e23e Fix permisions
As in debian and centos fix issue whit exposed passwords
2017-02-16 22:24:03 +01:00
Maksim Usmanov | Maks
9aed954068 Fix permission ( security issue )
In my debian 8 installs always /etc/roundcube/debian-db-roundcube.php has 644

/etc/roundcube/config.inc.php its ok 

But both files has roundcube mysql passwords and any one can read it.

I not know why are two files whit passwords one have correct permisions but fix bot 

I apply also for debian 7 but not sure if is affected
2017-02-16 22:13:48 +01:00
Maksim Usmanov | Maks
dfdaf8d80e Fix permissions issue ( security )
Same issue happen in debian, in my centos 6 installs always get /etc/roundcubemail/config.inc.php whit 644 whit roundcube password exposed.

In centos bad user:group is asigned so also fixed

This will be fixed in general update in current installed vestacp servers.
2017-02-16 22:11:29 +01:00
dpeca
39f0fa8761 Ubuntu: Fixed order of apt-get and adding archive apt source 2017-02-15 15:53:22 +01:00
dpeca
b753557617 Merge pull request #1076 from Piotr-Pht-Jasiek, Compability for ubuntu 16.10
Compability for ubuntu 16.10
2017-02-14 20:19:38 +01:00
Piotr Jasiek
93c6365f8c Update vst-install-ubuntu.sh
remove greeting from patch autor.
2017-02-14 18:22:57 +01:00
Piotr Jasiek
dfe86eab69 Compability for ubuntu 16.10
Finnaly solution for Ubuntu 16.10.

In this solution you have php5 and php7. After installation you can chose php version in nginx config file. Default php5
2017-02-14 17:59:12 +01:00
Made I.T
e19981fd81 Merge pull request #996 from serghey-rodin/madeITBelgium-patch-1
Update NL translation
2017-02-14 10:55:19 +01:00
Made I.T
ab32c4b4c4 Merge branch 'master' into madeITBelgium-patch-1 2017-02-14 10:55:00 +01:00
dpeca
86c422048f Merge pull request #1074 from gionniboy, fixed typo for DKIM
fixed typo for DKIM
2017-02-14 10:30:48 +01:00
Gionni
ddf010a214 fixed typo 2017-02-14 02:08:57 +01:00
Gionni
3b9bbe73f5 fixed typo 2017-02-14 02:07:56 +01:00
dpeca
672b0e6209 Merge pull request #1073 from Ar1sC/patch-1, Updated Greek Translation
Updated Greek Translation
2017-02-13 16:51:00 +01:00
Aris
50ff123251 Updated Greek Translation 2017-02-13 17:38:03 +02:00
System Void
5823ea4c87 Merge pull request #1003 from RickBakkr/patch-1
Force a new line, to prevent syntax errors.
2017-02-13 00:28:46 +00:00
System Void
fbaf05a432 Merge pull request #1006 from urosg80/master
fix for nginx less (apache only) installation
2017-02-13 00:27:56 +00:00
Anton Reutov
898fc0d877 Merge pull request #1007 from DaniWinter/master
Dutch translations
2017-02-11 22:23:22 +03:00
Anton Reutov
16fc0a69c3 Merge pull request #1057 from emtudo/master
fixed translate pt-BR
2017-02-11 22:17:21 +03:00
System Void
2d3038e68b Merge pull request #1039 from Skamasle/patch-11
Add unrar
2017-02-11 17:55:07 +00:00
System Void
b370cbf62b Merge pull request #1065 from Skamasle/patch-12
Remove trailing dot
2017-02-11 17:54:32 +00:00
System Void
b87246dad0 Merge pull request #1069 from Srgk/master
fix trailing dot quotes
2017-02-11 17:53:34 +00:00
Serge Kraev
cb53616e99 fix trailing dot quotes 2017-02-09 18:09:39 +04:00
Pavel Galkin
1d9be163db A little grammar fix
grammar error fix
https://twitter.com/ctepeo/status/829646922487046146
2017-02-09 17:08:36 +03:00
dpeca
ce5a304814 Debian installer: adding /usr/sbin/nologin to /etc/shells
Adapting installer to code changes from 039a989fb2 commit
2017-02-08 14:39:53 +01:00
Maksim Usmanov | Maks
50f08b7de8 Remove trailing dot
I check some servers and some times I see than cname not working, I check records and the problem is than some useres add record whit a dot ( in vesta GUI or CLI )

comerecord. in cname 2222 google.com

and vesta add it as it

cname.	14400	IN	CNAME		google.com.
test.	14400	IN	MX	10	mail.googl.com.

So whit this pull we remove that dot if added

hola	14400	IN	CNAME		test.net.
record	14400	IN	CNAME		hola.es.
recordar	14400	IN	CNAME		Tres.net.

This solve the dot but I think in a while loop, because vesta leave add users cname thiw multiple dots:

Adding DNS Record → Record cname.......sdd.net has been created successfully.

Maybe vesta team have better solution for this one.
2017-02-07 19:41:47 +01:00
corochoone
41b79d0cb9 Fix loss of the owner / group / permissions of the configuration file while overwriting it
With use "mv" command, configuration file owner, group and permission  will become "root: root" with default permissions. This can lead to access problem, because a services will cannot access to the configuration file. For example, "named", will cannot restart, because required user "named" access to own configuration file.

"Cat" command, will be overwrite config file too, but it saves owner / group / permissions original file.
2017-02-06 17:32:30 +04:00
urosg80
6788f9e970 Merge branch 'master' into master 2017-02-01 14:08:52 +01:00
Leandro Henrique Reis
4a91d29fa1 fixed translate pt-BR 2017-01-31 08:29:51 -02:00
System Void
5500f3c2bd Merge pull request #972 from mslepko/master
Added additional domain parameter formatting when adding SSL for domain + Added missing Polish translations
2017-01-31 08:14:57 +00:00
Serghey Rodin
b5d52c7e8c fix interface duplicates 2017-01-30 16:00:04 +02:00
Pavel Galkin
3d9a5526df full bulgarian translation
full bulgarian translation for VestaCP by kronz
(https://forum.vestacp.com/memberlist.php?mode=viewprofile&u=9167) -
https://forum.vestacp.com/viewtopic.php?f=20&t=13217#p55678
2017-01-29 02:04:10 +03:00
Pavel Galkin
0ff8375d4d Revert "full bulgarian translation"
This reverts commit 092b135181.
2017-01-29 01:59:48 +03:00
Pavel Galkin
092b135181 full bulgarian translation
full bulgarian translation for VestaCP by kronz
(https://forum.vestacp.com/memberlist.php?mode=viewprofile&u=9167)
2017-01-29 01:56:05 +03:00
dpeca
92acd51a89 Merge pull request #1034 from cdnmall/patch-1
Fix for v-change-user-package too many arguments
2017-01-27 09:57:56 +01:00
dpeca
2f73044746 Wrong order of steps in v-change-domain-owner, fixed 2017-01-25 14:47:32 +01:00
dpeca
a2dab6c94a To avoid chowning mail conf folder if it does not exists 2017-01-25 14:24:49 +01:00
kamil
a5712fc533 duplicate /vstats/ entry making nginx to crash 2017-01-20 17:16:52 +01:00
Maksim Usmanov | Maks
d37ef80bf4 Add unrar
This is need for v-extract-fs-archive, unrar is available in debian but not in centos.

Maybe is better idea not support unrar because not is available in all OS
2017-01-19 23:41:06 +01:00
Kevin Mark
d4a4bca616 Allow checking of nginx domains with force-https
Fixes issue noted in serghey-rodin/vesta#979
2017-01-19 08:00:10 -05:00
Kevin Mark
443614a00f Do not change SSL certs if enabling Let's Encrypt
Fixes issue noted in serghey-rodin/vesta#1008
2017-01-19 07:48:51 -05:00
Serghey Rodin
310a379705 LetsEncrypt on apache-only fix for #966 2017-01-19 11:13:10 +02:00
Joe Mattos
649c04d650 Fix for v-change-user-package too many arguments
v-change-user-package: line 46: [: too many arguments
2017-01-16 16:59:10 -05:00
dpeca
a50fa85ef0 added verify_peer_name => false (Roundcube driver, CentOS 6) 2017-01-13 17:33:36 +01:00