Commit Graph

1400 Commits

Author SHA1 Message Date
Usman Nasir
0ad5a76221 fetch git branches 2020-03-07 23:25:58 +05:00
Usman Nasir
46e2005a41 resolve conflict 2020-03-07 21:05:52 +05:00
Usman Nasir
198bfa794d git manager initial 2020-03-07 21:03:17 +05:00
qtwrk
b7cf72188c test sync 2020-03-07 17:00:10 +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
Usman Nasir
c947e8b0a7 Merge branch 'stable' into v1.9.5 2020-03-07 19:02:54 +05:00
Usman Nasir
2dc5ecd361 git manager initial 2020-03-07 19:01:54 +05: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
acdcfcb797 enable imunify status 2020-03-06 19:09:41 +05:00
Usman Nasir
3ea6f7197b complete imunify integration 2020-03-06 19:08:45 +05:00
Usman Nasir
9f642cab39 bug fix: file manager permissions 2020-03-06 12:10:05 +05:00
Usman Nasir
20a88b0dab bug fix: file manager permissions 2020-03-06 11:37:08 +05:00
Usman Nasir
1f1863f82f bug fix: website creation 2020-03-06 11:08:50 +05:00
Usman Nasir
5b263d6853 bug fix: increase size of external app 2020-03-06 09:25:49 +05:00
Usman Nasir
74070be0f6 change domain validation scheme 2020-03-06 00:25:11 +05:00
Usman Nasir
0e92dc741b add imunify page 2020-03-06 00:17:01 +05: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
Usman Nasir
4aeadccc28 add root to linux admins for imunify 2020-03-05 23:54:49 +05: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
e6a817b992 bug fix: delete linux user upon website deletion 2020-03-05 15:20:22 +05: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
Usman Nasir
c9e11fd7b0 bug fix: some permissions during backup restore 2020-03-04 23:19:13 +05:00
Usman Nasir
1da562450c make website transfer compatible between v1.9.4 and v1.9.5 2020-03-04 22:58:29 +05:00
qtwrk
3c1ba8cbbc remove white space and unwanted string 2020-03-04 14:00:55 +01:00
Usman Nasir
9c40df8244 Merge branch 'stable' into v1.9.5 2020-03-04 17:46:45 +05:00
Usman Nasir
2acd86c922 changes in install.py 2020-03-04 17:44:56 +05: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
97c9e64915 change time for redis question 2020-03-02 11:51:39 +05:00
Usman Nasir
ef888af38f fix redis conf path 2020-03-02 11:49:29 +05:00
Usman Nasir
4eac0087ed fix redis conf path 2020-03-02 11:26:06 +05:00
Usman Nasir
39e5db80f0 allow to use redis hosting 2020-03-02 10:55:29 +05:00
Usman Nasir
f6b571b91b redis mh: change php version' 2020-02-29 21:46:44 +05:00
Usman Nasir
e2a3e81fc6 improve redis mass hosting 2020-02-29 11:36:55 +05:00
Usman Nasir
900e53db6c Merge branch 'v1.9.4' into v1.9.5 2020-02-29 08:53:20 +05:00
Usman Nasir
afaa00adab bug fix: cron 2020-02-29 08:53:00 +05:00
Usman Nasir
1c7d2df4c0 Merge branch 'v1.9.4' into v1.9.5 2020-02-29 08:35:34 +05:00
Usman Nasir
80017509a8 bug fix: cron 2020-02-29 08:18:55 +05:00
Usman Nasir
bdc34144e4 Merge branch 'v1.9.4' into v1.9.5 2020-02-29 08:14:18 +05:00
Usman Nasir
85ed099ec5 bug fix: cron 2020-02-29 08:12:03 +05:00
Usman Nasir
64936062d9 update status path class 2020-02-28 11:44:28 +05:00