Commit Graph

3261 Commits

Author SHA1 Message Date
Anh Tuấn
5c8e19e776 Fix Vietnamese language pack 2017-07-27 18:56:40 +07:00
dpeca
4e769aa83d Merge pull request #1234 from igge2015/master
Edit a few words For cn.php
2017-07-19 14:12:30 +02:00
igge2015
c18e8bacff Edit a few words 2017-07-19 19:11:05 +08:00
Serghey Rodin
3e6fd7e814 print domain name if attempt is unsuccessful 2017-07-18 16:51:30 +03:00
Serghey Rodin
b21624cddd --with-curl for vesta-php 2017-07-06 15:05:31 +03:00
dpeca
d446ba1e2b Avoid repeated and quoted additional FTP username in email
Avoid repeated and quoted additional FTP username in when changing FTP pass or path.
Before this fix email contains:
Username: test_'test_anna'
Now it is corrected to:
Username: test_anna
2017-06-29 11:40:21 +02:00
dpeca
116d8b2e87 Merge pull request #1220 from malsony/master
Update some wordings of cn.php (Chinese translations).
2017-06-28 18:13:17 +02:00
malsony
b3ca0785f4 Update some wordings of cn.php. 2017-06-28 23:33:12 +08:00
Serghey Rodin
2160b85d7a --with-mysql --with-mysqli 2017-06-26 23:31:50 +03:00
Serghey Rodin
a178727582 added --enable-mysqlnd --enable-mbstring 2017-06-23 14:05:27 +03:00
Serghey Rodin
597e5cb606 changed var names 2017-06-20 16:46:53 +03:00
Serghey Rodin
1c928dbcf8 changes update trigger to install trigger 2017-06-19 16:56:37 +03:00
Serghey Rodin
0cf3f4db7c ioncube trigger 2017-06-19 15:25:54 +03:00
Serghey Rodin
e6469d98c3 Merge branch 'master' of github.com:serghey-rodin/vesta 2017-06-17 23:56:35 +03:00
Serghey Rodin
a3b53abe08 ioncube loader spec files 2017-06-17 23:55:50 +03:00
Naumov-Socolov Dmitry
a7eadc00f9 fixed cron validation 2017-06-16 13:40:43 +01:00
Serghey Rodin
0e9526e06e added --with-zlib 2017-06-15 16:01:17 +03:00
Serghey Rodin
0851623c80 version update 2017-06-14 16:13:29 +03:00
dpeca
cc6d9cc523 Merge pull request #1212 from FindYanot/patch-1
Fix var name
2017-06-13 15:45:56 +02:00
Artem Yanovsky
f29c34dee1 Fix var name
v_domain - not a constant
2017-06-13 15:34:02 +03:00
dpeca
a07eb1da1b Merge pull request #1199 from Piotr-Pht-Jasiek, fix config pma tables
fix pma tables
2017-05-21 01:13:29 +02:00
Piotr Jasiek
7d43633906 fix pma tables
change prefix pma tables - pma_ to pma__. After install and first login to phpmyadmin i can't open any table. After change prefix in config it works. more info http://stackoverflow.com/a/20731569/7363457
2017-05-21 00:52:10 +02:00
dpeca
64e6fa8c9d Avoid too fast restarting of web server while renewing LetsEncrypt
Fix #1193
2017-05-15 13:47:30 +02:00
Anton Reutov
798f8ca270 Fixing duplicate of lines in 01_caching_pool.conf 2017-05-14 11:21:45 +02:00
Anton Reutov
6867ba6de4 Fixing duplicate of lines in 01_caching_pool.conf 2017-05-14 11:20:37 +02:00
Anton Reutov
9c0fa6bdaf Fixing duplicate of lines in 01_caching_pool.conf 2017-05-14 10:11:29 +02:00
Anton Reutov
2eb8c6efe7 Fixing duplicate of lines in 01_caching_pool.conf 2017-05-13 23:54:42 +02:00
Anton Reutov
fb48f16b0d Fixing duplicate of lines in 01_caching_pool.conf 2017-05-13 23:53:23 +02:00
Anton Reutov
6b7c085919 Fixing duplicate of lines in 01_caching_pool.conf 2017-05-13 23:52:22 +02:00
Anton Reutov
d79eb4a331 Fixing duplicate of lines in 01_caching_pool.conf 2017-05-13 23:51:12 +02:00
Anton Reutov
90222f875e Fixing duplicate of lines in 01_caching_pool.conf 2017-05-13 23:49:06 +02:00
Anton Reutov
3164532763 Fixing duplicate of lines in 01_caching_pool.conf 2017-05-13 23:47:28 +02:00
Anton Reutov
cbed78e64d Fixing duplicate of lines in 01_caching_pool.conf 2017-05-13 23:45:54 +02:00
Anton Reutov
4c033a0a54 Fixing duplicate of lines in 01_caching_pool.conf 2017-05-13 23:43:56 +02:00
Anton Reutov
c6694f2b41 Update caching.sh 2017-05-13 22:45:04 +02:00
Anton Reutov
d0e8707970 Fixing duplicate of lines in 01_caching_pool.conf 2017-05-13 22:43:56 +02:00
Anton Reutov
e856134c8e Fixing duplicate of lines in 01_caching_pool.conf 2017-05-13 21:41:34 +02:00
Anton Reutov
747be85de6 Merge pull request #1170 from demlasjr/patch-3
Fixing duplicate of lines in 01_caching_pool.conf
2017-05-13 00:27:07 +02: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
b57c4dcd7b Allow v-restore-user to restore backup from FTP and SFTP
Before this fix, sftpc() function had two 'else' blocks... so it was broken code... and script was unable to download file from SFTP
2017-05-04 19:11:34 +02:00
dpeca
4aeec46841 Making SFTP backup able to work with empty folder name 2017-04-28 20:37:20 +02:00
dpeca
92fa085755 Minor improvements for Serbian translation 2017-04-27 18:45:41 +02:00
Serghey Rodin
7ef52aa32c fix for system-base repos 2017-04-27 14:00:03 +03:00
dpeca
e861831bd5 Merge pull request #1184 from myrevery/patch-1
Update cn.php
2017-04-25 22:35:57 +02:00
myrevery
8d342eebe6 Update cn.php
Add some translation and refine some details.
2017-04-25 12:40:16 -07:00
dpeca
d02303f570 Merge pull request #1183 from Secretjail/patch-6
Update fa.php
2017-04-23 23:24:59 +02:00
Secretjail
16f54d0e7a Update fa.php
Update fa.php and correct some spelling.
2017-04-24 00:03:02 +04:30
dpeca
e022c6507b Better fix for FTP backup without folder name 2017-04-22 02:22:23 +02:00
dpeca
335b5fe41e Merge pull request #1179 from myrevery: Update cn.php
Update cn.php
2017-04-20 20:04:58 +02:00
myrevery
5e4ee8717e Update cn.php
Add some translation and refine some details.
Add feedback link.
2017-04-20 10:50:37 -07:00