Skip to content
Snippets Groups Projects
  1. Apr 13, 2018
  2. Oct 19, 2017
  3. 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
  4. Jun 08, 2016
  5. Mar 09, 2016
  6. 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
  7. Mar 02, 2016
  8. Aug 03, 2015
  9. Apr 21, 2015
  10. Apr 20, 2015
  11. Jan 15, 2015
  12. Jul 09, 2014
  13. Aug 22, 2013
  14. Jul 17, 2013
  15. Jan 19, 2011
  16. Aug 12, 2010
  17. May 19, 2010
  18. Jan 27, 2010
  19. Oct 23, 2009
  20. Oct 06, 2009
  21. Aug 14, 2009
  22. Aug 03, 2009
  23. Jun 22, 2009
  24. Sep 15, 2008
  25. Aug 25, 2008
  26. Aug 12, 2008
  27. Jun 06, 2008
  28. May 14, 2008
  29. Apr 28, 2008
  30. Mar 05, 2008
  31. Mar 04, 2008
  32. Feb 27, 2008
  33. Jan 30, 2008
  34. Jan 08, 2008
Loading