- May 26, 2015
-
-
Olav Morken authored
* One test suite for all tests. * One file per class that is tested. These changes should make it easier to add new tests.
-
Olav Morken authored
This class has been broken for several years, and we are not aware of any users of it. Delete that class and any code instantiating that class.
-
Olav Morken authored
-
Olav Morken authored
-
Jaime Pérez Crespo authored
Update IPv6 CIDR checks.
-
Olav Morken authored
-
Olav Morken authored
This add testing on PHP 7.0 (nightly build). The test is added as an allowed failure for now. but it can be useful to keep an eye on it just in case we do something that won't work in PHP 7.
-
Brook Schofield authored
-
Brook Schofield authored
-
Brook Schofield authored
inet_pton failure is captured later - silence so unit tests pass.
-
Brook Schofield authored
-
Olav Morken authored
Currently, if we try to load a class from a module, and the config.php is absent, we will get an error about the missing configuration file. There is no reason for the configuration file to be mandatory here, since we have reasonable fallbacks, so fix the code to make it optional. This should make it easier to write tests for code in modules.
-
Olav Morken authored
-
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
-