istiak101
10b15ebd8d
Redo #610
2021-09-29 00:34:37 +06:00
istiak101
7852851536
Redo #610
2021-09-29 00:29:19 +06:00
Usman Nasir
9dc16251be
bug fix: continue backups if website is deleted from main CP
2021-09-24 16:07:07 +05:00
Usman Nasir
4c94da1084
CP-32
2021-09-23 19:30:42 +05:00
Usman Nasir
7612684556
zero ssl account registration
2021-09-21 15:35:04 +05:00
Usman Nasir
42a0822ba7
add vhost level cache root for openlitespeed
2021-09-21 12:41:59 +05:00
Usman Nasir
f12c6eede3
CP-21: Additional Security
2021-09-13 15:59:05 +05:00
Usman Nasir
e65beba5a2
CP-19: Additional Domains to Block
2021-09-13 15:30:27 +05:00
Usman Nasir
166844d87e
Merge branch 'v2.1.2-dev' of github.com:usmannasir/cyberpanel into v2.1.2-dev
2021-09-13 14:56:09 +05:00
Usman Nasir
b346613eba
CP-08
2021-09-13 14:55:25 +05:00
usman
270889bdec
bug fix: dkim manager
2021-09-07 19:38:30 +05:00
Usman Nasir
c3a0cf459e
security fix: CP-19: Websites – Create Website
2021-09-01 14:13:42 +05:00
Usman Nasir
50bf2623b5
bug fix in backup creation
2021-08-30 23:56:54 +05:00
Usman Nasir
28955c531f
bug fix: cronjob
2021-08-30 15:03:14 +05:00
Usman Nasir
eb41898ad7
bug fix: cron jobs
2021-08-30 14:39:45 +05:00
Usman Nasir
238208d662
security fix: CP-36: DNS – Add / Delete Records
2021-08-30 13:25:53 +05:00
Usman Nasir
0e999e23c2
Merge branch 'v2.1.1' into v2.1.1-usman
2021-08-30 12:51:30 +05:00
Usman Nasir
b9342a905a
securify fix: CP-29: Manage Website – SMTP Hosts – Verify
2021-08-30 12:51:18 +05:00
Usman Nasir
be9f5d7620
resolve https://www.exploit-db.com/exploits/50230
2021-08-29 19:48:14 +05:00
Usman Nasir
2e8212169e
resolve https://www.exploit-db.com/exploits/50230
2021-08-29 19:47:23 +05:00
Usman Nasir
9df424a9fc
security fix: CP-26: Manage Website – File Manager – Upload
2021-08-20 20:25:28 +05:00
Usman Nasir
a288a88754
security fix: CP-24: Manage Website – Domain Alias (Delete)
2021-08-20 19:42:06 +05:00
Usman Nasir
c5ec9cc9ac
Merge branch 'v2.1.1' into v2.1.1-usman
2021-08-20 15:19:43 +05:00
Usman Nasir
9e7fac1093
bug fix: avoid possible removal of directories
2021-08-17 09:22:20 +05:00
Usman Nasir
2625158059
security fix: CP-18: Users – Create New User
2021-08-13 14:55:08 +05:00
Usman Nasir
c32f758131
CP-16: Admin Back Up Start Transfer
2021-08-13 12:35:47 +05:00
Usman Nasir
c27eb05522
CP-16: Admin Back Up Start Transfer
2021-08-13 12:34:23 +05:00
Usman Nasir
97ab0ab579
add logging
2021-08-12 19:43:47 +05:00
Usman Nasir
a804be31de
CP-14: Admin Back Up Create Back Up
2021-08-12 14:37:30 +05:00
Usman Nasir
f9c915bd36
CP-14: Admin Back Up Create Back Up
2021-08-12 13:31:04 +05:00
Usman Nasir
d11911dd49
security fix: CP-13: Admin Back Up Create Back Up
2021-08-12 13:25:36 +05:00
Usman Nasir
6cd80b896a
security fix in backups
2021-08-10 20:38:53 +05:00
Usman Nasir
187c13cfcf
security fix in backups
2021-08-10 16:37:28 +05:00
Usman Nasir
7f9f60682e
security fix: CP-13: Admin Back Up Create Back Up
2021-08-07 14:28:10 +05:00
istiak101
f1a722a739
Custom error page support OLS
2021-08-06 18:14:24 +06:00
istiak101
b2e42b522e
More verbose logs
...
More verbose logs for https://github.com/usmannasir/cyberpanel/issues/441
2021-08-04 14:44:03 +06:00
Usman Nasir
a84e2c29b2
security fix: CP-11: Admin Packages Delete Package
2021-08-02 12:21:11 +05:00
Usman Nasir
cc72171719
security fix: CP-02: Installation
2021-07-31 16:54:47 +05:00
Usman Nasir
708a72edc5
security fix: CP-05: Command Line Tools
2021-07-29 16:21:50 +05:00
Usman Nasir
fd82b81b33
security fix: CP-01: Installation
2021-07-29 13:06:20 +05:00
Usman Nasir
6cdb0d3033
Merge pull request #697 from publicarray/patch-1
...
Create modern ECDSA certificates #695
2021-07-21 12:18:07 +05:00
Sebastian Schmidt
f17b8ba29b
Create modern ECDSA certificates
...
Fix self-signed certificate wrongly set to www.example.com
Fix consistency where the certificates are issued from.
if an aliasDomain was used it was issued from ZeroSSL while others where issued from Let's Encrypt.
I went with ZeroSSL due to less rate-limiting
Maybe choosing the CA should be an option that can be set by the user.
To set a default use 'acme.sh --set-default-ca --server letsencrypt' instead
Use `acme.sh --register-account -m my@example.com ` to create a ZeroSSL account
2021-07-21 14:36:07 +10:00
Sebastian Schmidt
4dedebac54
remove ciphers
...
The LiteSpeed webserver provides better defaults and is updated more often.
It also allows the administrator to set better ciphers for the entire server more easily than having to edit every zone individually
2021-07-21 14:36:07 +10:00
Usman Nasir
a21416e1b5
resolve https://github.com/usmannasir/cyberpanel/issues/696
2021-07-20 14:16:01 +05:00
Usman Nasir
4d9a95ded1
resolve https://github.com/usmannasir/cyberpanel/issues/696
2021-07-20 14:05:45 +05:00
Usman Nasir
c8f723159b
resolve bug in modsec rules
2021-07-19 20:39:45 +05:00
Usman Nasir
a28a081adb
resolve https://github.com/usmannasir/cyberpanel/issues/692
2021-07-17 23:41:22 +05:00
Usman Nasir
821379d244
bug fix in backup creation of complete website
2021-07-17 23:37:16 +05:00
Usman Nasir
ed9a5e27c1
fixed a bug that cause restore fail if 1 user have access to more then 1 database
2021-07-17 13:24:05 +05:00
Usman Nasir
4d611a48d3
load custom css
2021-07-16 14:42:05 +05:00