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
    • 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>
  6. Dec 24, 2019
  7. Nov 22, 2019
  8. Oct 26, 2019
  9. Oct 18, 2019
  10. Oct 01, 2019
  11. Sep 26, 2019
  12. Sep 16, 2019
  13. Aug 26, 2019
  14. Aug 10, 2019
  15. Jul 30, 2019
  16. Jul 12, 2019
  17. Jul 08, 2019
  18. Jun 06, 2019
  19. Mar 20, 2019
  20. Mar 07, 2019
  21. Feb 03, 2019
  22. Dec 22, 2018
  23. Dec 03, 2018
  24. Dec 02, 2018
  25. Nov 29, 2018
  26. Nov 28, 2018
  27. Nov 23, 2018
    • Jaime Pérez Crespo's avatar
      Create a new "configpage" hook for those modules that need to inject anything... · d42f26f3
      Jaime Pérez Crespo authored
      Create a new "configpage" hook for those modules that need to inject anything in the configuration page.
      
      This allows us to change the signature of the hook, so that we pass it the \SimpleSAML\XHTML\Template object and then the hook can not only add data to be passed to the twig template, but also add its own translation domain. This was needed because many modules were putting their translations inside "core", and when moving those to the modules themselves, the new translation system cannot perform the translation because only the translations for the current module in use are loaded (in the config page, that's the core module). Therefore, we needed a way to get the Localization instance from the template, and a way to pass that to the hook so that the hook can register the translations for its own module.
  28. Nov 20, 2018
  29. Nov 19, 2018
  30. Oct 17, 2018
Loading