- Jan 05, 2018
-
-
Tim van Dijen authored
-
- Oct 19, 2017
-
-
fentie authored
-
- Jul 26, 2016
-
-
Jaime Pérez authored
Now we are finally using the 2.x branch of the SAML2 library, which was also migrated to use namespaces. Even though the library provides an autoloader that allows loading the classes with the old names using class aliasing, we need to do the migration in one commit (at least for most part of it). This is due to the way SimpleSAMLphp checks data types, using inheritance to check objects agains abstract or more general classes. Even though class aliasing works, there's no way to replicate those relationships, and type checks that use the old class names will fail because the aliases are virtually new classes that don't inherit from others.
-
- Mar 09, 2016
-
-
Jaime Perez Crespo authored
-
- Nov 06, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
-
- Oct 11, 2015
-
-
Sergio Gómez authored
-
- Apr 22, 2015
-
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: redirectTrustedURL() to SimpleSAML\Utils\HTTP:: redirectTrustedURL() and deprecate the former.
-
- Apr 21, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::addURLparameter() to SimpleSAML\Utils\HTTP::addURLParameters() and deprecate the former.
-
- Jul 09, 2014
-
-
Thijs Kinkhorst authored
-
- Jan 27, 2014
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3333 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 17, 2014
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3326 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 09, 2011
-
-
Olav Morken authored
This patch makes it easier to override the finalStep()-function in subclasses by making sure that the casValidation()-function can be used from subclasses. Patch by Josselin Jacquard. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2886 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 30, 2010
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2660 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 12, 2010
-
-
Olav Morken authored
Module created by Danny Bollaert, UGent. It is based on www/auth/login-cas-ldap.php by Mads Freek, RUC. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2107 44740490-163a-0410-bde0-09ae8108e29a
-