Skip to content
Snippets Groups Projects
  1. Nov 15, 2018
  2. Oct 19, 2018
  3. Oct 10, 2018
  4. Sep 27, 2018
  5. Sep 08, 2018
  6. Aug 23, 2018
  7. Jul 12, 2018
  8. May 14, 2018
  9. Mar 05, 2018
  10. Feb 26, 2018
  11. Jan 31, 2018
  12. Dec 29, 2017
  13. Nov 29, 2017
  14. Nov 10, 2017
  15. Oct 18, 2017
  16. Sep 01, 2017
  17. Aug 31, 2017
  18. Aug 22, 2017
  19. Aug 17, 2017
  20. Aug 03, 2017
  21. May 02, 2017
  22. Apr 26, 2017
  23. Mar 30, 2017
  24. Jan 20, 2017
  25. Jan 11, 2017
  26. Nov 09, 2016
  27. Oct 04, 2016
  28. Sep 16, 2016
  29. Sep 06, 2016
  30. Aug 31, 2016
  31. Aug 30, 2016
  32. Jul 26, 2016
    • Jaime Pérez's avatar
      Update the SAML2 library. · c23722a4
      Jaime Pérez authored
      Now that the SAML2 library has been updated to use the new SimpleSAML\Logger, we can update the dependency here. Since both libraries are interdependent, we are pointing to a specific commit in master, aliasing it to 2.2. That way we can keep business as usual for any other package which may depend on 2.2, while getting the changes into SimpleSAMLphp.
      c23722a4
    • 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
Loading