Skip to content
Snippets Groups Projects
  1. Oct 28, 2021
  2. Oct 26, 2021
  3. Sep 26, 2021
  4. Sep 05, 2021
  5. Aug 28, 2021
  6. Aug 16, 2021
  7. Aug 10, 2021
  8. Aug 09, 2021
  9. Jun 29, 2021
  10. 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
  11. Mar 11, 2021
  12. Jan 17, 2021
  13. Sep 10, 2020
  14. Sep 08, 2020
  15. Aug 26, 2020
  16. Aug 17, 2020
  17. Jun 17, 2020
  18. Jun 15, 2020
  19. Jun 13, 2020
  20. May 27, 2020
  21. May 05, 2020
  22. Apr 30, 2020
  23. Mar 05, 2020
  24. Feb 25, 2020
  25. Feb 22, 2020
  26. Feb 16, 2020
  27. Feb 15, 2020
  28. Feb 14, 2020
  29. 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>
  30. Dec 24, 2019
    • Tim van Dijen's avatar
      Raise PHP functional level to 7.0 (#1242) · 6607b7fb
      Tim van Dijen authored
      * Raise minimum PHP version to 7.0
      
      * Remove tests pre-PHP 7.2
      
      * Upgrade dev dependencies
      
      * Ignore tests for deprecated class
      
      * Add typehints; not touching public API
      
      * Remove none-array replacements-param; old behaviour from pre-1.4 release
      
      * Psalm fixes
      
      * Add upgrade notes
      
      * PSR-12
  31. Nov 22, 2019
  32. Nov 19, 2019
  33. Nov 16, 2019
  34. Nov 06, 2019
Loading