- Sep 16, 2016
-
-
Patrick Radtke authored
-
Patrick Radtke authored
Update test notes to point to the 4.8 documentation and describe how to run an old version of phpunit from composer's bin dir.
-
- Sep 15, 2016
-
-
Hanne Moa authored
`noop()` is a method on the template after all.
-
Hanne Moa authored
This makes instanciating the Translate/Template-class unnecessary.
-
Hanne Moa authored
For #455
-
Hanne Moa authored
For #455
-
Hanne Moa authored
For #455. Note that if translation tags were domain-free strings, the mapping from tab to tabtitle would be redundant. It would still be necessary to mark the strings as noop however.
-
Hanne Moa authored
For #454, #455
-
Hanne Moa authored
For #455
-
- Sep 14, 2016
-
-
Jaime Pérez Crespo authored
Deprecate the certFingerprint option.
-
- Sep 07, 2016
-
-
Hanne Moa authored
-
Jaime Pérez authored
There was a typo in the name of the class, where the module was referenced as "smartattribute" instead of "smartattributes".
-
- Sep 06, 2016
-
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez authored
This is needed for the autoloader to work, or code calling class_implements(), among others.
-
Jaime Pérez authored
-
Jaime Pérez authored
Added checks for Date/Time, JSON, cURL and Session.
-
Hanne Moa authored
-
Hanne Moa authored
For: #454
-
Hanne Moa authored
For: #454
-
- Sep 05, 2016
-
-
Jaime Pérez authored
Even though the default "exact" is used by most people, and few products support anything else, there's people asking for this.
-
Jaime Pérez authored
Since we have updated the version of the SAML2 library in use, we should use SAML2\Constants now.
-
- Aug 31, 2016
-
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez authored
Instead of keeping SAML-specific error exceptions in lib/SimpleSAML/Error, it makes more sense to have those in the saml module. Now that we have the recent NoAvailableIDP and NoSupportedIDP errors moved there, it's time to change the code implemented recently that uses them.
-
Jaime Pérez authored
This makes it easier to identify error conditions and return errors to an SP. More known errors should also be added here.
-
- Aug 30, 2016
-
-
Jaime Pérez authored
The SAML2 IdP should keep the RequestedAuthnContext in the state array, so that authentication sources (or processing filters) can use that information during authentication.
-
- Aug 25, 2016
-
-
Jaime Pérez Crespo authored
Removed html extension in Twig files
-
Sergio Gómez authored
-
- Aug 23, 2016
-
-
Jaime Pérez authored
This is due to the update of the SAML2 library, that caused several other bugs, mainly with attributes like eduPersonTargetedID, which should always be an SAML NameID.
-
- Aug 22, 2016
-
-
Jaime Pérez authored
It is possible that the current script ($_SERVER['SCRIPT_FILENAME']) is inside SimpleSAMLphp's 'www' directory. However, even if that's the case, we should not enforce our base URL (as set in the 'baseurlpath' configuration option) if the request URI ($_SERVER['REQUEST_URI']) does not contain the relative path to the script. This is the case of AuthMemCookie, for example, where accessing a random URL protected by Apache, leads to the execution of a SimpleSAMLphp script, where SimpleSAML\Utils\HTTP::getSelfURL() must not try to be smart when guessing the current URL.
-
Jaime Pérez authored
-
Jaime Pérez authored
We don't use the MySQL extension directly, but PDO instead. We should therefore check for the PDO extension. This resolves #448.
-
Jaime Pérez authored
-
Jaime Pérez authored
This reverts commit ce040885.
-
Jaime Pérez authored
It is possible that the current script ($_SERVER['SCRIPT_FILENAME']) is inside SimpleSAMLphp's 'www' directory. However, even if that's the case, we should not enforce our base URL (as set in the 'baseurlpath' configuration option) if the request URI ($_SERVER['REQUEST_URI']) does not contain the relative path to the script. This is the case of AuthMemCookie, for example, where accessing a random URL protected by Apache, leads to the execution of a SimpleSAMLphp script, where SimpleSAML\Utils\HTTP::getSelfURL() must not try to be smart when guessing the current URL.
-
- Aug 17, 2016
-
-
Jaime Pérez Crespo authored
Update module docs
-
Thijs Kinkhorst authored
Remove inline style sheet
-
- Aug 16, 2016
-
-
Dick Visser authored
-