index
:
symfony-security
master
origin/2.0
origin/2.1
origin/2.2
origin/2.3
origin/2.4
origin/2.5
origin/2.6
origin/2.7
origin/2.8
origin/3.0
origin/3.1
origin/3.2
origin/HEAD
origin/expression-voter-optim
origin/master
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
/
Http
/
Firewall
/
LogoutListener.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Form] Drop remaing CsrfProviderAdapter/Interface mentions
Nicolas Grekas
2015-11-28
1
-12
/
+3
*
deprecate finding deep items in request parameters
Christian Flothmann
2015-09-30
1
-1
/
+2
*
added type-hint
Fabien Potencier
2015-01-08
1
-9
/
+6
*
[Security] removed usage of the deprecated SecurityContextInterface
Fabien Potencier
2015-01-08
1
-10
/
+13
*
Merge branch '2.3' into 2.5
Fabien Potencier
2014-12-22
1
-2
/
+2
|
\
|
*
[2.3] CS And DocBlock Fixes
Graham Campbell
2014-12-22
1
-2
/
+2
*
|
Merge branch '2.3' into 2.5
v2.5.8
Fabien Potencier
2014-12-02
1
-1
/
+1
|
\
\
|
|
/
|
*
Docblock fixes
Graham Campbell
2014-11-30
1
-1
/
+1
*
|
Merge branch '2.3' into 2.5
Fabien Potencier
2014-10-26
1
-2
/
+2
|
\
\
|
|
/
|
*
Remove aligned '=>' and '='
Disquedur
2014-10-26
1
-2
/
+2
*
|
Merge branch '2.3' into 2.4
Fabien Potencier
2014-04-16
1
-1
/
+1
|
\
\
|
|
/
|
*
fixed types in phpdocs
Fabien Potencier
2014-04-16
1
-1
/
+1
|
*
Removed unused use statements.
Hugo Hamon
2013-10-16
1
-1
/
+0
*
|
Removed dead code (unused use statements).
Hugo Hamon
2013-10-16
1
-1
/
+0
*
|
[Security\Csrf] Split CsrfTokenGenerator into CsrfTokenManager and TokenGener...
v2.4.0-BETA1
Bernhard Schussek
2013-10-07
1
-11
/
+21
*
|
feature#6554 [Security] Added Security\Csrf sub-component with better token g...
Fabien Potencier
2013-09-30
1
-11
/
+11
|
\
\
|
|
/
|
/
|
|
*
[Security] Changed Security HTTP sub-component to depend on CSRF sub-componen...
Bernhard Schussek
2013-09-27
1
-11
/
+11
*
|
Added doc comments
Piotr Antosik
2013-09-19
1
-3
/
+2
|
/
*
Fix some annotates
bronze1man
2013-09-19
1
-0
/
+1
*
Fixed most of the docblocks/unused namespaces
Florin Patan
2012-12-19
1
-1
/
+3
*
[Security] Extract default logout success handling logic
Alexander
2012-07-14
1
-11
/
+5
*
fixed CS
Fabien Potencier
2012-05-18
1
-4
/
+4
*
fixed phpdoc @param alignment
Fabien Potencier
2012-05-15
1
-4
/
+4
*
[Security] Use LogoutException for invalid CSRF token in LogoutListener
Jeremy Mikola
2012-02-14
1
-2
/
+2
*
[Security] Allow LogoutListener to validate CSRF tokens
Jeremy Mikola
2012-02-14
1
-10
/
+29
*
[Security] Refactor LogoutListener constructor to take options
Jeremy Mikola
2012-02-14
1
-9
/
+9
*
[Security] made the logout path check configurable
Fabien Potencier
2011-12-23
1
-1
/
+18
*
merged 2.0
Fabien Potencier
2011-11-24
1
-1
/
+0
|
\
|
*
removed unused use statements
Fabien Potencier
2011-11-24
1
-1
/
+0
*
|
Removed redundant "@return void"-s
Helmer Aaviksoo
2011-10-07
1
-1
/
+0
|
/
*
[Security] added an HttpUtils class to manage logic related to Requests and R...
Fabien Potencier
2011-06-22
1
-8
/
+9
*
fixed CS
Fabien Potencier
2011-06-13
1
-1
/
+1
*
made logoutPath localizable as well
Ned Schwartz
2011-06-10
1
-1
/
+3
*
storing localized targetPath in a string as opposed to updating the attribute
Ned Schwartz
2011-06-10
1
-4
/
+3
*
In the spirit of 882a8e3f09c602a6f0ed3b5bd20e8d4688331500 allow for localized...
Ned Schwartz
2011-06-10
1
-0
/
+2
*
[Security] removed obsolete use statements
Fabien Potencier
2011-05-30
1
-1
/
+0
*
[Phpdoc] Cleaning/fixing
Pascal Borreli
2011-04-23
1
-3
/
+4
*
[Security] removed un-needed event parameter from many interfaces
Johannes Schmitt
2011-03-18
1
-1
/
+1
*
[Security] fixed typos
Fabien Potencier
2011-03-18
1
-2
/
+2
*
[Security] Fixed method names in the Firewall listeners
Bernhard Schussek
2011-03-17
1
-1
/
+1
*
Switched from Doctrine's EventManager implementation to the EventManager clon...
Bernhard Schussek
2011-03-13
1
-5
/
+5
*
Merge remote branch 'symfony/master' into event-manager
Bernhard Schussek
2011-03-13
1
-23
/
+5
|
\
|
*
[Security] removed core.security event
Johannes Schmitt
2011-03-11
1
-18
/
+0
|
*
[Security] various changes, see below
Johannes Schmitt
2011-03-10
1
-5
/
+5
*
|
Renamed EventArgs classes and adapted remaining code to EventManager
Bernhard Schussek
2011-03-07
1
-3
/
+3
*
|
Merge remote branch 'symfony/master' into event-manager
Bernhard Schussek
2011-03-07
1
-2
/
+2
|
\
\
|
|
/
|
*
replaced symfony-project.org by symfony.com
Fabien Potencier
2011-03-06
1
-2
/
+2
*
|
Replaced EventDispatcher by Doctrine's EventManager implementation
Bernhard Schussek
2011-03-05
1
-15
/
+13
|
/
*
replaced Response::createRedirect by a new RedirectResponse class
Fabien Potencier
2011-02-21
1
-1
/
+2
*
remove response as a service
Fabien Potencier
2011-02-21
1
-2
/
+1
*
[Security] adds logout success handler
Johannes Schmitt
2011-02-14
1
-3
/
+15
*
[Security] Refactored security context, moved getUser() implementation to tem...
Johannes Schmitt
2011-02-12
1
-3
/
+3
*
namespace changes
Johannes M. Schmitt
2011-01-26
1
-0
/
+105