Skip to content
Snippets Groups Projects
  1. May 12, 2023
  2. May 10, 2023
  3. May 09, 2023
  4. May 02, 2023
  5. May 01, 2023
  6. Apr 25, 2023
  7. Mar 31, 2023
  8. Mar 29, 2023
  9. Mar 27, 2023
  10. Mar 09, 2023
  11. Mar 08, 2023
  12. Mar 06, 2023
  13. Mar 05, 2023
  14. Mar 03, 2023
    • 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>
  15. Mar 01, 2023
    • Thijs Kinkhorst's avatar
      Fix loginpage_links feature. · e4bb90bd
      Thijs Kinkhorst authored
      It seems with the addition of twig templates another way to process
      these links (or other links) has been started but which is broken. The
      original way still remains in the code. Make it clearer which links this
      concerns by making the template variable more explicit and remove the
      unused tabs code.
      
      Closes: #1770
      e4bb90bd
    • Thijs Kinkhorst's avatar
      Validate AuthState before processing it. · ce01a590
      Thijs Kinkhorst authored
      We accept AuthState via untrusted URL parameters. As a defense in
      depth measure, validate that it conforms to our expected format
      before we output it again in HTML, feed it to a database, use the
      URL or do any further processing with it.
      
      Closes: #1706
      ce01a590
  16. Feb 28, 2023
  17. Feb 26, 2023
  18. Feb 22, 2023
  19. Feb 20, 2023
  20. Feb 15, 2023
  21. Feb 13, 2023
  22. Feb 12, 2023
  23. Feb 10, 2023
  24. Feb 09, 2023
  25. Feb 06, 2023
  26. Jan 30, 2023
  27. Jan 29, 2023
Loading