Commit Graph

1789 Commits

Author SHA1 Message Date
WhatTheServer
8c8a50b8e1 add CyberPanel fixperms script
add helpful script for repairing permissions after upgrades or borked permissions and ownership issues.
For more information on how it works see
https://gitlab.com/cyberpaneltoolsnscripts/cyberpanel-fixperms
2020-08-29 06:48:27 -05:00
WhatTheServer
a97bd7a266 Update access-logparser.py
Update access-logparser.py to account for when no matches in a file vs failing with  error `AttributeError: 'NoneType' object has no attribute 'groupdict'`
2020-08-29 07:06:49 -04:00
WhatTheServer
6c7ff3b981 Update access-logparser.py
Updated to detect user so it works via user without sudo/root from inside the account and also if run as root runs against all accounts access logs.
2020-08-28 09:43:08 -04:00
WhatTheServer
3ff1b6edc2 Add version that works from inside users account
Add version that works from inside users account without needing sudo/root.
2020-08-28 06:46:37 -05:00
hennaboy
75253b6bdf Update mailscannerinstaller.sh
Updated to avoid signature issues with some providers
2020-08-27 08:20:12 +01:00
qtwrk
7be72001e9 Update install.py 2020-08-10 21:49:32 +02:00
qtwrk
8119b98ec8 Update cyberpanel_utility.sh 2020-08-10 19:12:16 +02:00
qtwrk
131fb7a02f quick change for PMA limit. 2020-08-10 19:06:06 +02:00
Muttahir Aon Syed
b97fd9cbc0 Updating versions shown in installer
Users are entering older versions just because they see them listed
2020-08-10 20:29:40 +05:00
qtwrk
3dfd96d776 Merge pull request #398 from usmannasir/qtwrkdev
minor improvement
2020-08-10 14:15:28 +02:00
qtwrk
2dd326fc65 Update cyberpanel_utility.sh 2020-08-05 15:19:55 +02:00
qtwrk
8d7d883718 Update cyberpanel.sh 2020-08-05 15:19:34 +02:00
qtwrk
071d637049 minor improvement 2020-08-04 02:39:32 +02:00
Usman Nasir
4700bd9193 bug fix: docker install on cent8 2020-08-03 12:16:20 +05:00
Usman Nasir
24eb4a78fb Merge branch 'stable' into v2.0.2 2020-08-03 12:14:26 +05:00
qtwrk
4d6b0b22f3 Update cyberpanel.sh
add a mail test to check if port 25 is open
2020-08-03 01:09:45 +02:00
qtwrk
7c02fa96d9 Update cyberpanel.sh 2020-08-03 01:08:48 +02:00
Usman Nasir
f6adf2a617 bug fix: change password when remote access enabled 2020-07-29 17:38:43 +05:00
Usman Nasir
2abb1f84ed add/delete firewall rule via api 2020-07-29 13:42:47 +05:00
Usman Nasir
f8efe735c0 bug fix: remote restore of incremental backups 2020-07-28 22:53:09 +05:00
Usman Nasir
463cf814c3 bug fix: remote restore of incremental backups 2020-07-28 22:33:08 +05:00
Usman Nasir
2c5439007f Merge branch 'v2.0.2' into stable 2020-07-28 12:38:14 +05:00
Usman Nasir
0774ffea96 avoid creating duplicate mail records 2020-07-27 20:11:15 +05:00
Usman Nasir
a83b74a394 Merge branch 'v2.0.2' into stable 2020-07-27 12:37:17 +05:00
Usman Nasir
0ee87e1ad2 bug fix: delete website 2020-07-27 12:36:36 +05:00
Usman Nasir
12f98882da Merge branch 'v2.0.2' into stable 2020-07-24 22:59:30 +05:00
Usman Nasir
9534f880a9 fix permissions after move 2020-07-24 22:47:23 +05:00
Usman Nasir
c6824aba62 initiate starttls if port 587 2020-07-24 19:50:50 +05:00
Usman Nasir
1f8ca56916 fix a minor upgrade bug if on dev branch 2020-07-24 19:24:25 +05:00
Usman Nasir
e401b465ad initiate starttls if port 586 2020-07-24 19:00:51 +05:00
Usman Nasir
e4029612d5 Merge branch 'v2.0.2' into stable 2020-07-23 12:14:57 +05:00
Usman Nasir
4cea5d7a35 Merge branch 'v2.0.2-dev' into v2.0.2 2020-07-23 12:14:29 +05:00
Muttahir Aon Syed
18ae2a561c Merge pull request #393 from usmannasir/v2.0.2
Changing default Remote MySQL to NO
2020-07-23 11:47:31 +05:00
Muttahir Aon Syed
fdd040d123 Changing default Remote MySQL to NO 2020-07-23 11:47:03 +05:00
WhatTheServer
4617167ac8 Update php.ini
Set a default value for "date.timezone" to "UTC" as I noticed its unset by default and breaks logs and some CMS which needs this to log accurate times unless people setup a custom local value or manually set it.  This should ensure that this is always set to something to prevent the below.

```
root@server:~# for phpver in $(ls -1 /usr/local/lsws/ |grep lsphp | sed 's/lsphp//g') ; do echo ""; echo "LSPHP $phpver" ; /usr/local/lsws/lsphp$phpver/bin/php -i |grep -Ei 'date.timezone' && echo "" ; done

LSPHP 70
date.timezone => no value => no value


LSPHP 71
date.timezone => no value => no value


LSPHP 72
date.timezone => no value => no value


LSPHP 73
date.timezone => no value => no value


LSPHP 74
date.timezone => no value => no value

root@server:~#
```
2020-07-21 09:20:55 -04:00
Usman Nasir
e49338af5e Merge branch 'v2.0.2-dev' of github.com:usmannasir/cyberpanel into v2.0.2-dev 2020-07-21 14:22:29 +05:00
Usman Nasir
6761e83c0e bug fix: compressArchive 2020-07-21 14:21:58 +05:00
hennaboy
f654f47095 Merge branch 'v2.0.2-dev' of https://github.com/usmannasir/cyberpanel into v2.0.2-dev 2020-07-18 11:54:03 +01:00
hennaboy
fbb49be8ae Update mailscannerinstaller.sh
CLN Compatibility
2020-07-18 11:53:42 +01:00
Usman Nasir
0abcc8ebeb fix https://github.com/usmannasir/cyberpanel/issues/388 2020-07-17 18:19:41 +05:00
Usman Nasir
5a04cf9cb3 fix spellings 2020-07-17 12:20:59 +05:00
Usman Nasir
fba0c04159 Merge branch 'stable' into v2.0.2-dev 2020-07-17 11:54:11 +05:00
Usman Nasir
33bf193046 enable remote mysql in my.cnf 2020-07-17 11:45:42 +05:00
Usman Nasir
fb670c81e8 add FLUSH PRIVILIGES 2020-07-17 01:18:02 +05:00
Usman Nasir
7c67993655 finish allow remote access for db user 2020-07-17 00:12:09 +05:00
Usman Nasir
c553c03253 db username 2020-07-16 22:30:29 +05:00
Usman Nasir
041a3af678 add remote access dialog box 2020-07-16 12:49:08 +05:00
Usman Nasir
9e41364883 add remote access dialog box 2020-07-16 12:12:19 +05:00
qtwrk
78645a2ad5 fix memcached ext on ubuntu20 2020-07-16 02:45:08 +02:00
Usman Nasir
5daae1ece9 set remote mysql url in phpmyadmin as well 2020-07-16 01:35:06 +05:00