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.05Feb432131Jan302826252120191715141229Dec282415117118Nov169653228Oct272624232116141312111097629Sep282415765131Aug3027251714131211107654331Jul242322212017107329Jun2220161410983231May282726191814131211429Apr28272322212016151498231Mar30232Oct23Mar191816327Feb2016109422Jan212019Bugfix. The consentAdmin module was still calling SimpleSAML_XHTML_Template::getTag(), while that method has been moved to \SimpleSAML\Locale\Translate.Rename \SimpleSAML\Locale\Translate::t_not_translated() to the more concise (and camel caps) getStringNotTranslated().Return lang_merge() to SimpleSAML_XHTML_Template, as it was public, and mark it as deprecated. Use array_merge_recursive() instead.Bugfix.Reformat \SimpleSAML\Locale\Translate.Fix phpdoc for \SimpleSAML\Locale\Translate.Rename \SimpleSAML\Locale\Translate::getTranslation() to the more comprehensive \SimpleSAML\Locale\Translate::getPreferredTranslation().Stop using deprecated methods from SimpleSAML_Utilities.Reformat the new \SimpleSAML\Locale\Language class.Fix phpdoc in the new SimpleSAML\Locale\Language class.Reformat SimpleSAML_XHTML_Template and remove unused return statement.Get rid of unused, private methods in SimpleSAML_XHTML_Template.Fix phpdoc comments for SimpleSAML_XHTML_Template.Merge pull request #286 from jschlyter/sisOID-20151109Try to make it build with the saml module included by using the phpunit version we are requiring instead of the one preinstalled.Try to fix build.Report coverage only for successful builds.Add a service name for coveralls.The saml module deserves some love. It's part of the core, so it should also be unit tested.Update composer configuration.Complete test coverage for SimpleSAML_Configuration::getEndpoints().Merge pull request #312 from bradjones1/editorconfigUpdate composer configuration.Add more tests for SimpleSAML_Configuration.Add more tests for SimpleSAML_Configuration::getDefaultEndpoint() and SimpleSAML\Utils\Config\Metadata::getDefaultEndpoint().Add full test coverage to SimpleSAML\Utils\Config\Metadata::isHiddenFromDiscovery().Make SimpleSAML\Utils\Config\Metadata::isHiddenFromDiscovery() resilient to all kinds of failures.Complete the test coverage for \SimpleSAML\Utils\Config\Metadata::getContact().Add some tests for valid SAML endpoint configurations parsing.Merge pull request #325 from randomfire/master- Added documentation to modules/ldap/docs/ldap.txtAdd a test for SimpleSAML_Configuration::getConfigList().Make it possible to pre-load a configuration array into SimpleSAML_Configuration for subsequent calls to getInstance() to use it. This opens up for unit-testing code that calls SimpleSAML_Configuration::getInstance().Bugfix: if an optional configuration is missing, we shouldn't register it to reuse it later (i.e. loading a config file as optional first and as mandatory later would make the second call to work -while it shouldn't-, since an empty config was loaded during the first call).Editorconfig file; see http://editorconfig.org/Merge pull request #297 from astoltz/fix/multiauth-timeoutMerge pull request #300 from clinta/modules-gitignoreCalling composer with "update" instead of "install" should update the versions referenced in the composer.lock file, instead of blindly trying to install them, leading to conflicts.Try to get rid of --prefer-lowest and see if it works now.Get rid of the dot files when building a release.
Loading