Skip to content
Snippets Groups Projects
  1. Mar 05, 2018
  2. Feb 26, 2018
  3. Jan 31, 2018
  4. Dec 29, 2017
  5. Nov 29, 2017
  6. Nov 10, 2017
  7. Oct 18, 2017
  8. Sep 01, 2017
  9. Aug 31, 2017
  10. Aug 22, 2017
  11. Aug 17, 2017
  12. Aug 03, 2017
  13. May 02, 2017
  14. Apr 26, 2017
  15. Mar 30, 2017
  16. Jan 20, 2017
  17. Jan 11, 2017
  18. Nov 09, 2016
  19. Oct 04, 2016
  20. Sep 16, 2016
  21. Sep 06, 2016
  22. Aug 31, 2016
  23. Aug 30, 2016
  24. 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
  25. Mar 16, 2016
  26. Feb 26, 2016
  27. Feb 22, 2016
    • Jaime Perez Crespo's avatar
      Add a temporary autoloader that allows loading old classes... · 6a12b807
      Jaime Perez Crespo authored
      Add a temporary autoloader that allows loading old classes (SimpleSAML_Path_Something) that have already migrated to namespaces (SimpleSAML\Path\Something), while logging a warning. This commit requires to regenerate the composer autoloader with ./composer.phar dump-autoload.
      6a12b807
  28. Feb 04, 2016
  29. Feb 03, 2016
  30. Jan 21, 2016
  31. Jan 20, 2016
  32. Dec 29, 2015
  33. Oct 16, 2015
Loading