Skip to content
Snippets Groups Projects
  1. Mar 16, 2022
  2. Mar 14, 2021
    • Tim van Dijen's avatar
      Migrate utility-classes to non-static (part 2) (#1441) · 0b861789
      Tim van Dijen authored
      * Migrate email utils to non-static
      
      * Migrate http utils to non-static
      
      * Migrate net utils to non-static
      
      * Migrate random utils to non-static
      
      * Migrate system utils to non-static
      
      * Migrate time utils to non-static
      
      * Migrate xml utils to non-static
      
      * Upgrade notes
      
      * Update test-framework
      
      * Fix tests
      0b861789
  3. Jan 22, 2021
  4. Oct 19, 2020
  5. Sep 15, 2020
  6. Sep 10, 2020
  7. Aug 26, 2020
  8. Jun 13, 2020
  9. Feb 15, 2020
  10. Feb 14, 2020
  11. Dec 24, 2019
  12. Oct 01, 2019
  13. Jul 29, 2019
  14. Jun 11, 2019
    • Patrick's avatar
      Allow list of entity ids to be loaded to better support idpList (#1138) · 519968c6
      Patrick authored
      * Allow list of entity ids to be loaded to better support idpList
      
      Certain metadata sources, like mdq, were don't support loading all metadata which
      prevented them from being used with idplist. This change adds support for allowing
      metadata sources to load a list of entities, allowing MDQ to be used for idp list.
      519968c6
  15. Jun 06, 2019
  16. Feb 03, 2019
  17. Jan 18, 2019
  18. Oct 20, 2018
  19. Oct 17, 2018
  20. May 31, 2018
  21. Apr 13, 2018
  22. Oct 19, 2017
  23. 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
  24. Jun 08, 2016
  25. Mar 09, 2016
  26. 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
  27. Mar 02, 2016
  28. Aug 03, 2015
  29. Apr 21, 2015
  30. Apr 20, 2015
Loading