Commit Graph

1075 Commits

Author SHA1 Message Date
Usman Nasir
408b7eed88 Merge pull request #283 from aonsyed/patch-1
Update MarkSafe version
2020-03-09 16:29:43 +05:00
Muttahir Aon Syed
ec3586aeff Update MarkSafe version
Updated MarkSafe version to 0.19 to fix this issue https://forums.cyberpanel.net/discussion/4051/issue-with-python-markupsafe-module-on-install#latest
2020-03-09 16:23:33 +05:00
Usman Nasir
aa60f10705 Merge pull request #282 from istiak101/stable
Fix title to Email Logs
2020-03-09 08:57:50 +05:00
Istiak Ferdous
daf7ab2270 Fix title to Email Logs 2020-03-09 06:33:43 +06:00
Usman Nasir
fc432d3db7 Merge pull request #281 from usmannasir/qtwrkdev
sync to gitee
2020-03-08 12:39:39 +05:00
qtwrk
49ad3260de Merge branch 'stable' into qtwrkdev 2020-03-08 02:22:25 +01:00
qtwrk
4432b26fbe pip3.6 link 2020-03-08 00:07:29 +01:00
qtwrk
5d15239a3a fix upgrade script 2020-03-07 23:38:38 +01:00
qtwrk
fd6d78cc44 minor fix on upgrade 2020-03-07 22:05:20 +01:00
qtwrk
268b07d315 minor fix on upgrade 2020-03-07 22:03:45 +01:00
qtwrk
18b63178e2 sync to gitee 2020-03-07 21:22:53 +01:00
qtwrk
9d0c9b3a21 test sync 2020-03-07 16:59:45 +01:00
qtwrk
64671eadbf test sync 2020-03-07 16:59:22 +01:00
qtwrk
38e701e1df test syncing 2020-03-07 16:38:59 +01:00
qtwrk
27d0932778 test syncing 2020-03-07 16:38:21 +01:00
qtwrk
62fee37353 test for syncing 2020-03-07 12:23:46 +01:00
qtwrk
67e0e1cc1b update some link 2020-03-06 17:36:04 +01:00
Usman Nasir
0b13ad8a1f Merge pull request #280 from Znuff/stable
Domain Validator
2020-03-06 00:15:25 +05:00
Znuff
e1579eb1d2 Proper domain validation with the "validators" library. 2020-03-05 21:02:38 +02:00
Znuff
25c6b7b121 Double square [[ brackets are a bash features.
`==` is undefined in POSIX sh
2020-03-05 20:49:05 +02:00
Usman Nasir
2b0362bb79 Merge pull request #279 from alystair/patch-1
Delete .DS_Store
2020-03-05 08:40:33 +05:00
Lorin Halpert
757e89a244 Delete .DS_Store
It is listed in .gitignore file - OSX metadata file unrelated to project, must have been left over from time prior commit or from a client that does not follow .gitignore rules
2020-03-04 16:35:12 -05:00
qtwrk
9fe9bbc430 remove white space and unwanted string 2020-03-04 14:00:55 +01:00
Usman Nasir
f27e79ac56 Merge pull request #274 from Znuff/patch-2
Rewriting install.sh
2020-03-04 17:42:27 +05:00
Usman Nasir
19ac6c0f96 Merge pull request #272 from Znuff/patch-1
Fixed --password issue
2020-03-04 17:41:59 +05:00
Bogdan Ilisei
0435b4fd29 Rewriting install.sh
Putting some make-up on the install.sh script"

- This relies on the `/etc/os-release` file which is present on all modern distributions that you are currently supporting. More info on: https://www.freedesktop.org/software/systemd/man/os-release.html
- I've taken the liberty of including a warning message for CentOS 8 / CloudLinux 8
- I've also derived `SERVER_OS` from the proper strings. I suggest you end up using a variable directly from `/etc/os-release` instead, tough, as it's just extra-fluff right now, and it seems you are using it just for statistics purposes
- I have also switched to using `printf >&2`  to output the messages to `stderr` instead of `stdout` because they are technically warnings
2020-03-04 14:06:49 +02:00
qtwrk
b17f30e2a4 Create install.sh 2020-03-04 00:58:27 +01:00
Bogdan Ilisei
14f7acfd49 Fixed --password issue
This fixes the length check for the argument length supplied to `--password`, specifically:
`./cyberpanel.sh: line 1554: [: testpassw0rd: integer expression expected`
2020-03-03 22:47:22 +02:00
Usman Nasir
f33550de49 Merge pull request #267 from usmannasir/qtwrkdev
some fix
2020-02-22 10:36:29 +05:00
qtwrk
c127346905 fix php.ini & issue 2020-02-21 14:08:42 +01:00
qtwrk
6e3edeb176 faq update and link fix 2020-02-20 23:28:44 +01:00
qtwrk
f88e416b64 set watchdog default on and update some help info 2020-02-19 23:50:34 +01:00
qtwrk
4a2311cf5a update some FAQs 2020-02-18 22:13:38 +01:00
Usman Nasir
85cbaf47cb Merge pull request #263 from usmannasir/qtwrkdev
mirror libzip
2020-02-18 22:07:53 +05:00
qtwrk
591022650f mirror libzip 2020-02-17 16:06:45 +01:00
qtwrk
659cce9f4c openvz pid file 2020-02-17 13:18:02 +01:00
qtwrk
568569298e add wp cli check/install 2020-02-11 17:27:11 +01:00
qtwrk
b5ac970f76 Merge branch 'stable' of https://github.com/usmannasir/cyberpanel into stable 2020-02-11 17:17:02 +01:00
qtwrk
0e9415abc9 DB name/user length check 2020-02-11 17:16:51 +01:00
Usman Nasir
49539cc9a7 remove example.txt 2020-02-11 21:15:52 +05:00
qtwrk
68dccd82e5 check for OLS 2020-02-11 16:28:09 +01:00
qtwrk
be3b209920 EasyEngine migration script 2020-02-11 16:21:14 +01:00
Usman Nasir
835a816615 scripts folder 2020-02-11 18:10:50 +05:00
Usman Nasir
d09068e418 bug fix: specify venv version 2020-02-11 10:19:45 +05:00
Usman Nasir
fb7a47343a bug fix: cli 2020-02-10 22:18:29 +05:00
Usman Nasir
12b2449040 Merge branch 'stable' into v1.9.4 2020-02-10 10:20:38 +05:00
Usman Nasir
6fd7093392 update translations 2020-02-10 10:20:10 +05:00
Usman Nasir
32741aa257 Merge pull request #241 from guilhermelim/patch-1
Translation into Portuguese of Brazil
2020-02-10 10:19:24 +05:00
Usman Nasir
187ea9ceed update translations 2020-02-10 09:57:22 +05:00
Usman Nasir
cc7195922a Merge pull request #242 from guilhermelim/patch-2
Translation into Portuguese of Portugal
2020-02-10 09:56:09 +05:00