From f7a2afe5cef49d533e4db70b64ff29fd4446715a Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Fri, 9 Sep 2022 01:00:15 +0500 Subject: [PATCH] push my changes --- CyberCP/settings.py | 2 +- .../static/filemanager/js/fileManager.js | 2 - ubuntu-requirments.txt | 89 ------------------- 3 files changed, 1 insertion(+), 92 deletions(-) diff --git a/CyberCP/settings.py b/CyberCP/settings.py index 87c8aa75d..f3ae163cb 100755 --- a/CyberCP/settings.py +++ b/CyberCP/settings.py @@ -24,7 +24,7 @@ SECRET_KEY = 'xr%j*p!*$0d%(-(e%@-*hyoz4$f%y77coq0u)6pwmjg4)q&19f' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ['*'] diff --git a/filemanager/static/filemanager/js/fileManager.js b/filemanager/static/filemanager/js/fileManager.js index a7f9447c0..dd9d8516f 100755 --- a/filemanager/static/filemanager/js/fileManager.js +++ b/filemanager/static/filemanager/js/fileManager.js @@ -67,7 +67,6 @@ fileManager.controller('fileManagerCtrl', function ($scope, $http, FileUploader, $('#showHTMLEditor').modal('show'); $scope.fileInEditor = allFilesAndFolders[0]; $scope.getFileContents(); - }; @@ -636,7 +635,6 @@ fileManager.controller('fileManagerCtrl', function ($scope, $http, FileUploader, if (functionName === "startPoint") { completePathToFile = $scope.currentRPath; } else if (functionName === "doubleClick") { - completePathToFile = $scope.currentRPath + "/" + node.innerHTML; } else if (functionName === "homeFetch") { completePathToFile = homeRPathBack; diff --git a/ubuntu-requirments.txt b/ubuntu-requirments.txt index 1fc691fbf..e69de29bb 100644 --- a/ubuntu-requirments.txt +++ b/ubuntu-requirments.txt @@ -1,89 +0,0 @@ -acme==1.29.0 -asgiref==3.5.2 -asn1crypto==1.5.1 -attrs==22.1.0 -Babel==2.10.3 -backports.ssl-match-hostname==3.7.0.1 -bcrypt==4.0.0 -beautifulsoup4==4.11.1 -boto3==1.24.67 -botocore==1.27.67 -cachetools==5.2.0 -certifi==2022.6.15 -cffi==1.15.1 -chardet==5.0.0 -charset-normalizer==2.0.12 -cloudflare==2.9.12 -ConfigArgParse==1.5.3 -configobj==5.0.6 -cryptography==38.0.0 -decorator==5.1.1 -Django==4.1.1 -docker==6.0.0 -docker-pycreds==0.4.0 -docutils==0.19 -enum34==1.1.10 -filelock==3.8.0 -funcsigs==1.0.2 -future==0.18.2 -google-api-core==2.10.0 -google-api-python-client==2.60.0 -google-auth==2.11.0 -google-auth-httplib2==0.1.0 -google-auth-oauthlib==0.5.2 -googleapis-common-protos==1.56.4 -httplib2==0.20.4 -idna==3.3 -ipaddress==1.0.23 -IPy==1.1 -Jinja2==3.1.2 -jmespath==1.0.1 -josepy==1.13.0 -jsonlines==3.1.0 -jsonpatch==1.32 -jsonpointer==2.3 -MarkupSafe==2.1.1 -mock==4.0.3 -mysqlclient==2.1.1 -oauthlib==3.2.0 -packaging==21.3 -paramiko==2.11.0 -parsedatetime==2.6 -pbr==5.10.0 -pexpect==4.8.0 -prettytable==3.4.1 -protobuf==4.21.5 -psutil==5.9.2 -ptyprocess==0.7.0 -py3dns==3.2.1 -pyasn1==0.4.8 -pyasn1-modules==0.2.8 -pycparser==2.21 -pygpgme==0.3 -PyNaCl==1.5.0 -pyOpenSSL==22.0.0 -pyotp==2.6.0 -pyparsing==3.0.9 -pyRFC3339==1.1 -pysftp==0.2.9 -python-dateutil==2.8.2 -pytz==2022.2.1 -pyudev==0.24.0 -pyxattr==0.7.2 -PyYAML==6.0 -requests==2.28.1 -requests-file==1.5.1 -requests-oauthlib==1.3.1 -requests-toolbelt==0.9.1 -rsa==4.9 -s3transfer==0.6.0 -six==1.16.0 -soupsieve==2.3.2.post1 -sqlparse==0.4.2 -tldextract==3.3.1 -tornado==6.2 -uritemplate==4.1.1 -urllib3==1.26.12 -validators==0.20.0 -wcwidth==0.2.5 -websocket-client==1.4.1 \ No newline at end of file