- Jun 08, 2016
-
-
Jaime Perez Crespo authored
Change the extension of the documentation files from .txt to .md so that they can processed as markdown and displayed in github.
-
Jaime Perez Crespo authored
Update the documentation regarding translation (remove all references to the translation portal, reformat and fix typos).
-
Jaime Perez Crespo authored
Update the documentation. Trailing slashes are no longer required for 'baseurlpath'. This resolves #363.
-
- Jun 02, 2016
-
-
Jon Dufresne authored
Fixes #379
-
- May 11, 2016
-
-
Ryan McAllen authored
-
- Apr 07, 2016
-
-
Jaime Perez Crespo authored
Add a method to SimpleSAMLphp_SessionHandlerPHP to restore a session existing previously to our own session. This can be used in SimpleSAML_Session to restore the PHP session status previous to calling our API, while also guaranteeing that our session is correctly saved. The documentation has been updated to reflect this and recommend how to deal with conflicting PHP sessions. This closes #244 and resolves #349.
-
- Mar 09, 2016
-
-
Jaime Perez Crespo authored
-
- Mar 02, 2016
-
-
Jaime Perez Crespo authored
-
- Feb 18, 2016
-
-
Jaime Perez Crespo authored
-
- Jan 15, 2016
-
-
restena-sw authored
-
- Dec 24, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Dec 15, 2015
-
-
Thijs Kinkhorst authored
* Remove 404 link to SSP news; this is covered on simplesamlphp.org now. * Make screenshots link relative, so docs don't trigger insecure content warnings. * Compress png images.
-
- Nov 06, 2015
-
-
Jaime Perez Crespo authored
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
-
Jaime Perez Crespo authored
This reverts commit 09c5a23f.
-
- Nov 05, 2015
-
-
Thijs Kinkhorst authored
SHA-1 is still supported but needs to be configured explicitly if you need it.
-
- Oct 27, 2015
-
-
Jaime Perez Crespo authored
-
- Oct 24, 2015
-
-
Thijs Kinkhorst authored
-
- Oct 21, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Oct 07, 2015
-
-
dialogik authored
-
- Sep 24, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Sep 07, 2015
-
-
Jaime Perez Crespo authored
-
- Aug 31, 2015
-
-
Jaime Perez Crespo authored
-
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 30, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Added support for the full SCHAC 1.5.0 schema, including new attribute mappings between the old namespace in TERENA and the new urn:schac namespace.
-
- Aug 27, 2015
-
-
Jaime Perez Crespo authored
-
- Aug 12, 2015
-
-
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 05, 2015
-
-
Jaime Perez Crespo authored
Add a 'hide.from.discovery' configuration option for remote IdP metadata. This allows to hide an IdP from the discovery service. Defaults to false, so every IdP in the metadata that doesn't have this option set to true will be listed.
-
- Jul 24, 2015
-
-
Jaime Perez Crespo authored
-