Skip to content
Snippets Groups Projects
  1. Aug 17, 2020
  2. Jun 17, 2020
  3. Jun 15, 2020
  4. Jun 13, 2020
  5. May 27, 2020
  6. May 05, 2020
  7. Apr 30, 2020
  8. Mar 05, 2020
  9. Feb 25, 2020
  10. Feb 22, 2020
  11. Feb 16, 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>
  15. 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
  16. Nov 22, 2019
  17. Nov 19, 2019
  18. Nov 16, 2019
  19. Nov 06, 2019
  20. Oct 07, 2019
  21. Oct 01, 2019
  22. Aug 29, 2019
  23. Jul 20, 2019
  24. Jul 10, 2019
  25. Jul 08, 2019
  26. Jun 11, 2019
    • Patrick's avatar
      Allow list of entity ids to be loaded to better support idpList (#1138) · 519968c6
      Patrick authored
      * Allow list of entity ids to be loaded to better support idpList
      
      Certain metadata sources, like mdq, were don't support loading all metadata which
      prevented them from being used with idplist. This change adds support for allowing
      metadata sources to load a list of entities, allowing MDQ to be used for idp list.
      519968c6
  27. Jun 03, 2019
  28. May 29, 2019
  29. May 28, 2019
Loading