From 2b1be588ea9182549e3199562a2be065ec7c36db Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 8 Dec 2023 21:52:22 +0000 Subject: [PATCH] bug fixes --- Config/phpcs.xml | 23 +++++++++++------------ Helper/Scripts/serverInstall.sh | 2 +- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/Config/phpcs.xml b/Config/phpcs.xml index 843e603..57516f1 100755 --- a/Config/phpcs.xml +++ b/Config/phpcs.xml @@ -27,17 +27,16 @@ */tests/* */Sandbox/* */vendor/* -*/OAuth2/* -*/Mail/* -*/Interfaces/* -*/Workflows/* -*/Accounting/* -*/JobScheduling/* -*/TrueSkill.php -*/BayesianPersonalizedRanking.php -*/Parser/Spreadsheet/* -*/Parser/Presentation/* -*/Parser/Document/* +*/Mail/* +*/Interfaces/* +*/Workflows/* +*/Accounting/* +*/JobScheduling/* +*/TrueSkill.php +*/BayesianPersonalizedRanking.php +*/Parser/Spreadsheet/* +*/Parser/Presentation/* +*/Parser/Document/* *Hooks.php *Markdown.js *ObjLoader.js @@ -50,7 +49,7 @@ - + *Sort.php diff --git a/Helper/Scripts/serverInstall.sh b/Helper/Scripts/serverInstall.sh index 1eaa558..d8389ed 100644 --- a/Helper/Scripts/serverInstall.sh +++ b/Helper/Scripts/serverInstall.sh @@ -26,7 +26,7 @@ service fail2ban restart # SSH -# TODO: upload ssh key and disable password login if successful +# upload ssh key and disable password login if successful # https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys-on-ubuntu-20-04 # copy the public key (e.g. *.pub to the file ~/.ssh/authorized_keys of the respective user)