- May 28, 2018
-
-
Jaime Pérez Crespo authored
-
- May 27, 2018
-
-
Thijs Kinkhorst authored
This reverts commit ef36c5fd. All a bit too involved right before a planned release.
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
Also, convert to PSR-2 where that was still lacking in these files.
-
- May 26, 2018
-
-
Patrick authored
Enhancements to AttributeLimit to give additional control over allowed values
-
- May 25, 2018
-
-
Patrick Radtke authored
It can be useful to see the AuthData when testing an authentication source. Since the AuthData can be a hierarchy of data of various depths it is converted into a pretty printed JSON structure. Since the amount of AuthData can vary greatly, the data is displayed in side a `<details>` element which requires clicking to view.
-
- May 24, 2018
-
-
Thijs Kinkhorst authored
-
Klint Holmes authored
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
-
- May 17, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- May 15, 2018
- May 14, 2018
-
-
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
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
-
- May 10, 2018
-
-
Tim van Dijen authored
-
Vittal Aithal authored
use the configured attribute as the group name rather than the DN
-
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
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
Tim van Dijen authored
-
Scrutinizer Auto-Fixer authored
-
- May 09, 2018
-
-
Tim van Dijen authored
-
- Apr 24, 2018
-
-
Thijs Kinkhorst authored
-
- Apr 18, 2018
-
-
Jan Trejbal authored
-
Jan Trejbal authored
-
- Apr 09, 2018
-
-
m0ark authored
Fixing loading behaviour according to the documentation
-