Skip to content
Snippets Groups Projects
  1. Aug 11, 2020
  2. Aug 07, 2020
  3. Jun 13, 2020
  4. May 13, 2020
  5. Apr 15, 2020
  6. Feb 22, 2020
  7. Feb 19, 2020
  8. Feb 15, 2020
  9. Feb 14, 2020
  10. 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
  11. Dec 24, 2019
  12. Nov 22, 2019
  13. Oct 26, 2019
  14. Oct 18, 2019
  15. Oct 03, 2019
  16. Oct 01, 2019
  17. Sep 26, 2019
  18. Sep 16, 2019
  19. Aug 26, 2019
  20. Aug 10, 2019
  21. Jul 30, 2019
  22. Jul 12, 2019
  23. Jul 08, 2019
  24. Jun 06, 2019
  25. Mar 20, 2019
  26. Mar 08, 2019
    • Jørn Åne's avatar
      Replace e-mail class with one that uses PHPMailer · c9fa8626
      Jørn Åne authored
      The old mail class uses the built-in `mail` function in PHP, and builds a payload by itself using hard-coded HTML and MIME-snippets. Let's use a library for that; PHPMailer has new dependencies and does all the heavy lifting.
      c9fa8626
  27. Mar 07, 2019
  28. Feb 11, 2019
  29. Feb 03, 2019
  30. Dec 22, 2018
Loading