- Oct 24, 2015
-
-
Tim van Dijen authored
-
- Oct 21, 2015
-
-
Jaime Perez Crespo authored
Deprecate the 'userid.attribute' option. We should define specific options for each module using it, in order to avoid confussions.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Bugfix: if there's no session, getCookieSessionId() cannot return a session identifier, therefore there's no session we can return. This resolves #256.
-
- Oct 14, 2015
-
-
Jaime Perez Crespo authored
-
- Oct 12, 2015
-
-
Tim van Dijen authored
Fixed to follow PSR-2 coding guidelines, proper indentation and a minor fix in equality operand (== vs ===)
-
- Oct 11, 2015
-
-
Sergio Gómez authored
-
- Sep 28, 2015
-
-
Matt Schwager authored
The `makeException` function returns an instantiated object, so the caller shouldn't also call `new`.
-
- Sep 24, 2015
-
-
Jaime Perez Crespo authored
-
- Sep 01, 2015
-
-
Jaime Perez Crespo authored
SimpleSAML\Utils\Attributes::getExpectedAttribute(): Check if the attribute has any values, and raise an exception if not.
-
Jaime Perez Crespo authored
Refactor SimpleSAML\Utils\Arrays::normalizeAttributesArray() to SimpleSAML\Utils\Attributes::normalizeAttributesArray().
-
Jaime Perez Crespo authored
-
- Aug 31, 2015
-
-
Jaime Perez Crespo authored
Duplicate the $state['SimpleSAML_Auth_Default.*'] entries to $state['SimpleSAML_Auth_Source.*'] where needed, while we are transitioning to 2.0. Leave those that will be removed in SimpleSAML_Auth_Default. Move the rest of the code to the new entries in the state array.
-
Jaime Perez Crespo authored
Take back the migration of SimpleSAML_Auth_Default::initLogout(), initLogoutReturn() and logoutCompleted(), as they are not used anywhere. We'll just deprecate them and remove them in 2.0 then.
-
Jaime Perez Crespo authored
Throw an exception in SimpleSAML_Auth_Simple when the auth source cannot be found. This avoids trying to access a method in an object that's actually null.
-
- Aug 30, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Move SimpleSAML_Auth_Default::initLogoutReturn() to SimpleSAML_Auth_Source and deprecate the former.
-
Jaime Perez Crespo authored
Throw an exception instead of doing nothing if the auth source specified is invalid. This mimics the old behaviour.
-
Jaime Perez Crespo authored
Add a check in case the authentication authority specified in SimpleSAML_Auth_Default::initLogin() is not valid.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Reimplement the old SimpleSAML_Auth_Default::loginCompleted() as a wrapper of the refactored method in SimpleSAML_Auth_Source, now that the latter is public again.
-
Jaime Perez Crespo authored
SimpleSAML_Auth_Source::loginCompleted() needs to be declared public, as it is used as a callback from outside the class.
-
Jaime Perez Crespo authored
Deprecate SimpleSAML_Default::logoutCallback() and move it to SimpleSAML_Auth_Source. This also resolves an issue with this callback not being called, since SimpleSAML_Auth_Source::initLogin() was expecting the method to be inside that class.
-
- Aug 25, 2015
-
-
Jaime Perez Crespo authored
Refactor SimpleSAML_Auth_State::extractPersistentAuthState() to getPersistentAuthData() to avoid confusions around the behaviour of this method.
-
Jaime Perez Crespo authored
The state array should not be modified after extracting (getting) the persistent authentication data. This resolves #247.
-
Jaime Perez Crespo authored
-
- Aug 12, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Deprecate SimpleSAML_Default::initLogin() and move it to SimpleSAML_Auth_Source as a non-static method.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Move SimpleSAML_Auth_Default::handleUnsolicitedAuth() to sspmod_saml_Auth_Source_SP::handleUnsolicitedAuth() and deprecate the former.
-
Jaime Perez Crespo authored
Move SimpleSAML_Auth_Default::extractPersistentAuthState() to SimpleSAML_Auth_State::extractPersistentAuthState() and deprecate the former.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Aug 11, 2015
-
-
Guy Antony Halse authored
(as suggested by jhaar in issue #120 and used by us)
-
Jaime Perez Crespo authored
-
- Aug 06, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-