Skip to content
Snippets Groups Projects
  1. Sep 15, 2022
  2. Jun 30, 2022
  3. May 29, 2022
  4. Aug 30, 2021
  5. Jan 22, 2021
  6. Oct 19, 2020
  7. Sep 15, 2020
  8. Aug 27, 2020
  9. May 05, 2020
  10. 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 
  11. Dec 24, 2019
  12. Oct 03, 2019
  13. Aug 10, 2019
  14. Jul 15, 2019
  15. Dec 10, 2018
    • Ben Johnson's avatar
      Add Password support to Redis library · 4c7a6818
      Ben Johnson authored
      For Redis instances that require authentication, the current Redis store does not work.  So, this commit adds optional support for utilizing the Predis password option.  It will pick up the password from the config file and pass it along when it instantiates the Predis client.
      
      The test simply checks that adding the password option doesn't break the constructor. Since Predis parameters end up as protected, we can't verify that the instance contains the password.
      4c7a6818
  16. Oct 17, 2018
  17. May 31, 2018
  18. Nov 29, 2017
  19. Oct 10, 2017
  20. Mar 30, 2017
Loading