Skip to content
Snippets Groups Projects
  1. Jun 13, 2020
  2. May 27, 2020
  3. May 05, 2020
  4. Apr 30, 2020
  5. Mar 05, 2020
  6. Feb 25, 2020
  7. Feb 22, 2020
  8. Feb 16, 2020
  9. 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
  10. Feb 14, 2020
  11. 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
  12. 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
  13. Nov 22, 2019
  14. Nov 19, 2019
  15. Nov 16, 2019
  16. Nov 06, 2019
  17. Oct 07, 2019
  18. Oct 01, 2019
  19. 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
  20. Jul 20, 2019
  21. Jul 10, 2019
  22. Jul 08, 2019
  23. 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
  24. Jun 03, 2019
  25. May 29, 2019
  26. May 28, 2019
  27. May 24, 2019
  28. May 20, 2019
Loading