- Jun 25, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@709 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 24, 2008
-
-
Mads Freek Petersen authored
Made idp_name available for the consent template, translated it and used it as a replacement string for the 'consent_accept' string. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@708 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@699 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 23, 2008
-
-
Olav Morken authored
Thanks to Harald Hannelius for the original patch. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@696 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 20, 2008
-
-
Olav Morken authored
This service allows you to publish dynamically generated SAML 2.0 IdP metadata to a central repository, which can be queried by others. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@681 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 19, 2008
-
-
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 16, 2008
-
-
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
-
-
Anders Lund authored
Ignore one more config-file. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@654 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
-
-
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@643 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@638 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 11, 2008
-
-
Andreas Åkre Solberg authored
Adding support for having name and description in multiple language in metadata to be shown at the disco service git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@632 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@631 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 10, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@624 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@623 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 09, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@619 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 05, 2008
-
-
Olav Morken authored
The 'errorreportaddress' configuration option is now removed, and the user must set the 'technicalcontact_email' to enable error reporting. This patch introduces two new strings which should be translated, both in dict/errors.php: 'errorreport_header': Error report sent 'errorreport_text': The error report has been sent to the administrators. A more descriptive message should probably be set as the text. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@605 44740490-163a-0410-bde0-09ae8108e29a
-
- May 29, 2008
-
-
Andreas Åkre Solberg authored
Heavy update to the dictionary files. I have created scripts to populate dictionary files from the database. From now on language updates will be more frequent. Most importantly we now have Hrvatski and Magyar git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@584 44740490-163a-0410-bde0-09ae8108e29a
-
- May 11, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@536 44740490-163a-0410-bde0-09ae8108e29a
-
- Apr 28, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@528 44740490-163a-0410-bde0-09ae8108e29a
-
- Apr 24, 2008
-
-
Mads Freek Petersen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@514 44740490-163a-0410-bde0-09ae8108e29a
-
- Apr 14, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@497 44740490-163a-0410-bde0-09ae8108e29a
-
- Apr 03, 2008
-
-
Enrique de la Hoz authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@489 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 27, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@472 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@464 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@448 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@440 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Added nynorsk translation, and improvments to bokml and english. Contribution from Ingrid Melve. THanks. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@438 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@437 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@432 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@431 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 26, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@429 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@428 44740490-163a-0410-bde0-09ae8108e29a
-