Skip to content
Snippets Groups Projects
  1. Feb 15, 2020
  2. 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
  3. 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
      6607b7fb
  4. Oct 07, 2019
  5. Aug 31, 2019
  6. Aug 17, 2019
  7. Aug 12, 2019
  8. Aug 10, 2019
  9. Jul 23, 2019
  10. Jul 08, 2019
  11. Mar 30, 2019
  12. Mar 23, 2019
    • Tim van Dijen's avatar
      Fix build (#1085) · 6eed6144
      Tim van Dijen authored
      * Update Psalm
      
      * Ignore DocblockTypeContradiction and RedundantConditionGivenDocblockType
      
      * Fix Psalm-errors
      
      * Raise minimum PHP-version to 5.6
      
      * Update lock-file accordingly
      
      * Fix phpunit
      
      * Suppress Psalm-issue
      6eed6144
  13. Feb 11, 2019
  14. Feb 03, 2019
  15. Jan 13, 2019
  16. May 25, 2018
  17. May 24, 2018
    • Thijs Kinkhorst's avatar
      Upgrade psalm to 0.3.92. · 1a4166f8
      Thijs Kinkhorst authored
      Ignore closure return types, as we need to support PHP < 7.
      
      This is not really workable. Need to devise another way to run psalm
      periodically without keeping it breaking the build.
      1a4166f8
  18. Sep 22, 2017
  19. Sep 01, 2017
Loading