Skip to content
Snippets Groups Projects
  1. Sep 16, 2022
  2. Sep 13, 2022
    • Thijs Kinkhorst's avatar
      Repair broken (but passing) tests and add more coverage · 6ae8174e
      Thijs Kinkhorst authored
      The protectindexpage test was broken and never changed the
      protectindexpage setting, but the logic was also broken so
      it always passed and never got past the protected index
      page guard in the controller so not a lot of code in the
      controller was run.
      
      Also add more tests for the metadata controllers.
      6ae8174e
  3. Sep 06, 2022
    • Thijs Kinkhorst's avatar
      Repair broken (but passing) tests and add more coverage · a20debe7
      Thijs Kinkhorst authored
      The protectindexpage test was broken and never changed the
      protectindexpage setting, but the logic was also broken so
      it always passed and never got past the protected index
      page guard in the controller so not a lot of code in the
      controller was run.
      
      Also add more tests for the metadata controllers.
      a20debe7
  4. Jul 09, 2022
  5. May 29, 2022
  6. Mar 16, 2022
  7. Jan 22, 2022
  8. Jan 15, 2022
  9. 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
  10. Jan 22, 2021
  11. Sep 15, 2020
  12. Sep 10, 2020
  13. Jun 13, 2020
  14. Apr 30, 2020
  15. Feb 15, 2020
    • Tim van Dijen's avatar
      Fully typehint lib/Auth/*.php · 5cbb080e
      Tim van Dijen authored
      5cbb080e
    • 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 
      2c8aa8a6
  16. Feb 14, 2020
  17. Dec 24, 2019
  18. Oct 01, 2019
  19. Jul 08, 2019
  20. Jun 06, 2019
  21. Feb 03, 2019
  22. Dec 03, 2018
  23. Oct 17, 2018
  24. Oct 02, 2018
  25. Aug 26, 2018
  26. Aug 22, 2018
  27. Aug 13, 2018
    • Tim van Dijen's avatar
      Fix wrong error being caught · 02af510b
      Tim van Dijen authored
      \SimpleSAML\Error\NoPassive is deprecated and all modules now raise \SimpleSAML\Module\saml\Error\NoPassive.
      During this period of deprecation, we need to catch both flavours.
      
      This fixes NoPassive-errors when using consentAdmin
      02af510b
  28. Aug 11, 2018
    • Tim van Dijen's avatar
      Fix wrong error being caught · 20e1ca46
      Tim van Dijen authored
      \SimpleSAML\Error\NoPassive is deprecated and all modules now raise \SimpleSAML\Module\saml\Error\NoPassive.
      During this period of deprecation, we need to catch both flavours.
      
      This fixes NoPassive-errors when using consentAdmin
      20e1ca46
  29. Aug 05, 2018
  30. Jun 01, 2018
  31. May 31, 2018
  32. May 27, 2018
  33. Oct 24, 2017
Loading