- Jan 15, 2015
-
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Pérez authored
protectmetadata was not enforced for SP metadata.
-
Jaime Pérez authored
Make sure metadata-converter.php requires an admin user
-
Jaime Pérez authored
Disable the loading of external entities in XML documents.
-
- Jan 13, 2015
-
-
Jaime Pérez authored
Add coveralls support
-
- Jan 12, 2015
-
-
Thijs Kinkhorst authored
& make phpunit dev dependency explicit.
-
Brook Schofield authored
Updated the composer.lock to install satooshi/php-coveralls Add .coveralls.yml to stop errors. Added coverage_clover pointing to correct location. json_path now... anything to get bin/vendor/coveralls to actually execute! Only push coverage reports for a single version of PHP Add whitelist + exclusion files to coverage. Reduce code coverage % by processing all files :-) Beware adding additional directories for tests without setting up config + mocking the rest of the environment. Don't show uncovered files. Attempt upload for all PHP versions. Is this stacktrace always generated? Return to "true" for uncovered files. There is a path problem somewhere!
-
Thijs Kinkhorst authored
To prevent local and remote file inclusion attacks. This is in most cases already disabled by default in system libraries, so this will be a no-op to most systems, but to be safe we explicitly disable it also. Fixes #74
-
- Jan 08, 2015
-
-
Thijs Kinkhorst authored
-
- Jan 02, 2015
-
-
Thijs Kinkhorst authored
This check was not ported to the saml2 module.
-
- Dec 19, 2014
-
-
Boy Baukema authored
Depending on server configuration this may be used in a Denial Of Service attack by tying up all webserver workers with large POST bodies.
-
Boy Baukema authored
-
Boy Baukema authored
Depending on server configuration this may be used in a Denial Of Service attack by tying up all webserver workers with large POST bodies.
-
- Dec 15, 2014
-
-
Jaime Perez authored
-
Jaime Perez authored
-
- Dec 10, 2014
-
-
Thijs Kinkhorst authored
-
- Nov 28, 2014
-
-
Wessel Dankers authored
Fixes a bug in Memcache.php that would cause every fetch to also result in a push if multiple memcache servers were being used. If multiple memcache servers are in use, the code needs to check if they aren't out of sync. If they are, the most recent data needs to be pushed to all mirrors. The original code compared the parsed data structures using ===, but that always fails because that just does a pointer comparison and not a deep comparison. Changed the code to compare the original unparsed values instead. Also added a few debug-level log statements.
-
- Nov 22, 2014
-
-
Jaime Pérez authored
add testing for php 5.6 and hhvm (allow failures)
-
- Nov 21, 2014
-
-
Brook Schofield authored
-
- Nov 12, 2014
-
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez authored
-
- Nov 11, 2014
-
-
Jaime Perez authored
-
- Nov 10, 2014
-
-
Jaime Perez authored
-
Jaime Perez authored
Avoid the friendly names in attribute definitions to end up in the PHP generated metadata, as it creates trouble for the AttributeLimit filter and others.
-
Andrea Biancini authored
-
- Nov 05, 2014
-
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez authored
-
- Nov 03, 2014
-
-
Jaime Pérez authored
Sort IdP's in alphabetical order in dropdown.
-
- Oct 31, 2014
-
-
Jaime Pérez authored
Only show languagebar when there's something to choose.
-
- Oct 30, 2014
-
-
Thijs Kinkhorst authored
If you configure language.available to just one language, e.g. "en", you get a language bar with just the unclickable word "English" which is rather unuseful.
-