- Nov 02, 2015
-
-
Jaime Perez Crespo authored
-
- Oct 26, 2015
-
-
Tyler Antonio authored
-
- Oct 23, 2015
-
-
Thijs Kinkhorst authored
-
- Oct 11, 2015
-
-
Sergio Gómez authored
-
- Sep 29, 2015
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
-
Jeff Krug authored
to a default value and then executing a test to change it. Added some very basic tests for the AttributeAlter module.
-
Jeff Krug authored
Fixed a bug in how %replace is handled when 'target' is specified to avoid multiple attribute values instead of replacing the attribute value.
-
- Sep 07, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Update jQuery version to the latest 1.8.x. Make those templates specifying a version to stop doing it. This resolves #24, at least for some time.
-
- Aug 31, 2015
-
-
Jaime Perez Crespo authored
Revert the new configuration option for the core:PHP authproc. Since we need to serialize authprocs and SP metadata in the state array, and closures are not serializable, it doesn't work. We could create a new module with this, adding a dependency on opis/closure 2.0.* or equivalent, to be able to serialize closures.
-
- Aug 25, 2015
-
-
Jaime Perez Crespo authored
-
- Aug 14, 2015
-
-
Thijs Kinkhorst authored
-
- Jul 31, 2015
-
-
Jaime Perez Crespo authored
Reformat the PHP authproc filter. Add a new 'function' option that allows to define an anonymous function. Deprecated the old 'code' function. Add tests.
-
- Jul 21, 2015
-
-
Jaime Perez Crespo authored
SimpleSAMLphp no longer requires mcrypt, it will only be needed depending on the configuration, so mark it as optional.
-
- Jul 03, 2015
-
-
Hanne Moa authored
$t - not grep-safe, used in 3rd party libs for other things $template - only used for templates last I checked
-
- May 27, 2015
-
-
Thijs Kinkhorst authored
Since PHP 5.3 is required, there's no need to treat users of 5.1.2-5.2 specially. Also we can safely use LDAP_OPT_NETWORK_TIMEOUT now.
-
Thijs Kinkhorst authored
-
- May 26, 2015
-
-
Thijs Kinkhorst authored
It has never really gained traction and is now superseeded by the composer module installer.
-
- Apr 22, 2015
-
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: redirectUntrustedURL() to SimpleSAML\Utils\HTTP:: redirectUntrustedURL() and deprecate the former.
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: checkURLAllowed() to SimpleSAML\Utils\HTTP:: checkURLAllowed() and deprecate the former.
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: redirectTrustedURL() to SimpleSAML\Utils\HTTP:: redirectTrustedURL() and deprecate the former.
-
- Apr 21, 2015
-
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: setCookie() to SimpleSAML\Utils\HTTP:: setCookie() and deprecate the former.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::normalizeURL() to SimpleSAML\Utils\HTTP::normalizeURL() and deprecate the former.
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::selfURLNoQuery() to SimpleSAML\Utils\HTTP::getSelfURLNoQuery() and deprecate the former.
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:::getBaseURL() to SimpleSAML\Utils\HTTP::getBaseURL() and deprecate the former.
-
Jaime Perez Crespo authored
-
- Apr 20, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Apr 16, 2015
-
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::getAdminLoginURL() to SimpleSAML_Utils_Auth::getAdminLoginURL(). Deprecate the former and stop using it.
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::requireAdmin() to SimpleSAML_Utils_Auth::requireAdmin(). Deprecate the former and stop using it.
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::isAdmin() to SimpleSAML_Utils_Auth::isAdmin(). Deprecate the former and stop using it.
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::getSecretSalt() to SimpleSAML_Utils_Config::getSecretSalt(). Deprecate the former and stop using it.
-
Jaime Perez Crespo authored
Mark the old ones as deprecated and schedule them for removal in 2.0.
-
- Apr 15, 2015
-
-
Jaime Perez Crespo authored
Schedule SimpleSAML_Utilities:: arrayize() for removal.
-
Jaime Perez Crespo authored
-