- Nov 05, 2014
-
-
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.
-
- Oct 27, 2014
-
-
Jaime Perez authored
-
- Oct 22, 2014
-
-
Daan van Renterghem authored
`preg_match` returns `0` if no matches are found, `FALSE` only on error. This means that with the previous check unmatching certificates would not be identified, only when the preg_match itself would error.
-
- Oct 08, 2014
-
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez authored
Remove extra URL validation as normalizeURL() will have done that already. Return an empty string if the input URL is empty (disregarding its type). This should make the checkURLAllowed() function transparent and avoid it returning the current URL (normalized) when input is empty. Fixes #99.
-
Jaime Perez authored
Avoid calling SimpleSAML_Utilities::normalizeURL() twice when we are redirecting and need to check if the URL is trusted.
-
- Oct 06, 2014
-
-
Jaime Pérez authored
Add NameIDFormats to output of getMetadata20IdP()
-
Jaime Perez authored
-
Jaime Perez authored
-
Thijs Kinkhorst authored
-
Jaime Perez authored
-
Jaime Perez authored
-
Thijs Kinkhorst authored
Fixes a notice on page load.
-
Jaime Perez authored
-
- Oct 01, 2014
-
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez authored
Extract constant information out of the getContact() function and make it public static properties of the class.
-
- Sep 30, 2014
-
-
Jaime Perez authored
# By Thijs Kinkhorst # Via Jaime Pérez (1) and Thijs Kinkhorst (1) * 'master' of github.com:simplesamlphp/simplesamlphp: composer: replace xmlseclibs svn source with our git copy
-
Jaime Perez authored
Migrate hosted IdP metadata to use the new getContact() helper function. Include also the contact information in SSP generated configuration. Honour contact configuration in hosted metadata, the same way as in hosted SP metadata. Solve #101.
-
Jaime Perez authored
Migrate hosted SP metadata to use the new getContact() helper function. Include also the contact information in SSP generated configuration.
-
Jaime Perez authored
-
Jaime Perez authored
Start using the new helper function for contact configuration validation in SAMLBuilder. Change the documentation to warn about upcoming changes.
-
Jaime Perez authored
-
- Sep 29, 2014
-
-
Jaime Pérez authored
composer: replace xmlseclibs svn source with our git copy
-
Thijs Kinkhorst authored
This mirrors the configuration used in simplesamlphp/saml2. It lifts the requirement to have subversion present on your machine.
-
Jaime Perez authored
-
Jaime Perez authored
-
https://github.com/dtsosie/simplesamlphpJaime Perez authored
Merge branch 'spremote-privatekey' of https://github.com/dtsosie/simplesamlphp into dtsosie-spremote-privatekey
-
- Sep 26, 2014
-
-
Eric Jiang authored
-