Skip to content
Snippets Groups Projects
  1. Feb 22, 2020
  2. Feb 19, 2020
  3. Feb 15, 2020
  4. Feb 14, 2020
  5. 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
      Unverified
      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>
      Unverified
      54a6d7d1
  6. Dec 24, 2019
  7. Nov 22, 2019
  8. Oct 26, 2019
  9. Oct 18, 2019
  10. Oct 03, 2019
  11. Oct 01, 2019
  12. Sep 26, 2019
  13. Sep 16, 2019
  14. Aug 26, 2019
  15. Aug 10, 2019
  16. Jul 30, 2019
  17. Jul 12, 2019
  18. Jul 08, 2019
  19. Jun 06, 2019
  20. Mar 20, 2019
  21. Mar 08, 2019
  22. Mar 07, 2019
  23. Feb 11, 2019
  24. Feb 03, 2019
  25. Dec 22, 2018
  26. Dec 03, 2018
  27. Dec 02, 2018
  28. Nov 29, 2018
  29. Nov 28, 2018
    • Jaime Pérez Crespo's avatar
      Add an asset() function to twig. · 38205eae
      Jaime Pérez Crespo authored
      This function can be used to load an asset from a twig template, adding a "tag" parameter to it with a few dynamic bytes depending on the version of SimpleSAMLphp, or the last modification time of the file if we are running master. This behaves as a cache-buster, forcing browsers to reload assets when a new version of SimpleSAMLphp gets installed.
      Unverified
      38205eae
Loading