Commit Graph

1789 Commits

Author SHA1 Message Date
WhatTheServer
005d51102d 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
3e643c4da5 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
44575e25b3 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
1f89afbdbb 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
176c24c51d Update mailscannerinstaller.sh
Updated to avoid signature issues with some providers
2020-08-27 08:20:12 +01:00
qtwrk
2cf7828d44 Update install.py 2020-08-10 21:49:32 +02:00
qtwrk
700a0291b9 Update cyberpanel_utility.sh 2020-08-10 19:12:16 +02:00
qtwrk
10c1b0a323 quick change for PMA limit. 2020-08-10 19:06:06 +02:00
Muttahir Aon Syed
7f3870e616 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
ac68191698 Merge pull request #398 from usmannasir/qtwrkdev
minor improvement
2020-08-10 14:15:28 +02:00
qtwrk
1333e39d17 Update cyberpanel_utility.sh 2020-08-05 15:19:55 +02:00
qtwrk
37acfb7c59 Update cyberpanel.sh 2020-08-05 15:19:34 +02:00
qtwrk
369e05c569 minor improvement 2020-08-04 02:39:32 +02:00
Usman Nasir
394abff067 bug fix: docker install on cent8 2020-08-03 12:16:20 +05:00
Usman Nasir
7d002435c9 Merge branch 'stable' into v2.0.2 2020-08-03 12:14:26 +05:00
qtwrk
a04fccd925 Update cyberpanel.sh
add a mail test to check if port 25 is open
2020-08-03 01:09:45 +02:00
qtwrk
ca858402bc Update cyberpanel.sh 2020-08-03 01:08:48 +02:00
Usman Nasir
bba43a61d3 bug fix: change password when remote access enabled 2020-07-29 17:38:43 +05:00
Usman Nasir
ccc9f83cd7 add/delete firewall rule via api 2020-07-29 13:42:47 +05:00
Usman Nasir
ba807c30e9 bug fix: remote restore of incremental backups 2020-07-28 22:53:09 +05:00
Usman Nasir
56a7771896 bug fix: remote restore of incremental backups 2020-07-28 22:33:08 +05:00
Usman Nasir
5ba44c7e2b Merge branch 'v2.0.2' into stable 2020-07-28 12:38:14 +05:00
Usman Nasir
4afdb2b89d avoid creating duplicate mail records 2020-07-27 20:11:15 +05:00
Usman Nasir
644f507ba9 Merge branch 'v2.0.2' into stable 2020-07-27 12:37:17 +05:00
Usman Nasir
a3fe8027da bug fix: delete website 2020-07-27 12:36:36 +05:00
Usman Nasir
84d39bf31e Merge branch 'v2.0.2' into stable 2020-07-24 22:59:30 +05:00
Usman Nasir
5fb8bbe489 fix permissions after move 2020-07-24 22:47:23 +05:00
Usman Nasir
2928ea878e initiate starttls if port 587 2020-07-24 19:50:50 +05:00
Usman Nasir
1d135b60f0 fix a minor upgrade bug if on dev branch 2020-07-24 19:24:25 +05:00
Usman Nasir
6043b52816 initiate starttls if port 586 2020-07-24 19:00:51 +05:00
Usman Nasir
be49068726 Merge branch 'v2.0.2' into stable 2020-07-23 12:14:57 +05:00
Usman Nasir
6c7fea6e67 Merge branch 'v2.0.2-dev' into v2.0.2 2020-07-23 12:14:29 +05:00
Muttahir Aon Syed
bd78e785aa 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
e6ea8e1c28 Changing default Remote MySQL to NO 2020-07-23 11:47:03 +05:00
WhatTheServer
cfed2ded19 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
27313bd2c9 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
04834f0727 bug fix: compressArchive 2020-07-21 14:21:58 +05:00
hennaboy
d1f04bff74 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
4be36fab24 Update mailscannerinstaller.sh
CLN Compatibility
2020-07-18 11:53:42 +01:00
Usman Nasir
2246602adb fix https://github.com/usmannasir/cyberpanel/issues/388 2020-07-17 18:19:41 +05:00
Usman Nasir
de013c183f fix spellings 2020-07-17 12:20:59 +05:00
Usman Nasir
3e41556c91 Merge branch 'stable' into v2.0.2-dev 2020-07-17 11:54:11 +05:00
Usman Nasir
b87721b99b enable remote mysql in my.cnf 2020-07-17 11:45:42 +05:00
Usman Nasir
091b3ef75b add FLUSH PRIVILIGES 2020-07-17 01:18:02 +05:00
Usman Nasir
c80bc9d9e1 finish allow remote access for db user 2020-07-17 00:12:09 +05:00
Usman Nasir
9a85dbe654 db username 2020-07-16 22:30:29 +05:00
Usman Nasir
ef24d4fb42 add remote access dialog box 2020-07-16 12:49:08 +05:00
Usman Nasir
aca1948dac add remote access dialog box 2020-07-16 12:12:19 +05:00
qtwrk
c7bac27ebb fix memcached ext on ubuntu20 2020-07-16 02:45:08 +02:00
Usman Nasir
b017008b6c set remote mysql url in phpmyadmin as well 2020-07-16 01:35:06 +05:00