Skip to content
Snippets Groups Projects
  1. Sep 10, 2020
  2. Sep 08, 2020
  3. Aug 26, 2020
  4. Aug 17, 2020
  5. Jun 17, 2020
  6. Jun 15, 2020
  7. Jun 13, 2020
  8. May 27, 2020
  9. May 05, 2020
  10. Apr 30, 2020
  11. Mar 05, 2020
  12. Feb 25, 2020
  13. Feb 22, 2020
  14. Feb 16, 2020
  15. Feb 15, 2020
    • Tim van Dijen's avatar
      Remove externalized modules · 9f51b86d
      Tim van Dijen authored
      9f51b86d
    • Tim van Dijen's avatar
      Remove 2.0 deprecations (#1281) · 2c8aa8a6
      Tim van Dijen authored
      * Remove deprecated classes
      
      * Remove support for certificate fingerprints
      
      * Remove many deprecated methods and pieces of code
      
      * Remove SAML1.1/Shib1.3 support
      
      * Remove many superfluous annotations
      
      * Update unit test to work with new PHPunit
      
      Closes #1268 
      Closes #1020 
      Closes #431 
      Closes #167 
      Closes #151 
      2c8aa8a6
  16. Feb 14, 2020
  17. 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
  18. 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
  19. Nov 22, 2019
  20. Nov 19, 2019
  21. Nov 16, 2019
  22. Nov 06, 2019
  23. Oct 07, 2019
  24. Oct 01, 2019
  25. Aug 29, 2019
    • Tim van Dijen's avatar
      Update saml2 · d7114706
      Tim van Dijen authored
      Allow the new major version to be used as well (lock-file remains at 3.x)
      d7114706
  26. Jul 20, 2019
  27. Jul 10, 2019
  28. Jul 08, 2019
  29. 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
  30. Jun 03, 2019
  31. May 29, 2019
  32. May 28, 2019
Loading