Commit Graph

2719 Commits

Author SHA1 Message Date
Usman Nasir
b5b0eb7f97 add progress to install 2021-01-22 18:26:17 +05:00
Usman Nasir
815eef0740 add progress to install 2021-01-20 00:37:46 +05:00
Usman Nasir
5a67a30ac7 add progress to install 2021-01-20 00:15:59 +05:00
Usman Nasir
0903ee015f add progress to install 2021-01-19 15:27:04 +05:00
Usman Nasir
931ab00809 add progress to install 2021-01-19 15:24:51 +05:00
Usman Nasir
ca6d619a52 Merge branch 'stable' into v2.0.4-dev 2021-01-19 14:53:42 +05:00
Maicol
c9d9bf5094 Update django.po
Added some translations
2021-01-18 21:15:15 +01:00
Usman Nasir
43c605c405 bug fix: https://github.com/usmannasir/cyberpanel/issues/514 2021-01-18 14:34:33 +05:00
Usman Nasir
dd1c8b2351 fix: disk/bw usage to calculate every 12 hour 2021-01-18 14:01:26 +05:00
Usman Nasir
116d3e5f9d add config value 2021-01-18 12:09:15 +05:00
Usman Nasir
32d0d4af3a add config value 2021-01-18 11:14:52 +05:00
Usman Nasir
5c691aea36 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
35669bb956 bug fix: dont start pdns if service disabled 2021-01-18 00:38:01 +05:00
qtwrk
e1bb1bf72f update redis installation to remi repo 2021-01-17 00:39:18 +01:00
WhatTheServer
ce90410544 Update applicationInstaller.py
fix missing )
2021-01-13 09:22:55 -05:00
WhatTheServer
a582b7cae9 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
0c201db72b Update applicationInstaller.py 2021-01-12 19:16:15 -05:00
Usman Nasir
5dd37847b4 wp manager cmplt 2021-01-12 17:56:36 +05:00
Usman Nasir
84a375e0dc feature: finish wp manager 2021-01-02 00:45:29 +05:00
Usman Nasir
8577484bc0 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
96a90f0073 feature: finish initial wp manager 2020-12-31 22:54:07 +05:00
WhatTheServer
1529e86cb2 Update README.md 2020-12-31 10:41:28 -05:00
WhatTheServer
812d1e4d99 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
d42d01b0f5 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
7f8a36f892 wpmanager: init 2020-12-29 13:56:22 +05:00
Gilles BOUVIER
bfc57ec036 • Use writeToFile in exception clause (suggestion from @furkansandal). 2020-12-27 11:34:59 -08:00
Gilles BOUVIER
84ded63fe5 • Add From header to email message if missing.
Gmail rejects messages without a From header, with this error:
  "Our system has detected that this message is 5.7.1 not RFC 5322
   compliant: 5.7.1 'From' header is missing."
2020-12-26 14:15:24 -08:00
Usman Nasir
3a1348e85e 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
40708e90b9 bug fix: fetch buckets 2020-12-25 14:18:47 +05:00
WhatTheServer
ae728b0c58 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
74f818769b 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
fd71a275d5 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
9920b52750 wp deploy 2020-12-23 19:06:42 +05:00
Usman Nasir
5f1c0aecb5 static files 2020-12-22 12:13:37 +05:00
Usman Nasir
2f0b77bdf0 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
4cd72a7ad8 cloud backups 2020-12-22 12:12:41 +05:00
Usman Nasir
58e1ba1fe4 Merge pull request #502 from jordanlambrecht/loginpage
Login Page Cleanup
2020-12-22 12:10:25 +05:00
Jordan Lambrecht
08d493d68b minified 2020-12-21 14:31:13 -06:00
Jordan Lambrecht
9fa3361d80 Was scared of commiting css to this file so I revered it 2020-12-21 14:25:53 -06:00
Jordan Lambrecht
e23e48d965 Cleaned up login page UI 2020-12-21 14:09:28 -06:00
Jordan Lambrecht
c517fb8ce2 fixed typo 2020-12-21 14:06:45 -06:00
Usman Nasir
d32104337e bug fix: supply aws region 2020-12-20 05:58:08 +05:00
Usman Nasir
c57fccf1f0 refactor: upgrade code for dovecot/postfix on ubuntu20 2020-12-18 14:05:01 +05:00
Usman Nasir
82eb1e4d2c refactor: install code for dovecot/postfix on ubuntu20 2020-12-18 01:49:25 +05:00
Usman Nasir
db83fb9530 refactor: install code for dovecot/postfix on ubuntu20 2020-12-18 01:02:49 +05:00
Usman Nasir
4380adb751 bug fix: imunif360 access url 2020-12-18 00:01:01 +05:00
Usman Nasir
68a7c8c18a feature: allow imunify install without cloudlinux' 2020-12-17 21:09:50 +05:00
Usman Nasir
e36b6b8a6a fix further minor issues in cloudlinux 2020-12-17 14:20:54 +05:00
Usman Nasir
46ea3766aa feature: enable cloudlinux reseller limits 2020-12-16 20:24:01 +05:00
Usman Nasir
ab05f37356 Merge branch 'v2.0.4-dev' of github.com:usmannasir/cyberpanel into v2.0.4-dev 2020-12-14 15:35:24 +05:00