- Jun 10, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Hanne Moa authored
-
Jaime Perez Crespo authored
Remove config templates that are no longer used. They are creating confusion and serve no purpose after all.
-
- Jun 09, 2016
-
-
Jaime Perez Crespo authored
-
Thijs Kinkhorst authored
Based on patch by Nishanth Aravamudan <nish.aravamudan@canonical.com>
-
- Jun 08, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Fix the tests to handle the new, more permissive behaviour of SimpleSAML_Configuration::getBaseURL(), and add tests for getBasePath() too.
-
Jaime Perez Crespo authored
Make sure the new SimpleSAML_Configuration::getBasePath() complies with its phpdoc, returning always at least a slash. Fix also the regex that's supposed to catch paths, as it still wants them to end with a slash.
-
Jaime Perez Crespo authored
Add a new SimpleSAML_Configuration::getBasePath() method as described in #364, deprecate getBaseURL() and make sure it generates a warning (and only one) when used.
-
Jaime Perez Crespo authored
Change the extension of the documentation files from .txt to .md so that they can processed as markdown and displayed in github.
-
Jaime Perez Crespo authored
Update the documentation regarding translation (remove all references to the translation portal, reformat and fix typos).
-
Jaime Perez Crespo authored
Update the documentation. Trailing slashes are no longer required for 'baseurlpath'. This resolves #363.
-
Jaime Perez Crespo authored
Fix build. There was a bug in SimpleSAML\Utils\HTTP::parseQueryString() that was producing an empty parameter with an empty value when the query string was empty.
-
Jaime Perez Crespo authored
Change the implementation of SimpleSAML\Utils\HTTP::getSelfURL() and getSelfURLNoQuery() to honor the 'baseurlpath' configuration option instead of simply using the environment. They were actually broken since they were using it to build the scheme, host and port, but completely ignoring the path, rendering wrong URLs in between what was configured in 'baseurlpath' and the real information in the environment. This resolves #396, but also affects #5. The changes to getSelfURLNoQuery() in #391 are unnecessary now, since we now basically getting the full URL and remove the query afterwards.
-
- Jun 07, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Be graceful with the 'baseurlpath' configuration option. We should not fail when the trailing slash is missing, just add it.
-
- Jun 06, 2016
-
-
Jaime Perez Crespo authored
Fix another issue with URLs not being validated before displaying them into a page. Reported by John Page (hyp3rlinx).
-
Jaime Perez Crespo authored
-
- Jun 03, 2016
-
-
Jaime Perez Crespo authored
Fix an issue with some PHP environments (mostly related to FastCGI or php-fpm, common with nginx) where $_SERVER['SCRIPT_NAME'] is already populated with $_SERVER['PATH_INFO'] appended to it. In those cases, we should not blindly append PATH_INFO to SCRIPT_NAME, but check the latter first. This hopefully resolves #5 and closes #391.
-
- Jun 02, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Use LONGTEXT instead of the TEXT data type in MySQL to avoid size constraints in the latter. This resolves #399.
-
Jaime Perez Crespo authored
If we have an exception registered in the state array while authenticating, we should throw that exception instead of just printing it as plain text and exit. This resolves #401.
-
Jaime Pérez Crespo authored
Allow regular expression matching of trusted.url.domains.
-
Jon Dufresne authored
Fixes #379
-
- Jun 01, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Verify that the URL passed as a parameter in the no cookie error page is allowed. Reported by John Page (hyp3rlinx).
-
- May 20, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Fix an issue with the SimpleSAML\Logger class that was still trying to fetch the track ID from the session when running from the command line, where there's obviously no session at all.
-
- May 18, 2016
-
-
Jaime Pérez Crespo authored
General improvements of MemcacheMonitor module
-
- May 15, 2016
-
-
Jon Dufresne authored
Sometimes appear in error logs as: PHP Notice: Undefined index: ReturnTo in .../modules/core/www/as_login.php on line 9 PHP Notice: Undefined index: AuthId in .../modules/core/www/as_login.php on line 13
-
- May 11, 2016
-
-
Ryan McAllen authored
-