- May 22, 2018
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
Fix metarefresh loading by type
-
- May 21, 2018
-
-
Thijs Kinkhorst authored
statistics: show decent error-message when no data is available
-
- May 20, 2018
-
-
Thijs Kinkhorst authored
Support preload virtual config file
-
Thijs Kinkhorst authored
Fix edge-case #594 with integer SERVER_PORT
-
- May 19, 2018
-
-
Tim van Dijen authored
-
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
-
Tim van Dijen authored
-
Tim van Dijen authored
-
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
-
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.
-