Commit Graph

1071 Commits

Author SHA1 Message Date
Usman Nasir
127a3e455f Merge pull request #281 from usmannasir/qtwrkdev
sync to gitee
2020-03-08 12:39:39 +05:00
qtwrk
74978fa8f7 Merge branch 'stable' into qtwrkdev 2020-03-08 02:22:25 +01:00
qtwrk
de567726bb pip3.6 link 2020-03-08 00:07:29 +01:00
qtwrk
6e5a9072cb fix upgrade script 2020-03-07 23:38:38 +01:00
qtwrk
2d6eb564a0 minor fix on upgrade 2020-03-07 22:05:20 +01:00
qtwrk
92d101e6cc minor fix on upgrade 2020-03-07 22:03:45 +01:00
qtwrk
b9ce0b73a9 sync to gitee 2020-03-07 21:22:53 +01:00
qtwrk
6bd669fb70 test sync 2020-03-07 16:59:45 +01:00
qtwrk
c7ff1af004 test sync 2020-03-07 16:59:22 +01:00
qtwrk
d951720ab7 test syncing 2020-03-07 16:38:59 +01:00
qtwrk
6e0ab32ea1 test syncing 2020-03-07 16:38:21 +01:00
qtwrk
de0706edd1 test for syncing 2020-03-07 12:23:46 +01:00
qtwrk
0b08131cfc update some link 2020-03-06 17:36:04 +01:00
Usman Nasir
aaed42e3cd Merge pull request #280 from Znuff/stable
Domain Validator
2020-03-06 00:15:25 +05:00
Znuff
8e07f7ea1a Proper domain validation with the "validators" library. 2020-03-05 21:02:38 +02:00
Znuff
413aef3336 Double square [[ brackets are a bash features.
`==` is undefined in POSIX sh
2020-03-05 20:49:05 +02:00
Usman Nasir
4dd909d111 Merge pull request #279 from alystair/patch-1
Delete .DS_Store
2020-03-05 08:40:33 +05:00
Lorin Halpert
62bb67e4d6 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
3c1ba8cbbc remove white space and unwanted string 2020-03-04 14:00:55 +01:00
Usman Nasir
7426d1f979 Merge pull request #274 from Znuff/patch-2
Rewriting install.sh
2020-03-04 17:42:27 +05:00
Usman Nasir
3f0a080999 Merge pull request #272 from Znuff/patch-1
Fixed --password issue
2020-03-04 17:41:59 +05:00
Bogdan Ilisei
4c330eda9d 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
eb0f6229a7 Create install.sh 2020-03-04 00:58:27 +01:00
Bogdan Ilisei
c7c7559a87 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
49e06d1230 Merge pull request #267 from usmannasir/qtwrkdev
some fix
2020-02-22 10:36:29 +05:00
qtwrk
f6b94c4ec1 fix php.ini & issue 2020-02-21 14:08:42 +01:00
qtwrk
c6d0298f03 faq update and link fix 2020-02-20 23:28:44 +01:00
qtwrk
a0da026552 set watchdog default on and update some help info 2020-02-19 23:50:34 +01:00
qtwrk
6595016fff update some FAQs 2020-02-18 22:13:38 +01:00
Usman Nasir
68382d6938 Merge pull request #263 from usmannasir/qtwrkdev
mirror libzip
2020-02-18 22:07:53 +05:00
qtwrk
175d3efa4f mirror libzip 2020-02-17 16:06:45 +01:00
qtwrk
562584a9f2 openvz pid file 2020-02-17 13:18:02 +01:00
qtwrk
545041cc4b add wp cli check/install 2020-02-11 17:27:11 +01:00
qtwrk
a27287c8c3 Merge branch 'stable' of https://github.com/usmannasir/cyberpanel into stable 2020-02-11 17:17:02 +01:00
qtwrk
2f41cdbc16 DB name/user length check 2020-02-11 17:16:51 +01:00
Usman Nasir
d7b766cd82 remove example.txt 2020-02-11 21:15:52 +05:00
qtwrk
d2de49ab5e check for OLS 2020-02-11 16:28:09 +01:00
qtwrk
535c956aef EasyEngine migration script 2020-02-11 16:21:14 +01:00
Usman Nasir
e583cc5e05 scripts folder 2020-02-11 18:10:50 +05:00
Usman Nasir
ef317b390d bug fix: specify venv version 2020-02-11 10:19:45 +05:00
Usman Nasir
cb254ffdaf bug fix: cli 2020-02-10 22:18:29 +05:00
Usman Nasir
3858416e26 Merge branch 'stable' into v1.9.4 2020-02-10 10:20:38 +05:00
Usman Nasir
3fbf739335 update translations 2020-02-10 10:20:10 +05:00
Usman Nasir
feac50e517 Merge pull request #241 from guilhermelim/patch-1
Translation into Portuguese of Brazil
2020-02-10 10:19:24 +05:00
Usman Nasir
5a2a755169 update translations 2020-02-10 09:57:22 +05:00
Usman Nasir
930b882f78 Merge pull request #242 from guilhermelim/patch-2
Translation into Portuguese of Portugal
2020-02-10 09:56:09 +05:00
Usman Nasir
58681098a4 Merge pull request #240 from usmannasir/qtwrkdev
implement branch selection for upgrade script
2020-02-10 09:55:06 +05:00
Guilherme Lima
f348dd84b5 Translation into Portuguese of Portugal
Translates placeholder message from the 'domain Name Create' text box.
2020-02-09 18:13:44 -03:00
Guilherme Lima
e12dca869e Update django.po pt-BR
Translates placeholder message from the 'domain Name Create' text box.
2020-02-09 17:23:24 -03:00
qtwrk
6694550f78 fix timeout 2020-02-09 18:43:04 +01:00