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
/
EntryPoint
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '2.8' into 3.0
Tobias Schultze
2015-12-15
1
-1
/
+1
|
\
|
*
Merge branch '2.7' into 2.8
Tobias Schultze
2015-12-15
1
-1
/
+1
|
|
\
|
|
*
Merge branch '2.3' into 2.7
Tobias Schultze
2015-12-15
1
-1
/
+11
|
|
|
\
|
|
|
*
[Security] backported phpdoc from Guard component.
Hugo Hamon
2015-12-10
1
-1
/
+11
*
|
|
|
[Security] remove deprecated HTTP digest auth key
Christian Flothmann
2015-11-28
1
-10
/
+0
|
/
/
/
*
|
|
Renamed key to secret
v2.8.0-BETA1
WouterJ
2015-11-07
1
-6
/
+16
*
|
|
Thanks fabbot!
Ryan Weaver
2015-09-20
1
-1
/
+1
*
|
|
Improving phpdoc on AuthenticationEntryPointInterface so people that implemen...
Ryan Weaver
2015-09-20
1
-3
/
+13
|
/
/
*
|
Merge branch '2.6' into 2.7
Fabien Potencier
2015-03-12
1
-1
/
+1
|
\
\
|
|
/
|
*
Php Inspections (EA Extended) - static code analysis includes:
Vladimir Reznichenko
2015-03-07
1
-1
/
+1
*
|
[DX] Attempt to improve logging messages with parameters
Iltar van der Berg
2015-01-16
1
-1
/
+1
|
/
*
made phpdoc types consistent with those defined in Hack
Fabien Potencier
2014-04-15
1
-1
/
+1
*
made types consistent with those defined in Hack
Fabien Potencier
2014-04-13
1
-1
/
+1
*
removed unneeded use statements
Fabien Potencier
2014-01-01
4
-4
/
+0
*
Merge branch '2.2' into 2.3
Fabien Potencier
2013-09-29
4
-1
/
+16
|
\
|
*
Added doc comments
Piotr Antosik
2013-09-19
4
-1
/
+16
*
|
Merge branch '2.2' into 2.3
Fabien Potencier
2013-09-19
1
-0
/
+1
|
\
\
|
|
/
|
*
Fix some annotates
bronze1man
2013-09-19
1
-0
/
+1
*
|
[Security] Return 401 when using use_forward for form authentication
Gunnar Lium
2013-03-23
1
-1
/
+6
|
/
*
Remove use of deprecated HttpKernel LoggerInterface
Jordi Boggiano
2013-01-09
1
-1
/
+1
*
[Security] removed the 401 error custom status message
Fabien Potencier
2012-11-06
2
-2
/
+2
*
fixed CS
Fabien Potencier
2012-07-09
1
-1
/
+1
*
fixed CS
Fabien Potencier
2012-05-18
1
-3
/
+3
*
fixed phpdoc @param alignment
Fabien Potencier
2012-05-15
1
-3
/
+3
*
removed unused use statements
Fabien Potencier
2011-11-24
1
-1
/
+0
*
Added missing method to HTTP Digest entry point
Stefano Sala
2011-09-06
1
-0
/
+10
*
[Security] Fix http retry authentication entry point
Antoine Hérault
2011-06-25
1
-1
/
+1
*
[Security] Fix http form authentication entry point
Antoine Hérault
2011-06-25
1
-1
/
+1
*
[Security] Fix http digest authentication entry point
Antoine Hérault
2011-06-25
1
-1
/
+1
*
[Security] Fix http basic authentication entry point
Antoine Hérault
2011-06-25
1
-1
/
+1
*
[Security] added an HttpUtils class to manage logic related to Requests and R...
Fabien Potencier
2011-06-22
1
-6
/
+7
*
[Security] fixed sub-requests creation (closes #1212)
Fabien Potencier
2011-06-08
1
-1
/
+3
*
Added the support of the locale in the login path and the check path
Christophe Coevoet
2011-06-06
1
-2
/
+3
*
[Phpdoc] Cleaning/fixing
Pascal Borreli
2011-04-23
1
-2
/
+2
*
[Security] fixed URL
Fabien Potencier
2011-04-12
1
-1
/
+1
*
[Security] removed un-needed event parameter from many interfaces
Johannes Schmitt
2011-03-18
5
-14
/
+13
*
[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
5
-11
/
+11
*
Merge remote branch 'symfony/master' into event-manager
Bernhard Schussek
2011-03-13
4
-19
/
+9
|
\
|
*
[Security] various changes, see below
Johannes Schmitt
2011-03-10
4
-19
/
+9
*
|
Renamed EventArgs classes and adapted remaining code to EventManager
Bernhard Schussek
2011-03-07
5
-11
/
+11
*
|
Merge remote branch 'symfony/master' into event-manager
Bernhard Schussek
2011-03-07
5
-10
/
+10
|
\
\
|
|
/
|
*
replaced symfony-project.org by symfony.com
Fabien Potencier
2011-03-06
5
-10
/
+10
*
|
Replaced EventDispatcher by Doctrine's EventManager implementation
Bernhard Schussek
2011-03-05
5
-12
/
+12
|
/
*
replaced Response::createRedirect by a new RedirectResponse class
Fabien Potencier
2011-02-21
2
-2
/
+4
*
remove response as a service
Fabien Potencier
2011-02-21
2
-8
/
+2
*
[Security] Refactored security context, moved getUser() implementation to tem...
Johannes Schmitt
2011-02-12
1
-1
/
+0
*
fixed previous commit
Fabien Potencier
2011-02-04
1
-1
/
+1
*
some fixes by just "blindly" trying to make phpStorm code analysis happier
Lukas Kahwe Smith
2011-02-04
2
-1
/
+2
*
[Security] bug fix in FormAuthenticationEntryPoint
Johannes M. Schmitt
2011-02-02
5
-8
/
+46
*
namespace changes
Johannes M. Schmitt
2011-01-26
4
-0
/
+231