- May 26, 2015
-
-
Olav Morken authored
-
- May 18, 2015
-
-
Jaime Pérez Crespo authored
LDAP Connection Improvements
-
- May 14, 2015
-
-
Matt Schwager authored
-
Matt Schwager authored
-
- May 13, 2015
-
-
Jaime Pérez Crespo authored
Disable login button with JS after first click.
-
Jaime Pérez Crespo authored
Removed an 'if' sentence that prevents a Store class from being added.
-
Jaime Pérez Crespo authored
Remove misleading and unused config option
-
Jaime Perez Crespo authored
# By Brian Vuyk # Via Brian Vuyk (1) and Jaime Pérez Crespo (1) * 'master' of github.com:simplesamlphp/simplesamlphp: Use !in_array() for improved readability Add support for sender-vouches
-
Jaime Perez Crespo authored
-
Jaime Pérez Crespo authored
Add support for sender-vouches
-
Jaime Perez Crespo authored
-
- May 12, 2015
-
-
Brian Vuyk authored
-
- May 11, 2015
-
-
Brian Vuyk authored
-
- May 04, 2015
-
-
Sergio Gómez authored
Removed a 'if' sentence than prevents a Store class couldn't be added if it is named with a namespace instead with the sspmod_<module>_Store_<class> way.
-
- Apr 29, 2015
-
-
Thijs Kinkhorst authored
Minor documentation corrections
-
- Apr 28, 2015
-
-
GALAMBOS Daniel authored
this admins array is not used anywhere, but it may be misleading to administrators who wants to restrict the access to the metadata registry.
-
Jaime Perez Crespo authored
-
Joel Franusic authored
-
- Apr 23, 2015
-
-
Jaime Perez Crespo authored
Use InvalidArgumentException instead of SimpleSAML_Error_Exception when dealing with wrong input parameters.
-
Jaime Perez Crespo authored
Move validateCA(), validateCABuiltIn() and validateCAExec() from SimpleSAML_Utilities to SimpleSAML_XML_Validator, where they are used. Remove validateCABuiltIn() and validateCAExec() from SimpleSAML_Utilities as they are no longer used. Eventually, all of this should disappear.
-
Jaime Perez Crespo authored
Deprecate SimpleSAML_Utilities::maskErrors() and SimpleSAML_Utilities::popErrorMask(). These two should be where they are used, in the OpenID modules.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::resolveCert() to SimpleSAML\Utils\Config::getCertPath() and deprecate the former.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::parseStateID() to SimpleSAML_Auth_State::parseStateID() and deprecate the former.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Deprecate SimpleSAML_Utilities::getDefaultEndpoint().
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: debugMessage() to SimpleSAML\Utils\HTTP::debugSAMLMessage() and deprecate the former.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: checkCookie() to SimpleSAML\Utils\HTTP::checkSessionCookie() and deprecate the former.
-
- Apr 22, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
SimpleSAML_Utilities::resolvePath was moved incorrectly to \SimpleSAML\Utils\HTTP instead of \SimpleSAML\Utils\System. Fix that.
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: redirectUntrustedURL() to SimpleSAML\Utils\HTTP:: redirectUntrustedURL() and deprecate the former.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: checkURLAllowed() to SimpleSAML\Utils\HTTP:: checkURLAllowed() and deprecate the former.
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: redirectTrustedURL() to SimpleSAML\Utils\HTTP:: redirectTrustedURL() and deprecate the former.
-
- Apr 21, 2015
-
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: setCookie() to SimpleSAML\Utils\HTTP:: setCookie() and deprecate the former.
-
Jaime Perez Crespo authored
Move the createPostRedirectLink(), postRedirect() and createHttpPostRedirectLink() methods in SimpleSAML_Utilities to \SimpleSAML\Utils\HTTP. The last one is made private, the others are renamed to submitPOSTData() and getPOSTRedirectURL(), respectively. Deprecate the three old ones.
-