Skip to content
Snippets Groups Projects
  1. Mar 09, 2023
  2. Mar 08, 2023
  3. Mar 06, 2023
    • Thijs Kinkhorst's avatar
      Correct host in generated URLS for IdPs with 'host' config in admin/federation (#1781) · 2a67e9ee
      Thijs Kinkhorst authored
      It gets quite fiddly to get this right. The actual metadata (hosted on
      the `host` itself) is alreafy correct because the URL generator uses the
      'current' entity metadata and current URL. The admin interface of course
      presents all entities in one page and hence cannot rely on the current
      URL. Therefore we need to override the url host for this specific
      display case.
      
      Closes: #1774
      2a67e9ee
  4. Mar 05, 2023
    • Tim van Dijen's avatar
      Improve test-suite (#1783) · 6346cd97
      Tim van Dijen authored
      * Migrate to super-linter
      
      * Fix css-linter errors
      
      * Fix yaml-linter errors
      
      * Remove unnecessary config
      
      * Change order of the CI-workflow
      
      * Bump nosborn
      6346cd97
  5. Mar 04, 2023
  6. Mar 03, 2023
    • Thijs Kinkhorst's avatar
      Remove trailing whitespace · 31949ea0
      Thijs Kinkhorst authored
      31949ea0
    • Thijs Kinkhorst's avatar
    • 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>
      7a1d8e62
    • Tim van Dijen's avatar
      docs: fix indentation · 829a2cfc
      Tim van Dijen authored
      829a2cfc
    • Tim van Dijen's avatar
      Update changelog · c8f2f4ef
      Tim van Dijen authored
      c8f2f4ef
  7. Mar 02, 2023
  8. Mar 01, 2023
  9. Feb 28, 2023
  10. Feb 26, 2023
  11. Feb 24, 2023
  12. Feb 23, 2023
Loading