Skip to content
Snippets Groups Projects
  1. Oct 17, 2018
  2. Oct 10, 2018
  3. Oct 02, 2018
  4. May 31, 2018
  5. May 27, 2018
  6. May 24, 2018
  7. May 22, 2018
  8. May 17, 2018
  9. May 10, 2018
  10. May 02, 2018
    • dombenson's avatar
      Support metadataxml in config (#820) · 0d1599a2
      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.
      0d1599a2
  11. Mar 21, 2018
    • Dominic Benson's avatar
      Test for preloading · 474506f5
      Dominic Benson authored
      Explicitly test a file that does not exist, as well as a preloaded one
      Virtual test file names intented to be semantic but not collide.
      474506f5
  12. Jan 21, 2018
  13. Nov 29, 2017
  14. Nov 01, 2017
  15. Oct 25, 2017
  16. Oct 10, 2017
  17. Sep 07, 2017
  18. Sep 01, 2017
  19. Jul 07, 2017
  20. Jul 05, 2017
  21. Jun 16, 2017
  22. Jun 08, 2017
  23. May 25, 2017
  24. May 05, 2017
    • Jaime Pérez Crespo's avatar
      Fix PHP 5.3 syntax issue. · 1681613b
      Jaime Pérez Crespo authored
      Accessing a key in an array is not allowed when the array is not a variable but a value returned by a function.
      1681613b
    • Matt Schwager's avatar
      Added tests for SimpleSAML\Utils\Crypto · 8e39cd49
      Matt Schwager authored
      This also required adding an additional argument to
      SimpleSAML\Utils\Crypto::loadPrivateKey to ease in testing. Without
      this additional argument, SimpleSAML_Configuration::getBaseDir eventually
      gets called to determine the private key location.  This doesn't work
      well with vfsstream. This argument shouldn't cause too much trouble, and
      seems cohesive enough with the function's purpose.
      8e39cd49
  25. May 02, 2017
  26. Apr 26, 2017
Loading