Skip to content
Snippets Groups Projects
  1. Nov 29, 2023
  2. Sep 01, 2023
  3. Aug 02, 2023
  4. Jul 31, 2023
  5. Jul 26, 2023
  6. May 09, 2023
  7. May 04, 2023
  8. May 01, 2023
  9. Apr 25, 2023
  10. Mar 29, 2023
  11. Mar 21, 2023
  12. Mar 20, 2023
  13. Mar 10, 2023
  14. Mar 09, 2023
  15. Mar 03, 2023
    • Thijs Kinkhorst's avatar
      Remove trailing whitespace · 31949ea0
      Thijs Kinkhorst authored
      31949ea0
    • Heiko Przybyl's avatar
      Fix logout completion for SP (#1780) · 7a1d8e62
      Heiko Przybyl authored
      
      * Fix logout completion for SP
      
      Reference parameters need to be explicitely marked as such in the arguments
      array when using call_user_func_array().
      
      Fixes the following exception:
      
      SimpleSAML\Error\Exception: Warning - Parameter 1 to SimpleSAML\Auth\Source::completeLogout() expected to be a reference, value given at .../vendor/simplesamlphp/simplesamlphp/src/SimpleSAML/HTTP/RunnableResponse.php:72
      Backtrace:
      4 .../vendor/simplesamlphp/simplesamlphp/public/_include.php:86 (SimpleSAML_error_handler)
      3 [builtin] (call_user_func_array)
      2 .../vendor/simplesamlphp/simplesamlphp/src/SimpleSAML/HTTP/RunnableResponse.php:72 (SimpleSAML\HTTP\RunnableResponse::sendContent)
      1 .../vendor/symfony/http-foundation/Response.php:394 (Symfony\Component\HttpFoundation\Response::send)
      0 .../vendor/simplesamlphp/simplesamlphp/public/module.php:14 (N/A)
      
      * Add note in changelog
      
      ---------
      
      Co-authored-by: default avatarTim van Dijen <tvdijen@gmail.com>
    • Tim van Dijen's avatar
      Update changelog · c8f2f4ef
      Tim van Dijen authored
      c8f2f4ef
  16. Mar 02, 2023
  17. Feb 28, 2023
  18. Feb 22, 2023
  19. Sep 15, 2022
    • Fengtan 冯坦's avatar
      Add support for Redis-Sentinel (#1699) · 2ea8fe4d
      Fengtan 冯坦 authored
      
      * Add support for Redis-Sentinel.
      
      * Add tests for redis sentinel store.
      
      * Documentation about Redis-Sentinel and password protection.
      
      * Fix markdown syntax brought up by github actions.
      
      * Add missing config parameter to unit tests.
      
      * Add missing return-type
      
      * Fix indentation
      
      * Fix incorrect configuration-methods
      
      Co-authored-by: default avatarTim van Dijen <tvdijen@gmail.com>
      2ea8fe4d
  20. Jul 14, 2022
  21. Jul 09, 2022
  22. Jul 01, 2022
  23. Jun 08, 2022
  24. Mar 14, 2022
  25. Feb 21, 2022
Loading