- Sep 27, 2016
-
-
Jaime Pérez authored
This is related to #478.
-
- Sep 26, 2016
-
-
Tim van Dijen authored
Don't start a <dl> when there's no content for it. Would result in "<dl></dl>". One error left in: data-clipboard-target="#metadata" JavaScript should probably be changed to check for id instead of a proprietary attribute. Add mandatory cols-attribute for non-CSS compatible browsers. We're one column short
-
- Sep 21, 2016
-
-
Thijs Kinkhorst authored
The segfault happens in the coverage report. Since we send coverage info only with PHP 5.6, avoid running it entirely, saves buildtime aswell.
-
Michal Procházka authored
- Attributes which can be get from LinkedIn are now configurable - By default these attributes are requested: id,first-name,last-name,headline,summary,specialties,picture-url,email-address - Added email-address attribute into the default set - Fixed link to the documentation
-
- Sep 16, 2016
-
-
Jaime Pérez authored
-
Jaime Pérez Crespo authored
Update to phpunit 4.8. Last version with php 5.3 support
-
Hanne Moa authored
For #455
-
Hanne Moa authored
For #455
-
Patrick Radtke authored
-
Patrick Radtke authored
Update test notes to point to the 4.8 documentation and describe how to run an old version of phpunit from composer's bin dir.
-
- Sep 15, 2016
-
-
Hanne Moa authored
`noop()` is a method on the template after all.
-
Hanne Moa authored
This makes instanciating the Translate/Template-class unnecessary.
-
Hanne Moa authored
For #455
-
Hanne Moa authored
For #455
-
Hanne Moa authored
For #455. Note that if translation tags were domain-free strings, the mapping from tab to tabtitle would be redundant. It would still be necessary to mark the strings as noop however.
-
Hanne Moa authored
For #454, #455
-
Hanne Moa authored
For #455
-
- Sep 14, 2016
-
-
Jaime Pérez Crespo authored
Deprecate the certFingerprint option.
-
- Sep 07, 2016
-
-
Hanne Moa authored
-
Jaime Pérez authored
There was a typo in the name of the class, where the module was referenced as "smartattribute" instead of "smartattributes".
-
- Sep 06, 2016
-
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez authored
This is needed for the autoloader to work, or code calling class_implements(), among others.
-
Jaime Pérez authored
-
Jaime Pérez authored
Added checks for Date/Time, JSON, cURL and Session.
-
Hanne Moa authored
-
Hanne Moa authored
For: #454
-
Hanne Moa authored
For: #454
-
- Sep 05, 2016
-
-
Jaime Pérez authored
Even though the default "exact" is used by most people, and few products support anything else, there's people asking for this.
-
Jaime Pérez authored
Since we have updated the version of the SAML2 library in use, we should use SAML2\Constants now.
-
- Aug 31, 2016
-
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez authored
Instead of keeping SAML-specific error exceptions in lib/SimpleSAML/Error, it makes more sense to have those in the saml module. Now that we have the recent NoAvailableIDP and NoSupportedIDP errors moved there, it's time to change the code implemented recently that uses them.
-
Jaime Pérez authored
This makes it easier to identify error conditions and return errors to an SP. More known errors should also be added here.
-
- Aug 30, 2016
-
-
Jaime Pérez authored
The SAML2 IdP should keep the RequestedAuthnContext in the state array, so that authentication sources (or processing filters) can use that information during authentication.
-
- Aug 25, 2016
-
-
Jaime Pérez Crespo authored
Removed html extension in Twig files
-
Sergio Gómez authored
-
- Aug 23, 2016
-
-
Jaime Pérez authored
This is due to the update of the SAML2 library, that caused several other bugs, mainly with attributes like eduPersonTargetedID, which should always be an SAML NameID.
-
- Aug 22, 2016
-
-
Jaime Pérez authored
It is possible that the current script ($_SERVER['SCRIPT_FILENAME']) is inside SimpleSAMLphp's 'www' directory. However, even if that's the case, we should not enforce our base URL (as set in the 'baseurlpath' configuration option) if the request URI ($_SERVER['REQUEST_URI']) does not contain the relative path to the script. This is the case of AuthMemCookie, for example, where accessing a random URL protected by Apache, leads to the execution of a SimpleSAMLphp script, where SimpleSAML\Utils\HTTP::getSelfURL() must not try to be smart when guessing the current URL.
-