- Aug 10, 2019
-
-
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
-
- 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
-
- May 13, 2019
-
-
Bryce Lowe authored
-
Bryce Lowe authored
-
- May 10, 2019
-
-
Tim van Dijen authored
-
- Mar 21, 2019
-
-
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 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.
-
- Nov 21, 2018
-
-
Thijs Kinkhorst authored
-
- Nov 20, 2018
-
-
Thijs Kinkhorst authored
-
- Nov 13, 2018
-
-
Thijs Kinkhorst authored
-
- Oct 21, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Oct 20, 2018
-
-
Tim van Dijen authored
-
- Oct 18, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
Arno van der Vegt authored
-
- Oct 10, 2018
-
-
Tim van Dijen authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- May 10, 2018
-
-
Tim van Dijen authored
-
- Jan 27, 2018
-
-
Tim van Dijen authored
-
- Jan 21, 2018
-
-
Tim van Dijen authored
-
- Nov 29, 2017
-
-
Tim van Dijen authored
-
Gabriel Caruso authored
-
- Sep 01, 2017
-
-
Jaime Pérez Crespo authored
Also make the default namespace parameter mandatory, so that the function is not ADFS-specific.
-
- Jul 05, 2017
-
-
Patrick Radtke authored
-
- May 25, 2017
-
-
Matt Schwager authored
-
- May 05, 2017
-
-
Jaime Pérez Crespo authored
Accessing a key in an array is not allowed when the array is not a variable but a value returned by a function.
-
Matt Schwager authored
This also required adding an additional argument to SimpleSAML\Utils\Crypto::loadPrivateKey to ease in testing. Without this additional argument, SimpleSAML_Configuration::getBaseDir eventually gets called to determine the private key location. This doesn't work well with vfsstream. This argument shouldn't cause too much trouble, and seems cohesive enough with the function's purpose.
-
- May 02, 2017
-
-
Matt Schwager authored
-