Skip to content
Snippets Groups Projects
  1. Feb 15, 2020
  2. Feb 14, 2020
  3. Feb 12, 2020
  4. Feb 10, 2020
    • Thijs Kinkhorst's avatar
      Config-template: remove default null for metadata.sign-algorithm · 3534658a
      Thijs Kinkhorst authored
      Different from the other options, setting it to null does not use
      a default but throws an error if you enable metadata signing, so
      enabling metadata signing in the default config will throw an
      exception. Better to just leave it out, the option is documented
      but should not be necessary for most installs, so needs not be
      in the template.
      3534658a
  5. Feb 07, 2020
  6. Feb 02, 2020
  7. Jan 31, 2020
  8. Jan 29, 2020
  9. Jan 24, 2020
  10. Jan 20, 2020
  11. Jan 10, 2020
  12. Jan 04, 2020
  13. Jan 01, 2020
  14. Dec 31, 2019
    • Tim van Dijen's avatar
      Twig Strict vars (#1264) · 09f4ee18
      Tim van Dijen authored
      * Use strict variables in Twig, except for our TemplateTest; throw exception on missing variables
      
      * Fix issues due to Twig strict_variables=true
      
      * Fix for #1229
      
      * Fix metadata-template
      09f4ee18
    • Tim van Dijen's avatar
      Refactor routing (#1178) · 54a6d7d1
      Tim van Dijen authored
      
      * Added Kernel class to handle request
      
      * Kernel handle request
      
      Kernel is loaded in SimpleSAML\Module class
      Removed Router and ControllerResolver classes
      
      * Added route command (squash)
      
      * Use symfony application and cache
      
      * Updated to today's standards
      
      * Fix for Symfony4 & Catch environment from ENV variable
      
      * Standardize location of routes/services files
      
      * Trying to make slashes work properly in all situations
      
      * Convert XML to YML
      
      * Fix some template-names and endpoints
      
      * Rename Controller-classes
      
      * Update dependencies
      
      * Fix routing files
      
      * TooManyArguments
      
      * Fix TypeCoercion
      
      * PSR-12
      
      * Fix rebase mistake
      
      * Rebase lock-file
      
      * Fix Psalm
      
      * Add strict_types declaration
      
      Co-authored-by: default avatarSergio Gómez <decano@gmail.com>
      54a6d7d1
  15. Dec 26, 2019
  16. Dec 25, 2019
Loading