Muttahir Aon Syed
d822f9fe83
adding salt.php
...
Randomly generated salt for rainloop
2020-10-05 19:10:00 +05:00
Usman Nasir
b20ca1c47b
try rainloop password change
2020-10-05 18:21:56 +05:00
Usman Nasir
65b60b7edd
try rainloop password change
2020-10-05 14:02:07 +05:00
Usman Nasir
bf9160aca1
try rainloop password change
2020-10-05 11:24:52 +05:00
Usman Nasir
4cf2daf925
try rainloop password change
2020-10-05 10:24:47 +05:00
Usman Nasir
7f81646fc7
Merge branch 'v2.0.3' into v2.0.4-dev
2020-10-05 10:19:23 +05:00
Usman Nasir
50c586047c
set default pass forward by custom
2020-10-04 18:34:45 +05:00
Usman Nasir
ac09bfbf1c
set default pass forward by custom
2020-10-04 18:16:45 +05:00
Usman Nasir
045660ae53
set default pass forward by custom
2020-10-04 17:27:44 +05:00
Usman Nasir
35de1fc77c
rainloop admin password
2020-10-04 17:08:17 +05:00
Usman Nasir
180b89fbe9
rainloop admin password
2020-10-04 17:07:43 +05:00
Usman Nasir
e75c7a2302
rainloop admin password
2020-10-04 16:58:23 +05:00
Usman Nasir
d47897e080
rainloop admin password
2020-10-04 15:38:06 +05:00
Usman Nasir
be963e1977
rainloop admin password
2020-10-04 13:08:02 +05:00
Usman Nasir
e47999a63a
Merge branch 'v2.0.3' into v2.0.4-dev
2020-10-01 20:46:22 +05:00
Usman Nasir
b427f99161
remove systemd-resolvd on cent8
2020-10-01 17:27:30 +05:00
Usman Nasir
2440d471ca
update build number
2020-09-22 12:18:23 +05:00
Usman Nasir
7bd6135617
bug fix: change access logs permissions for lscp
2020-09-16 21:06:04 +05:00
Usman Nasir
3b81e0b6f3
bug fix: pdns.conf permissions during install/upgrade
2020-09-16 18:06:38 +05:00
Usman Nasir
658792470e
fix dovecot
2020-09-08 20:43:58 +05:00
Usman Nasir
6962f951f2
restic fix;
2020-09-08 20:25:21 +05:00
Usman Nasir
29c0a38e4c
do not depend on CyberPanel own repo fro cent7
2020-09-08 20:13:21 +05:00
Usman Nasir
55e225ec3b
bug fix for mysql 10.5
2020-09-03 20:54:43 +05:00
Usman Nasir
c1d9e6a832
bug fix for mysql 10.5
2020-09-03 19:24:12 +05:00
Usman Nasir
3331b94a9d
upgrade mariadb on ubuntu18
2020-09-03 15:40:01 +05:00
Usman Nasir
440b0ab9a4
upgrade mariadb on cent7
2020-09-03 15:35:01 +05:00
Usman Nasir
ee735d2f37
upgrade mariadb on cent7
2020-09-03 14:47:34 +05:00
Usman Nasir
f3fb93fbe0
replace localhost with remote mysql in case of rds
2020-08-29 19:36:01 +05:00
Muttahir Aon Syed
cf74343f8e
OLS/LS restart on htaccess change
...
Ref: https://feedback.cyberpanel.net/b/requests/p/automatic-restart-of-openlitespeed-server-after-any-change-in-htaccess
2020-08-27 00:20:54 +05:00
Usman Nasir
d777cab7be
align proper permissions
2020-08-26 15:50:45 +05:00
Usman Nasir
4cf8f36035
further permissions
2020-08-26 15:06:05 +05:00
Usman Nasir
7c211a85fd
allow ALTER
2020-08-26 15:01:58 +05:00
Usman Nasir
8dfabb1e96
allow create
2020-08-26 14:39:54 +05:00
Usman Nasir
5d20426e15
bug fix: amazon rds
2020-08-26 14:10:55 +05:00
Usman Nasir
2404080530
bug fix: amazon rds
2020-08-26 11:44:23 +05:00
Usman Nasir
99fb636310
bug fix: blowfish secret
2020-08-13 11:19:30 +05:00
Usman Nasir
a284bf2eb2
add logout logic
2020-08-13 11:09:43 +05:00
Usman Nasir
610f15d57a
Merge branch 'stable' into v2.0.3-dev
2020-08-11 07:39:22 +05:00
qtwrk
7be72001e9
Update install.py
2020-08-10 21:49:32 +02:00
Usman Nasir
aeaa8c6fc1
configure phpmyadmin config.inc for auto login
2020-08-10 11:40:00 +05:00
Usman Nasir
0438b47207
complete phpmyadmin
2020-08-09 12:45:18 +05:00
Usman Nasir
165a453ab8
update build number
2020-08-04 20:20:19 +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
5daae1ece9
set remote mysql url in phpmyadmin as well
2020-07-16 01:35:06 +05:00
Usman Nasir
3b99510f58
respect remote mysql during upgrade
2020-07-06 12:57:22 +05:00
Usman Nasir
135bb2494a
enable remote mysql for other services
2020-07-06 11:28:41 +05:00
Usman Nasir
239cf01233
add ip to the remote
2020-07-05 21:04:38 +05:00
Usman Nasir
c881066878
bug fix: remote mysql install
2020-07-05 19:29:26 +05:00
Usman Nasir
19c89e9924
bug fix: remote mysql install
2020-07-05 19:07:12 +05:00
Usman Nasir
2a2866f362
install mysql even if remote
2020-07-05 18:47:36 +05:00