Skip to content
Snippets Groups Projects
  1. May 12, 2023
    • Tim van Dijen's avatar
      Propagate Symfony responses throughout the code (#1760) · a6458f5b
      Tim van Dijen authored
      * Migrate HTTP::redirect
      
      * Migrate HTTP::redirectTrustedURL
      
      * Migrate HTTP::redirectUntrustedURL
      
      * Migrate HTTP::submitPOSTData
      
      * Temporarily revert to make phpunit work
      
      * Migrate logout handlers
      
      * Remove unnecessary assertion & simplify logics
      
      * Remove unnecessary assertion & add new one to check response type
      
      * Remove unnecessary assertion & rationalize code
      
      * Migrate IdPDisco
      
      * Migrate ProcessingChain
      
      * Fix return-type & drop unnecessary use-statement
      
      * Address review comments
      
      * Do not add caching headers at all
      
      * Fix type-confusions
      
      * Migrate saml2 bindings
      
      * Migrate completeAuth
      
      * Migrate handleLogout
      
      * Migrate some more
      
      * Migrate a whole lot more (messy)
      
      * Migrate logout
      
      * Migrate a whole lot more (also messy)
      
      * Many fixes
      
      * Raise coverage
      
      * Psalm: Ignore exteranl adfs-module
      
      * Replace use of _GET globals
      
      * Migrate bindings (send)
      
      * Migrate bindings (receive)
      
      * Fix psalm-dev
      
      * Fix assertion
      
      * s/subclassOf/isInstanceOf
      
      * Fix type-confusion in logout handlers
      
      * Update container
      
      * Bump saml2 + adfs
      
      * Rename namespace
      a6458f5b
  2. Apr 25, 2023
  3. Feb 20, 2023
  4. Jan 29, 2023
  5. Jan 27, 2023
    • Tim van Dijen's avatar
      Import assets from assets-module (#1750) · ad964178
      Tim van Dijen authored
      * Move www > public
      
      * Remove local assets
      
      * Import remotely generated assets
      
      * Update files to reflect www > public move
      
      * Update upgrade notes
      
      * Make assets-filter aware of new assets-location
      
      * Update test-framework
      
      * Exclude generated assets from code sniffer
      ad964178
  6. Nov 15, 2022
    • Tim van Dijen's avatar
      Clean repo & release-script (#1717) · ecd5db16
      Tim van Dijen authored
      
      * Change build-script to leverage composer archive
      
      * No longer include data/ cache/ and log/ directories. They don't belong in the install-dir
      
      * Remove unnecessary .gitkeep files
      
      * Merge config&config-templates and metadata&metadata-templates; templates renamed to .dist
      
      * Reduce git clone overhead
      
      * Throw an exception if datadir not set
      
      Co-authored-by: default avatarThijs Kinkhorst <thijs@kinkhorst.com>
      ecd5db16
  7. May 31, 2022
  8. May 29, 2022
  9. May 04, 2022
  10. May 02, 2022
  11. Apr 26, 2022
  12. Mar 17, 2022
  13. Feb 09, 2021
  14. Jan 22, 2021
  15. Dec 17, 2020
  16. May 13, 2020
  17. Mar 16, 2020
  18. Feb 19, 2020
  19. Feb 15, 2020
    • 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
    • Tim van Dijen's avatar
      Remove old-style PHP-templates · fbdbd002
      Tim van Dijen authored
      fbdbd002
  20. 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
  21. 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
  22. Oct 07, 2019
  23. Aug 31, 2019
  24. Aug 17, 2019
  25. Aug 12, 2019
  26. Aug 10, 2019
  27. Jul 23, 2019
  28. Jul 08, 2019
  29. Mar 30, 2019
  30. 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
  31. Feb 11, 2019
  32. Feb 03, 2019
Loading