Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 27, 2021
  3. Jan 22, 2021
  4. Sep 15, 2020
  5. Sep 10, 2020
  6. Aug 08, 2020
  7. Jun 13, 2020
  8. May 19, 2020
  9. Apr 16, 2020
  10. Feb 22, 2020
  11. Feb 16, 2020
  12. Feb 15, 2020
  13. Feb 14, 2020
  14. Feb 12, 2020
  15. Feb 02, 2020
  16. 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>
  17. Dec 24, 2019
  18. Nov 18, 2019
  19. Oct 01, 2019
  20. Sep 24, 2019
    • Jørn Åne's avatar
      Clean up getConfigItem (#1196) · 0e602c19
      Jørn Åne authored
      * Ensure getConfig* functions can only return Configuration
      
      * Cleanup after #1189
      
      * Deprecate Configuration::getConfigList
      0e602c19
  21. Sep 16, 2019
  22. Sep 06, 2019
  23. Aug 21, 2019
  24. Jun 06, 2019
  25. Feb 03, 2019
  26. Dec 10, 2018
  27. Dec 03, 2018
  28. Nov 20, 2018
  29. Oct 17, 2018
Loading