Commit Graph

891 Commits

Author SHA1 Message Date
Malishev Dmitry
1689ea34a2 added html tags escaping 2015-12-28 15:23:53 +01:00
Serghey Rodin
d3a7c6fac7 Merge pull request #545 from SysVoid/patch-8
Fix Undefined Var & Require $_POST['cmd'].
2015-12-17 16:00:02 +02:00
Serghey Rodin
1acfa60a55 Merge pull request #544 from lcdss/master
update portuguese (Portugal) and add portuguese (Brazil) language files
2015-12-17 15:53:39 +02:00
Serghey Rodin
94741d5345 Merge pull request #540 from myrevery/patch-2
Update cn.php
2015-12-17 15:52:21 +02:00
Ionescu Bogdan
64e99d3f82 Update ro.php
Small changes.
2015-12-15 17:59:32 +02:00
System Void
e9c35aacaf Fix Undefined Var & Require $_POST['cmd'].
I fixed an undefined variable in my past commit, and also enabled the requirement for the `cmd` POST field.
2015-12-14 16:35:39 +00:00
Lucas C. S. Silva
4a3cf9709a update portuguese (Portugal) and add portuguese (Brazil) language files 2015-12-13 23:24:07 -02:00
myrevery
be109c946c Update cn.php
Hello @serghey-rodin.
Update:
  1. L155 -- Add keywords that are missing. (Comparative en are missing)
  2. L199-202 -- Replaced by a more accurate translation.

In addition, in here I explained cn and en differences: https://github.com/serghey-rodin/vesta/pull/514#issuecomment-164104751
2015-12-13 15:31:40 +08:00
System Void
fc0e7ba28b Forgot to escape that
Whoopsies
2015-12-11 20:09:19 +00:00
Serghey Rodin
88dbea2e87 Merge pull request #492 from cdnmall/patch-5
Duplicate session_start
2015-12-11 21:56:49 +02:00
Serghey Rodin
6f24fe32d0 Merge pull request #493 from cdnmall/patch-4
Duplicate session_start
2015-12-11 21:55:54 +02:00
Serghey Rodin
747c79d649 Merge pull request #507 from SysVoid/patch-4
+backup directory check, -closing PHP tag.
2015-12-11 21:55:16 +02:00
Serghey Rodin
bca6e7f130 Merge pull request #490 from skurudo/master
TW translation fix
2015-12-11 21:48:57 +02:00
Serghey Rodin
4dce22cd77 Merge pull request #506 from Flatta/fix-sec-backup
Fix #505: Strict backup filename check.
2015-12-11 21:48:23 +02:00
Serghey Rodin
9baea195fd Merge pull request #509 from SysVoid/patch-6
Allow Unlimited Arguments in API
2015-12-11 21:47:40 +02:00
Serghey Rodin
95850df8d1 Flatta's security fixes from PullRequest #516 2015-12-11 21:32:07 +02:00
Serghey Rodin
39e9b6397b Revert "[SECURITY] Fix OS command injection." 2015-12-11 21:14:49 +02:00
Serghey Rodin
9620bfbf35 Merge pull request #516 from Flatta/fix-sec-osci
[SECURITY] Fix OS command injection.
2015-12-11 21:11:14 +02:00
Serghey Rodin
49a18fbdf8 Merge pull request #514 from myrevery/patch-1
Replace cn.php
2015-12-11 20:13:38 +02:00
Serghey Rodin
73fb45407e Merge pull request #520 from alex-connor/patch-4
Update ua.php
2015-12-11 20:02:53 +02:00
Serghey Rodin
edc490fc6e Merge pull request #525 from ionescu-bogdan/patch-5
Update templates for translation
2015-12-11 20:02:42 +02:00
Serghey Rodin
2b532e6aac Merge pull request #523 from ionescu-bogdan/patch-2
Update ro.php
2015-12-11 19:49:08 +02:00
Serghey Rodin
dbbdbc0540 Merge pull request #524 from ionescu-bogdan/patch-3
Update en.php
2015-12-11 19:48:10 +02:00
Serghey Rodin
cd0dbb4671 Merge branch 'master' of github.com:serghey-rodin/vesta 2015-12-11 18:58:33 +02:00
Serghey Rodin
0b48a049eb keboard navigation support 2015-12-11 18:58:20 +02:00
Ionescu Bogdan
28841c5c9d Update add_firewall_banlist.html 2015-12-04 23:01:58 +02:00
Ionescu Bogdan
95538111b9 Update list_mail.html 2015-12-04 22:57:23 +02:00
Ionescu Bogdan
955d076f1e Update edit_package.html 2015-12-04 22:54:55 +02:00
Ionescu Bogdan
0e84a0f42e Update add_package.html 2015-12-04 22:44:41 +02:00
Ionescu Bogdan
4d233eda30 Update en.php 2015-12-04 22:33:15 +02:00
Ionescu Bogdan
36784316c6 Update ro.php
The correct translation for romanian language.
2015-12-04 20:50:53 +02:00
Olexandr Loskutov
438f171436 Update ua.php
Full translate for current version VestaCP
2015-12-04 08:07:56 +02:00
Flat
8e951ac72e 🔒 ♻️ Implement secure exec wrapper functions. 2015-12-02 21:30:04 +09:00
myrevery
6052df956c Replace cn.php
This is the new version completely from scratch.
Huge change, more than 100% of the translated degree.
Complete and extremely accurate Chinese localization translation.
Tip: Add some new keywords to improve the quality of translation.
2015-12-02 03:25:50 +08:00
Flat
6e13036780 🔒 Fix OS command injection vulnerability. 2015-11-29 17:19:10 +09:00
System Void
5d54f3bdc1 Update index.php 2015-11-24 08:01:24 +00:00
System Void
4df23adb13 +backup directory check, -closing PHP tag.
I added a backup directory check (as of now, you can download fake backups).

I also removed the closing PHP tag that isn't needed.
2015-11-24 07:48:50 +00:00
Flat
dac0b5c686 Strict backup filename check. 2015-11-23 23:37:01 +09:00
Serghey Rodin
8503efa6fe Merge pull request #501 from Flatta/master
Added / Improved some Japanese translations.
2015-11-23 13:37:24 +02:00
Serghey Rodin
0d2dc08d74 Merge pull request #504 from Flatta/feature-detectlang
Detect user language (Feature request)
2015-11-23 13:37:01 +02:00
Flat
e3c1b17e31 Fix minor typo. 2015-11-23 19:55:16 +09:00
Flat
2bd84f00f9 Detect user language 2015-11-23 19:46:38 +09:00
Flat
05b76fefb2 Split duplicated functions into web/inc/i18n.php 2015-11-23 18:40:36 +09:00
Flat
e1613be90c [LANG-JA] Some improvements. 2015-11-23 13:03:45 +09:00
Flat
e71352b979 Added / Improved some Japanese translations. 2015-11-22 23:58:50 +09:00
Joe M
35ccd19189 Duplicate session_start 2015-11-17 04:40:05 -05:00
Joe M
edd8bdebcf Duplicate session_start 2015-11-17 04:37:41 -05:00
Pavel Galkin
877f51010b TW translation fix
There is unnecessary code "<?php" on line 465. If we're use this
translation, we can get VestaCP internal server error. ;-(
2015-11-15 19:55:54 +03:00
Serghey Rodin
9ec21f07f6 Merge pull request #483 from nguyenngocphuongnb/master
Translate new version strings, re-translate some wrong programing-phrases
2015-11-10 00:54:58 +02:00
Serghey Rodin
49739b5c4e Fix for lscpu on OpenVZ 2015-11-08 22:02:23 +02:00