Commit Graph

2180 Commits

Author SHA1 Message Date
WhatTheServer
0d5e1f8e92 Merge pull request #525 from jordanlambrecht/v2.0.4-dev
Added favicon.png to admin dashboard
2021-02-05 21:58:59 -05:00
Jordan Lambrecht
c1285d8cd0 added favicon.png to the admin dashboard 2021-02-05 14:51:22 -06:00
Jordan Lambrecht
d1559ecf4b Added Favicon.png to admin dashboard 2021-02-05 14:38:26 -06:00
Usman Nasir
af3f8fe65f bug fix: wp manager config save 2021-02-05 18:33:20 +05:00
Usman Nasir
6d860d799d Merge branch 'v2.0.4-dev' of github.com:usmannasir/cyberpanel into v2.0.4-dev 2021-02-05 18:32:48 +05:00
Usman Nasir
5071c4fb2c bug fix: add missing table 2021-02-05 18:30:07 +05:00
Usman Nasir
7518cb628d Merge pull request #524 from myst3k/refactored-incBackups
Refactored Incbackups
2021-02-03 19:55:07 +05:00
Chris
ee550b1c55 refactored incBackups 2021-02-03 00:35:08 -05:00
Usman Nasir
4f7b7f9124 install default plugins set 2021-02-02 12:49:08 +05:00
Usman Nasir
de87897215 wp auto updates 2021-02-02 12:37:56 +05:00
Usman Nasir
4edabaa485 disable lscache when maintenance mode is on 2021-02-02 12:10:52 +05:00
Usman Nasir
bb46bddeda improve wp staging 2021-01-28 14:43:55 +05:00
Usman Nasir
ba30daa1e2 add better error checking 2021-01-26 22:55:01 +05:00
Usman Nasir
445ae1879d add better error checking 2021-01-25 19:30:06 +05:00
Usman Nasir
6639274d96 add progress to install 2021-01-22 18:26:17 +05:00
Usman Nasir
3bd5de52cc add progress to install 2021-01-20 00:37:46 +05:00
Usman Nasir
54a7a83c79 add progress to install 2021-01-20 00:15:59 +05:00
Usman Nasir
9753ce53a0 add progress to install 2021-01-19 15:27:04 +05:00
Usman Nasir
ed6f98f3f2 add progress to install 2021-01-19 15:24:51 +05:00
Usman Nasir
5f83a85ef1 Merge branch 'stable' into v2.0.4-dev 2021-01-19 14:53:42 +05:00
Usman Nasir
49986831d5 bug fix: https://github.com/usmannasir/cyberpanel/issues/514 2021-01-18 14:34:33 +05:00
Usman Nasir
728b2ff42e fix: disk/bw usage to calculate every 12 hour 2021-01-18 14:01:26 +05:00
Usman Nasir
216ce52272 add config value 2021-01-18 12:09:15 +05:00
Usman Nasir
45c7fd1af7 add config value 2021-01-18 11:14:52 +05:00
Usman Nasir
dc134d2084 Merge branch 'v2.0.4-dev' of github.com:usmannasir/cyberpanel into v2.0.4-dev 2021-01-18 00:38:09 +05:00
Usman Nasir
3ea621cc2d bug fix: dont start pdns if service disabled 2021-01-18 00:38:01 +05:00
qtwrk
f8d7b22fce update redis installation to remi repo 2021-01-17 00:39:18 +01:00
WhatTheServer
f32c21ec81 Update applicationInstaller.py
fix missing )
2021-01-13 09:22:55 -05:00
WhatTheServer
7ac897ec3d Add WHMCS installer core code
UI options to provide license key and browse to/enter path to whmcs installer will need added.
2021-01-12 20:12:18 -05:00
WhatTheServer
fbfd10bd28 Update applicationInstaller.py 2021-01-12 19:16:15 -05:00
Usman Nasir
98d4187920 wp manager cmplt 2021-01-12 17:56:36 +05:00
Usman Nasir
9f8b96536b feature: finish wp manager 2021-01-02 00:45:29 +05:00
Usman Nasir
6911c707d0 Merge branch 'v2.0.4-dev' of github.com:usmannasir/cyberpanel into v2.0.4-dev 2020-12-31 22:54:52 +05:00
Usman Nasir
9df8bbfdc9 feature: finish initial wp manager 2020-12-31 22:54:07 +05:00
WhatTheServer
d84fa9286e Update README.md 2020-12-31 10:41:28 -05:00
WhatTheServer
f649072c20 Update httpd_config.conf
Add the below to support autoload of .htaccess
`autoLoadHtaccess          1`
https://openlitespeed.org/kb/how-to-autoload-htaccess-with-openlitespeed/

https://feedback.cyberpanel.net/b/requests/p/automatic-restart-of-openlitespeed-server-after-any-change-in-htaccess

Also added in missing phpconfigs for later PHP versions
2020-12-31 10:40:44 -05:00
WhatTheServer
493a9141e5 Update fixperms.sh
Spliced in fix from latest report that hidden files only were being fixed: https://github.com/whattheserver/cyberpanel-fixperms/issues/4 after previously addressing this in.
https://github.com/whattheserver/cyberpanel-fixperms/issues/1
2020-12-31 09:39:29 -05:00
Usman Nasir
ca60eed7f8 wpmanager: init 2020-12-29 13:56:22 +05:00
Usman Nasir
ee893d8b42 Merge branch 'v2.0.4-dev' of github.com:usmannasir/cyberpanel into v2.0.4-dev 2020-12-25 14:19:04 +05:00
Usman Nasir
a9129f5369 bug fix: fetch buckets 2020-12-25 14:18:47 +05:00
WhatTheServer
17ce0be8df Update cliParser.py
Add argument to pass an optional backupPath to cyberpanel cli createBackup function so you can call the createBackup function and specify to backup to a specific path like another mount or path for scripting backups where you want them vs being hardcoded to /home/<domain name>/backup
2020-12-24 19:56:04 -05:00
WhatTheServer
e4da5582ca Update cyberPanel.py
Setup cyberpanel cli createBackup to where it can accept an optional argument for the backup path so scripting full backups to other paths can be done easily.
2020-12-24 19:52:21 -05:00
WhatTheServer
c7caf20b7e Update cyberPanel.py
Fix old datetime format to match current so its uniform and clear.
2020-12-24 18:42:52 -05:00
Usman Nasir
25bb2f8b1b wp deploy 2020-12-23 19:06:42 +05:00
Usman Nasir
371f85a48b static files 2020-12-22 12:13:37 +05:00
Usman Nasir
a1a9bec343 Merge branch 'v2.0.4-dev' of github.com:usmannasir/cyberpanel into v2.0.4-dev 2020-12-22 12:12:47 +05:00
Usman Nasir
84148f2069 cloud backups 2020-12-22 12:12:41 +05:00
Usman Nasir
9e96064844 Merge pull request #502 from jordanlambrecht/loginpage
Login Page Cleanup
2020-12-22 12:10:25 +05:00
Jordan Lambrecht
44394b111b minified 2020-12-21 14:31:13 -06:00
Jordan Lambrecht
2a008813a2 Was scared of commiting css to this file so I revered it 2020-12-21 14:25:53 -06:00