Skip to content
Snippets Groups Projects
  1. Oct 19, 2017
  2. 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
  3. Jun 08, 2016
  4. Mar 09, 2016
  5. Mar 03, 2016
    • Jaime Perez Crespo's avatar
      Rename Utils\HTTP::getSelfHostWithoutPort() to... · d4de56da
      Jaime Perez Crespo authored
      Rename Utils\HTTP::getSelfHostWithoutPort() to Utils\HTTP::getSelfHostWithNonStandardPort(), change the logic, and reimplement Utils\HTTP::getSelfHost() to depend on use the former. Complete the tests to include the case of port 443 while using HTTPS.
      d4de56da
  6. Mar 02, 2016
  7. Aug 03, 2015
  8. Apr 21, 2015
  9. Apr 20, 2015
  10. Jan 15, 2015
  11. Jul 09, 2014
  12. Aug 22, 2013
  13. Jul 17, 2013
  14. Jan 19, 2011
  15. Aug 12, 2010
  16. May 19, 2010
  17. Jan 27, 2010
  18. Oct 23, 2009
  19. Oct 06, 2009
  20. Aug 14, 2009
  21. Aug 03, 2009
  22. Jun 22, 2009
  23. Sep 15, 2008
  24. Aug 25, 2008
  25. Aug 12, 2008
  26. Jun 06, 2008
  27. May 14, 2008
  28. Apr 28, 2008
  29. Mar 05, 2008
  30. Mar 04, 2008
  31. Feb 27, 2008
  32. Jan 30, 2008
  33. Jan 08, 2008
  34. Jan 07, 2008
Loading