From 01301fa4613d380018febf7bceccc17e8b1d1b73 Mon Sep 17 00:00:00 2001 From: carbtest <126119246+carbtest@users.noreply.github.com> Date: Wed, 24 Jan 2024 23:57:10 -0800 Subject: [PATCH 1/5] spelling corrections for CAS.php (#436) spelling corrections --- source/CAS.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/CAS.php b/source/CAS.php index 848ceac5..df6bc825 100644 --- a/source/CAS.php +++ b/source/CAS.php @@ -303,7 +303,7 @@ class phpCAS /** * This variable is used to enable verbose mode - * This pevents debug info to be show to the user. Since it's a security + * This prevents debug info to be show to the user. Since it's a security * feature the default is false * * @hideinitializer @@ -409,7 +409,7 @@ public static function proxy($server_version, $server_hostname, phpCAS :: error(self::$_PHPCAS_INIT_CALL['method'] . '() has already been called (at ' . self::$_PHPCAS_INIT_CALL['file'] . ':' . self::$_PHPCAS_INIT_CALL['line'] . ')'); } - // store where the initialzer is called from + // store where the initializer is called from $dbg = debug_backtrace(); self::$_PHPCAS_INIT_CALL = array ( 'done' => true, @@ -560,7 +560,7 @@ public static function log($str) $indent_str .= '| '; } - // allow for multiline output with proper identing. Usefull for + // allow for multiline output with proper identing. Useful for // dumping cas answers etc. $str2 = str_replace("\n", "\n" . self::$_PHPCAS_DEBUG['unique_id'] . ' ' . $indent_str, $str); $str3 = self::$_PHPCAS_DEBUG['unique_id'] . ' ' . $indent_str . $str2; @@ -568,7 +568,7 @@ public static function log($str) self::$_PHPCAS_DEBUG['logger']->info($str3); } if (!empty(self::$_PHPCAS_DEBUG['filename'])) { - // Check if file exists and modifiy file permissions to be only + // Check if file exists and modify file permissions to be only // readable by the webserver if (!file_exists(self::$_PHPCAS_DEBUG['filename'])) { touch(self::$_PHPCAS_DEBUG['filename']); @@ -1769,7 +1769,7 @@ public static function setSessionIdSalt($salt) { /** * If you want your service to be proxied you have to enable it (default - * disabled) and define an accepable list of proxies that are allowed to + * disabled) and define an acceptable list of proxies that are allowed to * proxy your service. * * Add each allowed proxy definition object. For the normal CAS_ProxyChain @@ -1790,7 +1790,7 @@ public static function setSessionIdSalt($salt) { * 'http://client.example.com/' * ))); * - * For quick testing or in certain production screnarios you might want to + * For quick testing or in certain production scenarios you might want to * allow allow any other valid service to proxy your service. To do so, add * the "Any" chain: * phpCAS::allowProxyChain(new CAS_ProxyChain_Any); @@ -1897,7 +1897,7 @@ private static function _validateClientExists() } /** - * Checks of a proxy client aready exists + * Checks of a proxy client already exists * * @throws CAS_OutOfSequenceBeforeProxyException * From 2cb24efceeb0e9862f49c884dcaeca6837a039be Mon Sep 17 00:00:00 2001 From: Joachim Fritschi Date: Sat, 29 Jun 2024 16:28:17 +0200 Subject: [PATCH 2/5] Update README.md Add notice that library is unmaintained --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d4812891..130fdb75 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ phpCAS phpCAS is an authentication library that allows PHP applications to easily authenticate users via a Central Authentication Service (CAS) server. +As of June 2024 this library is not actively maintained and looking for active developers/maintainers. Please contact the CAS project management team if you are interested: https://apereo.github.io/cas/developer/Project-Commitee.html + Please see the wiki website for more information: https://apereo.github.io/phpCAS/ From 10e4f1a75a29220961042bbd7fa43faf03481cc5 Mon Sep 17 00:00:00 2001 From: Joachim Fritschi Date: Sat, 29 Jun 2024 17:19:20 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 130fdb75..597f1564 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ phpCAS phpCAS is an authentication library that allows PHP applications to easily authenticate users via a Central Authentication Service (CAS) server. -As of June 2024 this library is not actively maintained and looking for active developers/maintainers. Please contact the CAS project management team if you are interested: https://apereo.github.io/cas/developer/Project-Commitee.html +As of June 2024 this library is not actively maintained and looking for active developers & maintainers. Please contact the CAS project management team if you are interested: https://apereo.github.io/cas/developer/Project-Commitee.html or through the public mailing lists: https://apereo.github.io/cas/Mailing-Lists.html Please see the wiki website for more information: From c28f022d83b88d683f89a989fc8d383143e861ac Mon Sep 17 00:00:00 2001 From: Joachim Fritschi Date: Sat, 29 Jun 2024 17:50:57 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 597f1564..d2777f69 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ phpCAS phpCAS is an authentication library that allows PHP applications to easily authenticate users via a Central Authentication Service (CAS) server. -As of June 2024 this library is not actively maintained and looking for active developers & maintainers. Please contact the CAS project management team if you are interested: https://apereo.github.io/cas/developer/Project-Commitee.html or through the public mailing lists: https://apereo.github.io/cas/Mailing-Lists.html - Please see the wiki website for more information: https://apereo.github.io/phpCAS/ @@ -17,6 +15,13 @@ https://apereo.github.io/phpCAS/api/ [![Test](https://github.com/apereo/phpCAS/actions/workflows/test.yml/badge.svg)](https://github.com/apereo/phpCAS/actions/workflows/test.yml) +Project is not maintained currently +----------------------------------- + +As of June 2024 this library is not actively maintained and looking for active developers & maintainers. The project is in an okay shape and in working order but needs a bit of steady maintenance or maybe even someone who wants to modernize it. We have also documented & automated a lot so I think it's nothing to worry about. + +Please contact the CAS project management team if you are interested: https://apereo.github.io/cas/developer/Project-Commitee.html or through the public mailing lists: https://apereo.github.io/cas/Mailing-Lists.html + LICENSE ------- From 690d431005e4f88651499458469536201623b057 Mon Sep 17 00:00:00 2001 From: Joachim Fritschi Date: Sat, 29 Jun 2024 17:51:32 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2777f69..bf733931 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ https://apereo.github.io/phpCAS/api/ [![Test](https://github.com/apereo/phpCAS/actions/workflows/test.yml/badge.svg)](https://github.com/apereo/phpCAS/actions/workflows/test.yml) -Project is not maintained currently ------------------------------------ +Project is unmaintained +----------------------- As of June 2024 this library is not actively maintained and looking for active developers & maintainers. The project is in an okay shape and in working order but needs a bit of steady maintenance or maybe even someone who wants to modernize it. We have also documented & automated a lot so I think it's nothing to worry about.