summaryrefslogtreecommitdiffstats
path: root/modules/multiauth/www/selectsource.php
Commit message (Collapse)AuthorAgeFilesLines
* Clean one-liner comments.Jaime Perez Crespo2015-11-061-1/+1
|
* s/simpleSAMLphp/SimpleSAMLphp/gJaime Perez Crespo2015-11-061-1/+1
| | | | (being respectful with occurences that might change the behaviour, i.e. default database prefixes)
* Duplicate the $state['SimpleSAML_Auth_Default.*'] entries to ↵Jaime Perez Crespo2015-08-311-2/+2
| | | | $state['SimpleSAML_Auth_Source.*'] where needed, while we are transitioning to 2.0. Leave those that will be removed in SimpleSAML_Auth_Default. Move the rest of the code to the new entries in the state array.
* Solve a security issue with some modules (not validating URLs we are ↵Jaime Perez Crespo2015-02-271-8/+1
| | | | redirecting to) by moving the check to the SimpleSAML_Auth_State::loadState() method.
* Remove trailing PHP close tags. Closes #59.Jaime Perez2015-01-151-2/+0
|
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-091-1/+0
|
* Fix for bug introduced in r3332.Jaime Pérez Crespo2014-01-281-3/+3
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3336 44740490-163a-0410-bde0-09ae8108e29a
* Followup on previous commits. Use redirectUntrustedURL() as a shortcut, and ↵Jaime Pérez Crespo2014-01-241-0/+6
| | | | | | let everything else make use of redirectTrustedURL(). Move the responsibility to check the input out of the library, to the places where URLs are grabbed from input parameters. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3332 44740490-163a-0410-bde0-09ae8108e29a
* multiauth: Fix bug that breaks compatibility with old IE versions.Olav Morken2012-09-131-1/+13
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3160 44740490-163a-0410-bde0-09ae8108e29a
* multiauth: Move focus to the last selected authsource.Olav Morken2011-09-071-0/+15
| | | | | | | | | This patch changes multiauth to display a list of buttons, and moves focus to the last authsource selected. Thanks to Lorenzo Gil Sanchez for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2894 44740490-163a-0410-bde0-09ae8108e29a
* multiauth: Add multiauth:preselect authentication parameter.Olav Morken2011-08-101-0/+3
| | | | | | Thanks to Josselin Jacquard for implementing this. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2887 44740490-163a-0410-bde0-09ae8108e29a
* Add multiauth module.Olav Morken2009-09-301-0/+34
Add the multiauth module, which allows the user to choose the authentication source that should be used for authentication. This module was created by Lorenzo Gil. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1805 44740490-163a-0410-bde0-09ae8108e29a