Skip to content
Snippets Groups Projects
Select Git revision
  • aarc_idp_hinting
  • bbmri_simplesalmphp-1.17
  • bbmri_simplesamlphp-1.16
  • bbmri_simplesamlphp-1.18
  • bbmri_simplesamlphp-1.19
  • bbmri_simplesamlphp-1.19.1
  • bbmri_simplesamlphp-1.19.5
  • bilateral_attrs
  • ceitec_simplesamlphp-1.16
  • ceitec_simplesamlphp-1.17
  • ceitec_simplesamlphp-1.18
  • ceitec_simplesamlphp-1.19
  • ceitec_simplesamlphp-1.19.1
  • ceitec_simplesamlphp1.15
  • cesnet_simplesamlphp-1.15
  • cesnet_simplesamlphp-1.16
  • cesnet_simplesamlphp-1.17
  • cesnet_simplesamlphp-1.18
  • cesnet_simplesamlphp-1.19
  • cesnet_simplesamlphp-1.19.5
  • v1.19.9
  • v2.1.3
  • v2.0.10
  • v2.1.2
  • v2.0.9
  • v2.1.1
  • v2.0.8
  • v2.1.0
  • v2.0.7
  • v2.1.0-rc1
  • v2.0.6
  • v2.0.5
  • 2.0.4-alpha.1
  • v2.0.4-alpha.1
  • v2.0.4
  • v2.0.3
  • v2.0.2
  • v2.0.1-alpha.1
  • v2.0.1
  • v1.19.8
40 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.027Jun241110987632120May181511108321Apr201918151312118754131Mar292522212018171615121110987432129Feb262524232219181716151295432131Jan302826252120191715141229Dec282415117118Nov169653228Oct272624232116141312111097629Sep282415765131Aug3027251714131211107654331JulCombine Apache 2.2 and 2.4 to one configurationdocs: make it work with Apache 2.4Merge pull request #406 from UtenosKolegija/commit-messagesdocs: Recommend the usual commit message rulesUpdate the translation guidelines, as the translation portal has been closed down.Add a link to the contribution guidelines from the main readme.Update the changelog in master.Add a table of contents to the contribution guidelines.Update the contribution guidelines to include information on how to report security incidents.Add a link in CONTRIBUTE pointing to TESTING.Be a bit more verbose with the testing instructions.Added testing hintsRemove config templates that are no longer used. They are creating confusion and serve no purpose after all.Remove references to the OpenIdP in the documentation.Update memcacheSync advice to current way of enabling the module.Update the changelog.v1.14.4v1.14.4Bump the version.Fix another issue with URLs not being validated before displaying them into a page. Reported by John Page (hyp3rlinx).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.Use LONGTEXT instead of the TEXT data type in MySQL to avoid size constraints in the latter. This resolves #399.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.Verify that the URL passed as a parameter in the no cookie error page is allowed. Reported by John Page (hyp3rlinx).Fix PHP notices "Undefined index" in as_login.php. (#392)Spelling: successfull -> successful (#389)In the LDAP class, the password should only be escaped if it's not null, so that we don't try to bind with an empty password if none was provided. This fixes #366 and closes #370.Stop using the deprecated SimpleSAML_Configuration::getBaseURL() method.Lowercase true, false & null.Fix the tests to handle the new, more permissive behaviour of SimpleSAML_Configuration::getBaseURL(), and add tests for getBasePath() too.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.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.Change the extension of the documentation files from .txt to .md so that they can processed as markdown and displayed in github.Update the documentation regarding translation (remove all references to the translation portal, reformat and fix typos).Update the documentation. Trailing slashes are no longer required for 'baseurlpath'. This resolves #363.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.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.Make sure the modifications to $_SERVER in the tests do not go beyond each test.Add some tests for SimpleSAML\Utils\HTTP::addURLParameters().Minor change to enhance code clarity.Be graceful with the 'baseurlpath' configuration option. We should not fail when the trailing slash is missing, just add it.Fix another issue with URLs not being validated before displaying them into a page. Reported by John Page (hyp3rlinx).
Loading