Skip to content
Snippets Groups Projects
  1. Nov 20, 2018
  2. Nov 17, 2018
  3. Nov 15, 2018
  4. Nov 14, 2018
  5. Oct 15, 2018
  6. Oct 10, 2018
  7. Oct 08, 2018
  8. Sep 27, 2018
  9. Aug 23, 2018
  10. Jul 12, 2018
  11. May 22, 2018
  12. Apr 18, 2018
  13. Mar 05, 2018
  14. Feb 26, 2018
  15. Jan 31, 2018
  16. Dec 29, 2017
  17. Nov 29, 2017
  18. Nov 10, 2017
  19. Oct 18, 2017
  20. Sep 01, 2017
  21. Aug 31, 2017
  22. Aug 17, 2017
  23. Aug 03, 2017
  24. May 31, 2017
  25. Apr 26, 2017
  26. Jan 11, 2017
  27. Oct 04, 2016
  28. Sep 16, 2016
  29. Aug 31, 2016
  30. 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
  31. Mar 16, 2016
Loading