Skip to content
Snippets Groups Projects
  1. Jul 09, 2022
  2. Jun 20, 2022
  3. May 29, 2022
  4. Mar 16, 2022
  5. Nov 24, 2021
  6. Sep 05, 2021
  7. 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
  8. Mar 12, 2021
    • Patrick Radtke's avatar
      Ignore invalid hook names · 5aa7c187
      Patrick Radtke authored
      Sometimes we patch or edit a hook to meet our specific needs.
      Somtimes this leaves behind a file like FILENAME.orig. The hook
      detection login still runs these other files, making for confusing
      debugging issues. Use a stricter match on what makes a valid hook name
      to avoid these issues.
      5aa7c187
  9. Jan 27, 2021
  10. Jan 22, 2021
  11. Sep 15, 2020
  12. Sep 10, 2020
  13. Aug 08, 2020
  14. Jun 13, 2020
  15. May 19, 2020
  16. Apr 16, 2020
  17. Feb 22, 2020
  18. Feb 16, 2020
  19. Feb 15, 2020
  20. Feb 14, 2020
  21. Feb 12, 2020
  22. Feb 02, 2020
  23. 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
  24. Dec 24, 2019
Loading