Skip to content
Snippets Groups Projects
  1. Mar 16, 2022
  2. Jan 05, 2022
  3. Mar 15, 2021
  4. Mar 14, 2021
    • Tim van Dijen's avatar
      Migrate utility-classes to non-static (part 2) (#1441) · 0b861789
      Tim van Dijen authored
      * Migrate email utils to non-static
      
      * Migrate http utils to non-static
      
      * Migrate net utils to non-static
      
      * Migrate random utils to non-static
      
      * Migrate system utils to non-static
      
      * Migrate time utils to non-static
      
      * Migrate xml utils to non-static
      
      * Upgrade notes
      
      * Update test-framework
      
      * Fix tests
      0b861789
  5. Jan 19, 2021
  6. Sep 15, 2020
  7. Sep 10, 2020
  8. Aug 25, 2020
  9. Aug 10, 2020
  10. Jun 13, 2020
  11. Mar 06, 2020
  12. Feb 15, 2020
  13. Feb 14, 2020
  14. Dec 31, 2019
    • 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 24, 2019
  16. Nov 26, 2019
  17. Oct 01, 2019
  18. Jun 06, 2019
  19. Feb 03, 2019
  20. Oct 17, 2018
  21. Aug 22, 2018
  22. Aug 13, 2018
  23. Aug 06, 2018
  24. May 31, 2018
  25. Oct 25, 2017
  26. Sep 01, 2017
  27. Mar 30, 2017
    • Jaime Pérez Crespo's avatar
      Refactor SimpleSAML\Utils\XML::isDOMElementOfType() · cf2bce97
      Jaime Pérez Crespo authored
      It actually needs a DOMNode, so it has been renamed to isDOMNodeOfType().
      
      Additionally, some superfluous asserts() have been removed, and SimpleSAML\Utils\XML::getDOMChildren() has also changed its signature, as it should also receive a DOMNode, not a DOMElement.
      cf2bce97
  28. Mar 27, 2017
  29. Aug 10, 2016
    • Jaime Pérez's avatar
      Make the 'debug' configuration option more fine-grained. · 6c3d49f9
      Jaime Pérez authored
      Some things, like logging of SAML messages or backtraces, are controlled with the 'debug' configuration option. However, it might be possible that we don't want one while we want the other, but that's impossible with just one option.
      
      This commit allows us to configure debugging options independently, but groupping all of them together. This is particularly useful if we want to log backtraces to debug errors, for example, but we don't want to log SAML messages to keep the privacy of the users. This also allows us to get rid of the 'debug.validatexml' configuration option, and group it with other debug options.
      
      This changes are backwards-compatible. Old and new configurations will work at the same time.
      6c3d49f9
Loading