index
:
simplesamlphp
master
origin/HEAD
origin/errorcode-class
origin/feature/consistently-treat-scopes-with-multiple-at
origin/feature/interface-cleanup
origin/master
origin/release_1_0
origin/simplesamlphp-1.0
origin/simplesamlphp-1.10
origin/simplesamlphp-1.11
origin/simplesamlphp-1.12
origin/simplesamlphp-1.13
origin/simplesamlphp-1.14
origin/simplesamlphp-1.4
origin/simplesamlphp-1.5
origin/simplesamlphp-1.6
origin/simplesamlphp-1.7
origin/simplesamlphp-1.8
origin/simplesamlphp-1.9
origin/ssoservice-merge
origin/twigified
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
SimpleSAML
/
Auth
/
Source.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the classes in lib/SimpleSAML/ too.
Jaime Perez Crespo
2016-03-09
1
-2
/
+2
*
Duplicate the $state['SimpleSAML_Auth_Default.*'] entries to $state['SimpleSA...
Jaime Perez Crespo
2015-08-31
1
-11
/
+16
*
Take back the migration of SimpleSAML_Auth_Default::initLogout(), initLogoutR...
Jaime Perez Crespo
2015-08-31
1
-65
/
+0
*
Move SimpleSAML_Auth_Default::initLogout() to SimpleSAML_Auth_Source and depr...
Jaime Perez Crespo
2015-08-30
1
-0
/
+20
*
Move SimpleSAML_Auth_Default::initLogoutReturn() to SimpleSAML_Auth_Source an...
Jaime Perez Crespo
2015-08-30
1
-0
/
+29
*
Move SimpleSAML_Auth_Default::logoutCompleted() to SimpleSAML_Auth_Source and...
Jaime Perez Crespo
2015-08-30
1
-0
/
+16
*
SimpleSAML_Auth_Source::loginCompleted() needs to be declared public, as it i...
Jaime Perez Crespo
2015-08-30
1
-1
/
+1
*
Deprecate SimpleSAML_Default::logoutCallback() and move it to SimpleSAML_Auth...
Jaime Perez Crespo
2015-08-30
1
-0
/
+25
*
Refactor SimpleSAML_Auth_State::extractPersistentAuthState() to getPersistent...
Jaime Perez Crespo
2015-08-25
1
-1
/
+1
*
The state array should not be modified after extracting (getting) the persist...
Jaime Perez Crespo
2015-08-25
1
-2
/
+1
*
Remove assertion no longer needed.
Jaime Perez Crespo
2015-08-25
1
-1
/
+0
*
Deprecate SimpleSAML_Default::initLogin() and move it to SimpleSAML_Auth_Sour...
Jaime Perez Crespo
2015-08-12
1
-0
/
+50
*
Deprecate SimpleSAML_Default::loginCompleted() and move it to SimpleSAML_Auth...
Jaime Perez Crespo
2015-08-12
1
-0
/
+32
*
Resolve duplication of code.
Jaime Perez Crespo
2015-08-04
1
-12
/
+21
*
Fix phpdoc comments in SimpleSAML_SessionHandlerCookie plus a couple other mi...
Jaime Perez Crespo
2015-08-04
1
-1
/
+1
*
Reformat SimpleSAML_Auth_Source.
Jaime Perez Crespo
2015-08-03
1
-344
/
+367
*
Fix phpdoc comments for SimpleSAML_Auth_Source.
Jaime Perez Crespo
2015-08-03
1
-23
/
+26
*
Manually remove logout callbacks data from the session on the SP (instead of ...
Jaime Perez Crespo
2015-01-20
1
-1
/
+2
*
Remove trailing PHP close tags. Closes #59.
Jaime Perez
2015-01-15
1
-2
/
+0
*
Drop obsolete SVN $Id$ keywords.
Thijs Kinkhorst
2014-07-09
1
-1
/
+0
*
Rename SimpleSAML_Session::getInstance() to SimpleSAML_Session::getSessionFro...
Jaime Perez
2014-07-08
1
-3
/
+3
*
SimpleSAML_Auth_Source::getSourcesOfType(): Fix typo in variable name.
Olav Morken
2013-01-10
1
-1
/
+1
*
Add reauthentication infrastructure.
Olav Morken
2011-05-24
1
-0
/
+20
*
Fix for IdP-first flow logout (issue 397).
Andjelko Horvat
2011-05-18
1
-0
/
+3
*
SimpleSAML_Auth_Source: Add $type parameter to getById().
Olav Morken
2009-09-24
1
-3
/
+23
*
SimpleSAML_Auth_Source: Add getAuthId().
Olav Morken
2009-09-03
1
-0
/
+11
*
SimpleSAML_Auth_Source: Add getSourcesOfType().
Olav Morken
2009-09-03
1
-0
/
+33
*
SimpleSAML_Auth_Source: Add getSources()-function.
Olav Morken
2009-08-28
1
-0
/
+14
*
SimpleSAML_Auth_Source: Use getArray() instead of getValue().
Olav Morken
2009-08-17
1
-5
/
+1
*
Configuration: replace in-tree uses of copyFromBase and init with getConfig a...
Olav Morken
2009-02-26
1
-2
/
+1
*
Auth/{Source,Default}: add support for logout callbacks, for receiving extern...
Olav Morken
2008-11-10
1
-0
/
+75
*
Auth/Source: Add support for authsource logout handlers
Olav Morken
2008-10-20
1
-0
/
+43
*
Support authentication source modules.
Olav Morken
2008-08-18
1
-0
/
+140