- Jan 21, 2018
-
-
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
-
Tim van Dijen authored
As per mailinglist-discussion, consent-stats were never processed by the statistics-module due to inconsistent logging: https://groups.google.com/forum/#!topic/simplesamlphp/Gc97OeUox2k
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
Merge branch 'feature/pdo-options-support' of https://github.com/ElijahLynn/simplesamlphp into ElijahLynn-feature/pdo-options-support
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
authfacebook compatability with Facebook strict URI match
-
Thijs Kinkhorst authored
Replace deprecated create_function
-
- Jan 19, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
The assignment to $stateID is dead and can be removed.
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
Call to undefined method Memcached::getExtendedStats()
-
Tim van Dijen authored
Notice: Undefined index: libevent in modules/memcacheMonitor/templates/memcachestat.tpl.php on line 60
-
- Jan 18, 2018
-
-
Tim van Dijen authored
-
Patrick Radtke authored
Per https://developers.facebook.com/docs/facebook-login/security/#strict_mode the `state` parameter should be used for any state needed after the redirect, and the redirect URI should remain constant.
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Jan 17, 2018
-
-
Tim van Dijen authored
-
- Jan 16, 2018
-
-
Jaime Pérez Crespo authored
-
Tim van Dijen authored
Trailing slash is no longer required in baseurlpath as per 1.15.
-
- Jan 14, 2018
-
-
Tim van Dijen authored
-
- Jan 10, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
Fix typo in variable name.
-
Jason Daly authored
-
- Jan 08, 2018
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
Fixes #656
-
Thijs Kinkhorst authored
-
Jaime Pérez Crespo authored
-
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
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
MySQL key value store now handles NULL expiries.
-
- Jan 06, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-