Commit Graph

1790 Commits

Author SHA1 Message Date
Usman Nasir
2f4726a3ee complete phpmyadmin 2020-08-09 12:45:18 +05:00
Usman Nasir
e5fff4fc09 Merge branch 'v2.0.3-dev' of github.com:usmannasir/cyberpanel into v2.0.3-dev 2020-08-09 00:28:22 +05:00
Usman Nasir
8abd31029f phpmyadmin autologin: access keys generation 2020-08-09 00:27:57 +05:00
WhatTheServer
e5447fdf87 Create spamassassin_tojunk_installer.sh
Break SpamAssassin junk to folder code into its own script.
2020-08-08 06:50:36 -04:00
WhatTheServer
20105f960f Create mailscanneruninstaller.sh
Creates uninstaller needed for #400
2020-08-08 06:34:22 -04:00
Usman Nasir
7b6d5fb8bd phpmyadmin auto login 2020-08-07 14:20:45 +05:00
Usman Nasir
55b934f52a create missing table for filemanager trash 2020-08-05 14:20:53 +05:00
Usman Nasir
7f0ad77d15 completed: https://feedback.cyberpanel.net/b/requests/p/trash-folder-in-file-manager' 2020-08-05 12:13:26 +05:00
Usman Nasir
23cc48ea01 prepare frontend for trash folder 2020-08-04 21:04:44 +05:00
Usman Nasir
691dd3fa15 add trash record 2020-08-04 20:48:53 +05:00
Usman Nasir
382a9ec326 update build number 2020-08-04 20:20:19 +05:00
Usman Nasir
8e3138bf9e ref https://github.com/usmannasir/cyberpanel/issues/397: add restart on edit php config adv 2020-08-04 20:18:49 +05:00
Usman Nasir
6688efcdcd ref https://github.com/usmannasir/cyberpanel/issues/397: add restart on edit php config adv 2020-08-04 13:08:49 +05:00
Usman Nasir
299647d36d ref https://github.com/usmannasir/cyberpanel/issues/397: add restart on edit php config basic 2020-08-04 13:05:27 +05: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