From ed994a361621ba19241579c6580ae8f8aeb9a123 Mon Sep 17 00:00:00 2001 From: Karin Borm Date: Tue, 10 Oct 2023 11:35:07 +0200 Subject: [PATCH 1/3] delete obsolete files --- about.htm | 15 --------------- oic_login.php | 42 ------------------------------------------ 2 files changed, 57 deletions(-) delete mode 100644 about.htm delete mode 100644 oic_login.php diff --git a/about.htm b/about.htm deleted file mode 100644 index b1ec1c2..0000000 --- a/about.htm +++ /dev/null @@ -1,15 +0,0 @@ -
- -

Das Angebot wurde im Interaction Design Lab der HAWK entwickelt, um allen Hochschulangehörigen die Möglichkeit zu geben, künstliche Intelligenz in die Arbeitsprozesse zu integrieren und einen Begegnungsraum zu haben, damit sich eventuell neue Arbeitsweisen ergeben und eine hochschulinterne Diskussion über den Einsatz von K.I., entstehen kann. Dieses Angebot möchte auch didaktisch unterstützen, ein Verständnis für die Wirkungsweise eines solchen Sprachmodells zu entwickeln und gibt daher in den verschiedenen Bereichen auch Hinweise auf gut funktionierende Prompts (Texteingaben). Wir freuen uns über konstruktives Feedback, um dieses Angebot entsprechend Ihren Bedürfnissen und Erkenntnissen weiterzuentwickeln.

- -

- Prof. Stefan Wölwer | Digital Environments | Interaction Design
- Jonas Trippler | Wissenschaftlicher Mitarbeiter | Hands On
- Vincent Timm | Wissenschaftlicher Mitarbeiter | Leitung Interaction Design Lab

-
- - \ No newline at end of file diff --git a/oic_login.php b/oic_login.php deleted file mode 100644 index e71bf7c..0000000 --- a/oic_login.php +++ /dev/null @@ -1,42 +0,0 @@ -setHttpUpgradeInsecureRequests(false); -} - -$oidc->authenticate(); - -$_SESSION['oidcClient'] = $oidc; - -// Set session variable username -$firstname = $oidc->requestUserInfo('given_name'); -$surname = $oidc->requestUserInfo('family_name'); -$initials = substr($firstname, 0, 1) . substr($surname, 0, 1); - -$_SESSION['username'] = $initials; - - -header("Location: interface.php"); -exit(); - -?> - From a903edb0df847bfb3aeaed97ffcf0f3e882a7c2e Mon Sep 17 00:00:00 2001 From: Karin Borm Date: Tue, 10 Oct 2023 11:36:16 +0200 Subject: [PATCH 2/3] remove COMPOSER_PATH from README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4b5c37c..6c37551 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ To get started you need to add a configuration file to the project first. Copy t | OIDC_CLIENT_ID | string | "..." | Client Id for this application in Identity provider. | | OIDC_CLIENT_SECRET | string | "..." | Secret key for OpenID Connect. | OIDC_LOGOUT_URI | string | "https://...." | URL to logout from Identity provider | -| COMPOSER_PATH | string | "..." | Path to PHP Composer libariries (only needed for OpenID Connect). | | OPENAI_API_KEY | string | sk-... | Open AI Api key | | IMPRINT_LOCATION | string | https://your-university/imprint | A link to your imprint. Alternatively you can replace the file index.php under /impressum with your own html/ php of your imprint. | | PRIVACY_LOCATION | string | https://your-university/privacy-policy | A link to your privacy policy. Alternatively you can replace the file index.php under /datenschutz with your own html/ php of your privacy policy. | From 74d46e8a18d47f39b482e391482a06c9f3da3620 Mon Sep 17 00:00:00 2001 From: Karin Borm Date: Tue, 10 Oct 2023 11:36:47 +0200 Subject: [PATCH 3/3] bugfix path to environemt file --- datenschutz/index.php | 4 ++-- impressum/index.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/datenschutz/index.php b/datenschutz/index.php index f650b67..a63e93a 100644 --- a/datenschutz/index.php +++ b/datenschutz/index.php @@ -1,6 +1,6 @@