Skip to content
Snippets Groups Projects
  1. Oct 17, 2018
  2. Aug 26, 2018
  3. Aug 22, 2018
  4. Jun 01, 2018
  5. May 31, 2018
  6. Oct 19, 2017
  7. Mar 30, 2017
    • Jaime Pérez Crespo's avatar
      Refactor SimpleSAML\Utils\XML::isDOMElementOfType() · cf2bce97
      Jaime Pérez Crespo authored
      It actually needs a DOMNode, so it has been renamed to isDOMNodeOfType().
      
      Additionally, some superfluous asserts() have been removed, and SimpleSAML\Utils\XML::getDOMChildren() has also changed its signature, as it should also receive a DOMNode, not a DOMElement.
      cf2bce97
  8. Mar 27, 2017
  9. Jul 26, 2016
    • Jaime Pérez's avatar
      Bump the version of the SAML2 library. · b02c5432
      Jaime Pérez authored
      Now we are finally using the 2.x branch of the SAML2 library, which was also migrated to use namespaces. Even though the library provides an autoloader that allows loading the classes with the old names using class aliasing, we need to do the migration in one commit (at least for most part of it). This is due to the way SimpleSAMLphp checks data types, using inheritance to check objects agains abstract or more general classes. Even though class aliasing works, there's no way to replicate those relationships, and type checks that use the old class names will fail because the aliases are virtually new classes that don't inherit from others.
      b02c5432
  10. Mar 09, 2016
  11. Feb 26, 2016
  12. Nov 06, 2015
  13. Sep 01, 2015
  14. Aug 12, 2015
  15. Jul 31, 2015
  16. May 27, 2015
  17. Apr 28, 2015
  18. Apr 23, 2015
  19. Apr 22, 2015
Loading