Skip to content
Snippets Groups Projects
  1. Jul 31, 2020
  2. Jun 10, 2020
  3. May 06, 2020
  4. May 05, 2020
  5. Feb 15, 2020
    • Tim van Dijen's avatar
      Remove 2.0 deprecations (#1281) · 2c8aa8a6
      Tim van Dijen authored
      * Remove deprecated classes
      
      * Remove support for certificate fingerprints
      
      * Remove many deprecated methods and pieces of code
      
      * Remove SAML1.1/Shib1.3 support
      
      * Remove many superfluous annotations
      
      * Update unit test to work with new PHPunit
      
      Closes #1268 
      Closes #1020 
      Closes #431 
      Closes #167 
      Closes #151 
  6. Dec 24, 2019
  7. Oct 03, 2019
  8. Oct 01, 2019
  9. Aug 10, 2019
  10. Jul 15, 2019
  11. Mar 19, 2019
  12. Mar 07, 2019
  13. Oct 18, 2018
  14. Oct 17, 2018
  15. May 31, 2018
  16. Nov 29, 2017
  17. Oct 27, 2016
  18. 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
  19. Feb 24, 2016
Loading