- Feb 22, 2017
-
-
Jaime Pérez Crespo authored
To put it differently, to avoid OSX machines being identified as windows boxes, “darwin” should be evaluated *before* “win”.
-
- Feb 14, 2017
-
-
Jaime Pérez Crespo authored
Make the language parameter name available to the templates, and remove that parameter from the queryParams entry in the template data. This allows us to focus on the “real” parameters, ignoring language selection routines. It also allows us to build our own language bar the way we want it, not only with links.
-
- Feb 09, 2017
-
-
Jaime Pérez Crespo authored
This allows us to build the language switching links even when we have query parameters that would otherwise get lost.
-
- Jan 31, 2017
-
-
Jaime Pérez Crespo authored
The sspmod_saml_SP_Logout_Store::logoutSessions() method was still expecting the NameID to be an array.
-
Jaime Pérez Crespo authored
This is supposed to provide better support for OAuth 1.0 Revision A.
-
Thijs Kinkhorst authored
Raise exception when memcache-server is down
-
- Jan 30, 2017
-
-
Jaime Pérez Crespo authored
adds `flatten()` method to put also the nested elements in $userdata …
-
Thijs Kinkhorst authored
Fixed typo in core:TargetedID AuthProc filter
-
- Jan 29, 2017
-
-
Tim van Dijen authored
The exception was never raised because $stats will be array(false) on failure instead of just false.
-
- Jan 23, 2017
-
-
Tyler Antonio authored
-
Jaime Pérez Crespo authored
Add ability to define additional attributes on ContactPerson element
-
- Jan 20, 2017
-
-
Tyler Antonio authored
-
Tyler Antonio authored
-
- Jan 19, 2017
-
-
dev authored
adds `flatten()` method to put also the nested elements in $userdata (e.g. location) which are retrieved from linkedIn into the resulting attributes array
-
- Jan 16, 2017
-
-
Jaime Pérez Crespo authored
If a standard port is specified, then ignore it. Otherwise, include the port in the check so that non-standard ports must be whitelisted explicitly.
-
- Jan 13, 2017
-
-
Tyler Antonio authored
-
- Jan 12, 2017
-
-
Jaime Pérez Crespo authored
Formatting, namespaces, phpdoc.
-
-
- Jan 11, 2017
-
-
Jaime Pérez Crespo authored
This enables too the implementation of additional contact attributes, as requested in #509 to support the SIRTFI framework.
-
- Jan 10, 2017
-
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez authored
This resolves #476.
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez Crespo authored
Make provision for a "South Africa" tab
-
- Jan 09, 2017
-
-
Jaime Pérez Crespo authored
Allow the language cookie to be secured
-
Jaime Pérez authored
-
Ondrej Velisek authored
-
- Dec 23, 2016
-
-
Jaime Pérez Crespo authored
Fix typo
-
- Dec 22, 2016
-
-
Tim van Dijen authored
-
Jaime Pérez authored
Minor format and exception message fixes, plus add information about the different communication channels we have today.
-
- Dec 21, 2016
-
-
Andreas Åkre Solberg authored
-
- Dec 15, 2016
-
-
Guy Halse authored
-
- Dec 14, 2016
-
-
Thijs Kinkhorst authored
cf. 36051879
-
- Dec 12, 2016
-
-
Jaime Pérez authored
bugfix: Make sure a persistent NameID is not generated by default when the UserID is missing in the state array. This allowed misconfigured IdPs (i.e. those without both a PersistenNameID authproc filter, a “userid.attribute” configuration option and no “eduPersonPrincipalName” attribute available after running all the authentication processing filters) to generate a persistent NameID based on “null”, effectively giving all users the same identifier.
-
Jaime Pérez authored
-
Jaime Pérez authored
bugfix: When obtaining a UserID for the state array prior to running authproc filters, if the source attribute had multiple values a warning was logged but the UserID was still recorded.
-
- Dec 09, 2016
-
-
Jaime Pérez authored
- Variables possibly undefined when first used. - Usage of XMLSecurityKey class without proper namespace.
-