- May 31, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
Murphy hit me in the face
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
Closes https://github.com/simplesamlphp/simplesamlphp/pull/782
-
Thijs Kinkhorst authored
-
- May 29, 2018
-
-
Emmanuel Dreyfus authored
(all SimpleSAMLphp source code should be updated, not only this contribution)
-
Thijs Kinkhorst authored
SHA-1 is still supported but needs to be configured explicitly if you need it.
-
- May 28, 2018
-
-
Emmanuel Dreyfus authored
-
Emmanuel Dreyfus authored
-
Emmanuel Dreyfus authored
By using an appropriate WHERE clause in the SQL statement, we can avoid loading the whole dataset in getMetaData(), which brings an welcome performance improvement with large Metadata sets.
-
Chris Ballard authored
-
- May 27, 2018
-
-
Thijs Kinkhorst authored
This reverts commit ef36c5fd. All a bit too involved right before a planned release.
-
Thijs Kinkhorst authored
Also, convert to PSR-2 where that was still lacking in these files.
-
- May 24, 2018
-
-
m0ark authored
Support both hint.cidr and DiscoHints->IPHint
-
- May 22, 2018
-
-
Thijs Kinkhorst authored
-
- May 10, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
The equation was wrong.. exceeding means > not >=
-
Scrutinizer Auto-Fixer authored
-
- May 09, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- 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
-
-
m0ark authored
Now using DiscoHints->IPHint to support specified SAML extension for IdP discovery
-
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
-
-
Dominic Benson authored
With a dynamic configuration, it is not desirable to load from literal files By storing a configuration object against a filepath, subsequent calls to getConfig work transparently, bypassing the disk load step.
-
-
- 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
-