From 88aee551c1e305c63ddb8dd1e5e8b73116cecb09 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Tue, 17 Mar 2020 20:51:45 +0500 Subject: [PATCH] feature: configure server mailer for CyberPanel notifications --- .../templates/baseTemplate/index.html | 2 + plogical/CyberCPLogFileWriter.py | 29 +- plogical/IncScheduler.py | 77 + plogical/test.py | 4 + serverLogs/static/serverLogs/serverLogs.js | 1497 +++++++++-------- .../templates/serverLogs/serverMail.html | 88 + serverLogs/urls.py | 3 +- serverLogs/views.py | 87 + static/serverLogs/serverLogs.js | 1497 +++++++++-------- static/websiteFunctions/websiteFunctions.js | 57 + websiteFunctions/models.py | 8 + .../websiteFunctions/websiteFunctions.js | 57 + .../websiteFunctions/listWebsites.html | 242 +-- .../templates/websiteFunctions/manageGIT.html | 89 +- websiteFunctions/urls.py | 1 + websiteFunctions/views.py | 8 + websiteFunctions/website.py | 71 +- 17 files changed, 2192 insertions(+), 1625 deletions(-) create mode 100755 serverLogs/templates/serverLogs/serverMail.html mode change 100755 => 100644 static/serverLogs/serverLogs.js diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html index 8c67a8e5b..bf866620d 100755 --- a/baseTemplate/templates/baseTemplate/index.html +++ b/baseTemplate/templates/baseTemplate/index.html @@ -797,6 +797,8 @@