- Feb 09, 2016
-
-
Jaime Perez Crespo authored
Add tests for SimpleSAML\Locale\Language::getDefaultLanguage() and fix other tests for the same class.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Feb 04, 2016
-
-
Jaime Perez Crespo authored
-
- Feb 03, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Add more tests for SimpleSAML_Configuration::getDefaultEndpoint() and SimpleSAML\Utils\Config\Metadata::getDefaultEndpoint().
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Feb 02, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Make it possible to pre-load a configuration array into SimpleSAML_Configuration for subsequent calls to getInstance() to use it. This opens up for unit-testing code that calls SimpleSAML_Configuration::getInstance().
-
- Jan 21, 2016
-
-
Brook Schofield authored
This used to work in old phpunit - but not the version on travis-ci
-
Brook Schofield authored
test core:AttributeLimit - since array can only contain int and string I can’t raise the non covered constructor exception.
-
- Nov 06, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
-
- Sep 29, 2015
-
-
Thijs Kinkhorst authored
-
Jeff Krug authored
to a default value and then executing a test to change it. Added some very basic tests for the AttributeAlter module.
-
- Sep 01, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Refactor SimpleSAML\Utils\Arrays::normalizeAttributesArray() to SimpleSAML\Utils\Attributes::normalizeAttributesArray().
-
Jaime Perez Crespo authored
-
- Aug 31, 2015
-
-
Jaime Perez Crespo authored
Revert the new configuration option for the core:PHP authproc. Since we need to serialize authprocs and SP metadata in the state array, and closures are not serializable, it doesn't work. We could create a new module with this, adding a dependency on opis/closure 2.0.* or equivalent, to be able to serialize closures.
-
- Aug 25, 2015
-
-
Jaime Perez Crespo authored
Refactor SimpleSAML_Auth_State::extractPersistentAuthState() to getPersistentAuthData() to avoid confusions around the behaviour of this method.
-
- Aug 14, 2015
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
-
- Aug 13, 2015
-
-
Thijs Kinkhorst authored
-
- Aug 12, 2015
-
-
Thijs Kinkhorst authored
-
Jaime Perez Crespo authored
Move SimpleSAML_Auth_Default::extractPersistentAuthState() to SimpleSAML_Auth_State::extractPersistentAuthState() and deprecate the former.
-
- Jul 31, 2015
-
-
Jaime Perez Crespo authored
Reformat the PHP authproc filter. Add a new 'function' option that allows to define an anonymous function. Deprecated the old 'code' function. Add tests.
-
Jaime Perez Crespo authored
Move the DatabaseTest to tests/lib/SimpleSAML/ where it belongs. Reformat code. Fix a few issues with phpdoc. Removed some unused variable. Use typed methos from SimpleSAML_Configuration instead of getValue().
-
- Jul 22, 2015
-
-
Tom Johnell authored
-
Tyler Antonio authored
-
Tyler Antonio authored
-
- Jul 21, 2015
-
-
Tyler Antonio authored
-
- Jul 20, 2015
-
-
Tyler Antonio authored
-
Tyler Antonio authored
-
Jaime Perez Crespo authored
Reimplement \SimpleSAML\Utils\Crypto::aesDecrypt() and \SimpleSAML\Utils\Crypto::aesEncrypt() to use openssl instead of mcrypt. This removes the direct dependency on mcrypt and closes #228.
-
- Jun 22, 2015
-
-
Jaime Perez Crespo authored
-