- Jun 20, 2008
-
-
Olav Morken authored
SAML2.0 IdP metadata generator: The SingleSingOnService and SingleLogoutService elements should not have the attributes "index" and "isDefault". git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@677 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Added SimpleSAML_XML_Errors class as a helper class for fetching errors from the XML parsing library. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@676 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@675 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@674 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 19, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@673 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@672 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@671 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 18, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@670 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@669 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@668 44740490-163a-0410-bde0-09ae8108e29a
-
Lasse Birnbaum Jensen authored
Added options to configure processname for logging. Usefull when having multiple installations on the same machine. Processname in the log is determined by the 'logging.processname' configuration key. It defaults to "simpleSAMLphp" if not set. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@667 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 17, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@666 44740490-163a-0410-bde0-09ae8108e29a
-
Lasse Birnbaum Jensen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@665 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Currently up to date as of revision 663. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@664 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 16, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@663 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@662 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@661 44740490-163a-0410-bde0-09ae8108e29a
-
Anders Lund authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@660 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@659 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@658 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@657 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@656 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 13, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@655 44740490-163a-0410-bde0-09ae8108e29a
-
Anders Lund authored
Ignore one more config-file. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@654 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@653 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
A config option is added which enables this: 'idpdisco.enableremember' A checkbox allowing the user to save his choice of IdP appears on the IdP selection page if this option is enabled. This patch breaks backwards-compatibility for the selectidp-links page. Also, the selectidp-dropdown page must be modified to show the checkboxk. An additional page (https://.../simplesaml/cleardiscochoices.php) has been added to make it possible to delete the current IdP choices. There are also some dictionary updates which are not part of this patch: frontpage.php: + 'link_cleardiscochoices' => array ( + 'en' => 'Delete my choices of IdP in the IdP discovery services', + 'no' => 'Slett mitt valg av IdP i IdP discovery tjenestene', + ), disco.php: + 'remember' => array ( + 'en' => 'Remember my choice', + 'no' => 'Husk mitt valg', + ), git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@652 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@651 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 12, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@650 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@649 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@648 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@647 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
previous autofocus implementations to use this script. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@646 44740490-163a-0410-bde0-09ae8108e29a
-
Anders Lund authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@645 44740490-163a-0410-bde0-09ae8108e29a
-
Anders Lund authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@644 44740490-163a-0410-bde0-09ae8108e29a
-
Anders Lund authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@643 44740490-163a-0410-bde0-09ae8108e29a
-
Anders Lund authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@642 44740490-163a-0410-bde0-09ae8108e29a
-
Anders Lund authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@641 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@640 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@639 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@638 44740490-163a-0410-bde0-09ae8108e29a
-