- May 02, 2018
-
-
dombenson authored
* Support metadata XML directly in config Also consider 'xml' as a key, in addition to 'url' and 'file'. When provided, attempt to load this directly as a metadata XML string. This is useful when working with dynamic configuration and external polling of metadata updates. * Test loading XML from a fixed string No preexisting test in this area Adjust XML loader to only get global config in file mode - otherwise it is unused, and it might pollute the test usage. Test that an actully invalid config throws an exception, but that minimal valid (albeit useless) XML is accepted.
-
- Apr 27, 2018
-
-
Tim van Dijen authored
-
- Apr 18, 2018
-
-
Jan Trejbal authored
-
- Apr 13, 2018
-
-
Matt Schwager authored
-
- Apr 06, 2018
-
-
Jason Davis authored
-
- Mar 29, 2018
-
-
Sergio Gómez authored
The use of count function is wrong and unnecessary. If the array is empty the foreach loop will not run.
-
Jean-François B authored
-
- Mar 21, 2018
- Mar 16, 2018
-
-
Robert Tefft authored
-
- Feb 28, 2018
-
-
Stefan Winter authored
forward-port of my recent fix in branch 1.15
-
- Feb 27, 2018
-
-
Matt Schwager authored
-
- Feb 22, 2018
-
-
Tim van Dijen authored
Fixes issue https://github.com/simplesamlphp/simplesamlphp/issues/793
-
- Feb 07, 2018
-
-
Matt Henderson authored
-
Matt Henderson authored
-
- Feb 02, 2018
-
-
Jaime Pérez Crespo authored
-
Daniel Falkner Hansen authored
-
- Jan 26, 2018
-
-
Daniel Falkner Hansen authored
-
- Jan 21, 2018
-
-
Tim van Dijen authored
All descendants overload this function anyway
-
Tim van Dijen authored
-
Tim van Dijen authored
Also fixes edge-case situation where $_SERVER['SERVER_PORT'] is not set for an HTTPS connection, this function would return an explicit port 80 i.e. ":80" rather than an empty string.
-
- Jan 20, 2018
-
-
Tim van Dijen authored
-
- Jan 19, 2018
-
-
Tim van Dijen authored
Call to undefined method Memcached::getExtendedStats()
-
- Jan 16, 2018
-
-
Jaime Pérez Crespo authored
-
- Jan 14, 2018
-
-
Tim van Dijen authored
-
- Jan 10, 2018
-
-
Tim van Dijen authored
-
- Jan 08, 2018
-
-
Jaime Pérez Crespo authored
This reverts commit 9ad60fe1.
-
Jaime Pérez Crespo authored
Psalm is starting to get annoying. Both openssl_decrypt() and realpath() can return a string or false on error. Psalm seems to ignore the latter all of a sudden, so it assumes the returned variable will always be a string and then it fails when you check on errors. This fix explicitly declares the problematic variables with types string or false, so that psalm stops complaining.
-
Jaime Pérez Crespo authored
-
- Jan 06, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
Scrutinizer: The expression $result of type array is implicitly converted to a boolean; are you sure this is intended? If so, consider using empty($expr) instead to make it clear that you intend to check for an array without elements.
-
Tim van Dijen authored
-
Tim van Dijen authored
setupTwigTemplatepaths() cannot return false
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Jan 05, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-