- Oct 03, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Oct 01, 2019
-
-
Tim van Dijen authored
PSR-12 compliancy
-
Tim van Dijen authored
A dot or a comma is quite a difference!
-
- Sep 24, 2019
-
-
Jørn Åne authored
* Ensure getConfig* functions can only return Configuration * Cleanup after #1189 * Deprecate Configuration::getConfigList
-
- Aug 18, 2019
-
-
Tim van Dijen authored
-
- Aug 17, 2019
-
-
Tim van Dijen authored
-
- Aug 12, 2019
-
-
Tim van Dijen authored
-
- Aug 10, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
* Replace mock-test with actual test
-
- Aug 05, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Jul 24, 2019
-
-
Guy Halse authored
Add support for RFC6265bis SameSite cookie attribute
-
- Jul 15, 2019
-
-
Tim van Dijen authored
This reverts commit 6bcea51e.
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Jun 11, 2019
-
-
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.
-
- May 22, 2019
-
-
Tim van Dijen authored
-
- May 13, 2019
-
-
Bryce Lowe authored
-
Bryce Lowe authored
-
- May 10, 2019
-
-
Tim van Dijen authored
-
- Mar 23, 2019
-
-
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
-
- Mar 22, 2019
-
-
Tim van Dijen authored
* Create .appveyor.yml * Fix tests for Windows platform * Fix builtin webserver for Windows * Properly kill process on Windows
-
- Mar 21, 2019
-
-
Tim van Dijen authored
-
Nils Pöpperl authored
Stream wrappers were assumed to be relative paths. When using a stream wrapper (e.g. s3://) it was appended to the given base path.
-
- Mar 19, 2019
- Mar 08, 2019
-
-
Jørn Åne authored
The old mail class uses the built-in `mail` function in PHP, and builds a payload by itself using hard-coded HTML and MIME-snippets. Let's use a library for that; PHPMailer has new dependencies and does all the heavy lifting.
-
- Mar 07, 2019
-
-
François Freitag authored
Some metadata publishers offer SHA256 fingerprints to validate the fingerprint of the certificate used to sign metadata. Allow users to configure the fingerprinting algorithm to facilitate validation. For backward compatibility, the default algorithm remains SHA1.
-
- Feb 18, 2019
-
-
François Freitag authored
Allows sharing a valid certificate setup with SignerTest. In SignerTest, reuse good certificate as the main certificate for signature and add a second certificate for testSignWithMultiCertificate.
-
- Jan 02, 2019
-
-
Tim van Dijen authored
-
Bruce Weirdan authored
* Autoloader infinite recursion fix Fixes simplesamlphp/simplesamlphp#1030 * Added test to ensure old autoloader behaviour is preserved Also fixed undefined variable notice
-
- Dec 10, 2018
-
-
Ben Johnson authored
For Redis instances that require authentication, the current Redis store does not work. So, this commit adds optional support for utilizing the Predis password option. It will pick up the password from the config file and pass it along when it instantiates the Predis client. The test simply checks that adding the password option doesn't break the constructor. Since Predis parameters end up as protected, we can't verify that the instance contains the password.
-
- Nov 21, 2018
-
-
Thijs Kinkhorst authored
-