Skip to content
Snippets Groups Projects
  1. Oct 03, 2019
  2. Oct 01, 2019
  3. Sep 24, 2019
    • Jørn Åne's avatar
      Clean up getConfigItem (#1196) · 0e602c19
      Jørn Åne authored
      * Ensure getConfig* functions can only return Configuration
      
      * Cleanup after #1189
      
      * Deprecate Configuration::getConfigList
      0e602c19
  4. Aug 18, 2019
  5. Aug 17, 2019
  6. Aug 12, 2019
  7. Aug 10, 2019
  8. Aug 05, 2019
  9. Jul 24, 2019
  10. Jul 15, 2019
  11. Jun 11, 2019
    • Patrick's avatar
      Allow list of entity ids to be loaded to better support idpList (#1138) · 519968c6
      Patrick authored
      * Allow list of entity ids to be loaded to better support idpList
      
      Certain metadata sources, like mdq, were don't support loading all metadata which
      prevented them from being used with idplist. This change adds support for allowing
      metadata sources to load a list of entities, allowing MDQ to be used for idp list.
      519968c6
  12. May 22, 2019
  13. May 13, 2019
  14. May 10, 2019
  15. Mar 23, 2019
    • Tim van Dijen's avatar
      Fix build (#1085) · 6eed6144
      Tim van Dijen authored
      * Update Psalm
      
      * Ignore DocblockTypeContradiction and RedundantConditionGivenDocblockType
      
      * Fix Psalm-errors
      
      * Raise minimum PHP-version to 5.6
      
      * Update lock-file accordingly
      
      * Fix phpunit
      
      * Suppress Psalm-issue
      6eed6144
  16. Mar 22, 2019
  17. Mar 21, 2019
  18. Mar 19, 2019
  19. Mar 08, 2019
    • Jørn Åne's avatar
      Replace e-mail class with one that uses PHPMailer · c9fa8626
      Jørn Åne authored
      The old mail class uses the built-in `mail` function in PHP, and builds a payload by itself using hard-coded HTML and MIME-snippets. Let's use a library for that; PHPMailer has new dependencies and does all the heavy lifting.
      c9fa8626
  20. Mar 07, 2019
    • François Freitag's avatar
      Make metadata validateFingerprint algorithm configurable · 8ee2e489
      François Freitag authored
      Some metadata publishers offer SHA256 fingerprints to validate the
      fingerprint of the certificate used to sign metadata. Allow users to
      configure the fingerprinting algorithm to facilitate validation.
      
      For backward compatibility, the default algorithm remains SHA1.
      8ee2e489
  21. Feb 18, 2019
    • François Freitag's avatar
      Factor out SigningTestCase for reuse · 65591153
      François Freitag authored
      Allows sharing a valid certificate setup with SignerTest. In SignerTest,
      reuse good certificate as the main certificate for signature and add a
      second certificate for testSignWithMultiCertificate.
      65591153
  22. Jan 02, 2019
  23. Dec 10, 2018
    • Ben Johnson's avatar
      Add Password support to Redis library · 4c7a6818
      Ben Johnson authored
      For Redis instances that require authentication, the current Redis store does not work.  So, this commit adds optional support for utilizing the Predis password option.  It will pick up the password from the config file and pass it along when it instantiates the Predis client.
      
      The test simply checks that adding the password option doesn't break the constructor. Since Predis parameters end up as protected, we can't verify that the instance contains the password.
      4c7a6818
  24. Nov 21, 2018
Loading