- May 19, 2018
-
-
Tim van Dijen authored
-
Thijs Kinkhorst authored
Replace deprecated Sqlite-calls with PDO-calls
-
- May 17, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- May 15, 2018
-
-
Tim van Dijen authored
Return XML parser error in metarefresh
-
Guy Halse authored
-
Guy Halse authored
To aid administrators in finding the root cause of an XML parse fail, we should return the error message we got from the underlying parser.
-
- May 14, 2018
-
-
Tim van Dijen authored
-
Guy Halse authored
* Add authproc filter to test correct cardinality Attribute schemas often have specific requirements for the number of values a particular attribute may have, and violating the cardinality rules associated with these may have unexpected and undesirable results. The two authproc filters this change introduces allow the cardinality of attributes to be tested. core:Cardinality is the more general case, and allows for both a minimum and maximum number of values to be tested. Processing will abort with an error if too few or too many are received. core:CardinalitySingle is a special case of this for single-valued attributes, and allows various corrective actions to be taken rather than aborting. This allows for cardinality mistakes to be "fixed" in a predictable way, and can also be used to construct single-valued attributes from multi-valued ones. * Fix typo * Fix tests * Added Dutch translations * Fix phpdoc * Whitespace fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com * Fix typo in fixing typo
-
- May 13, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
Tim van Dijen authored
-
- May 11, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
ADFS improvements
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- May 10, 2018
-
-
Tim van Dijen authored
-
Vittal Aithal authored
use the configured attribute as the group name rather than the DN
-
Tim van Dijen authored
The equation was wrong.. exceeding means > not >=
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
Tim van Dijen authored
Fixes https://github.com/simplesamlphp/simplesamlphp/issues/20 The suggested fix in #20 is not a proper one.. It would be overkill to call `$this->store->removeExpired();` on every lookup.. There exists a cron-hook for that.
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
Add ldap-search scope
-
Scrutinizer Auto-Fixer authored
-
- May 09, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- May 02, 2018
-
-
dombenson authored
* Support metadata XML directly in config Also consider 'xml' as a key, in addition to 'url' and 'file'. When provided, attempt to load this directly as a metadata XML string. This is useful when working with dynamic configuration and external polling of metadata updates. * Test loading XML from a fixed string No preexisting test in this area Adjust XML loader to only get global config in file mode - otherwise it is unused, and it might pollute the test usage. Test that an actully invalid config throws an exception, but that minimal valid (albeit useless) XML is accepted.
-
Thijs Kinkhorst authored
Update copyright year from 2017 to 2018
-
Thijs Kinkhorst authored
Document IDPList option on saml20-idp-remote.php
-
Thijs Kinkhorst authored
Fix missing translation for metarefresh
-
Thijs Kinkhorst authored
Avoid db credentials in stack trace
-