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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Security] Fixed digest authentication
Vincent Simonin
2012-11-15
1
-5
/
+6
*
fixed undefined variable
v2.0.18
James Michael DuPont
2012-09-28
1
-1
/
+1
*
avoid fatal error on invalid session
v2.0.17
Kris Wallsmith
2012-08-07
1
-8
/
+15
*
fixed CS (mainly method signatures)
v2.0.16
Fabien Potencier
2012-07-09
13
-18
/
+18
*
tweaked the previous commit
Fabien Potencier
2012-06-16
1
-1
/
+1
*
[Security] Only redirect to urls called with http method GET
Uwe Jäger
2012-06-14
1
-1
/
+1
*
merged branch kepten/ticket_1813 (PR #3551)
v2.0.15
Fabien Potencier
2012-05-21
1
-2
/
+2
|
\
|
*
[HttpFoundation] HTTP Basic authentication is broken with PHP as cgi/fastCGI ...
kepten
2012-04-20
1
-2
/
+2
*
|
fixed CS
Fabien Potencier
2012-05-18
6
-18
/
+18
*
|
fixed phpdoc @param alignment
v2.0.14
Fabien Potencier
2012-05-15
5
-17
/
+17
*
|
use SecurityContextInterface instead of SecurityContext
v2.0.13
Pierre Minnieur
2012-03-09
2
-5
/
+5
|
/
*
fixed CS
v2.0.10
Fabien Potencier
2012-01-17
1
-1
/
+1
*
fixed CS
Fabien Potencier
2011-12-18
1
-1
/
+1
*
[DoctrineBridge] fixed some CS
Fabien Potencier
2011-12-13
11
-2
/
+25
*
check for session before trying to authentication details
Matt Lehner
2011-12-02
1
-0
/
+4
*
removed unused use statements
Fabien Potencier
2011-11-24
6
-6
/
+0
*
[Security] fixed HttpUtils::checkRequestPath() to not catch all exceptions (c...
v2.0.6
Fabien Potencier
2011-11-14
1
-1
/
+5
*
merged branch snc/issue-1798 (PR #2528)
Fabien Potencier
2011-11-10
1
-0
/
+8
|
\
|
*
Remove only the security token instead of the session cookie.
H. Westphal
2011-11-01
1
-7
/
+6
|
*
Clear session cookie if user was deleted, is disabled or locked to prevent in...
H. Westphal
2011-10-31
1
-1
/
+10
*
|
[Security] Fix checkRequestPath doc; closes #2323
Jeremy Mikola
2011-11-07
1
-1
/
+1
*
|
replace occurences of "an UserInteface" with "a UserInterface"
Igor Wiedler
2011-11-03
1
-1
/
+1
|
/
*
removed unused use statements
Fabien Potencier
2011-10-29
7
-11
/
+0
*
merged branch helmer/target_path (PR #2228)
Fabien Potencier
2011-09-25
1
-2
/
+7
*
Fixed the creation of the subrequests
Christophe Coevoet
2011-09-18
1
-0
/
+3
*
Added missing method to HTTP Digest entry point
Stefano Sala
2011-09-06
1
-0
/
+10
*
increased visibility of httpUtils property
Johannes Schmitt
2011-08-18
1
-1
/
+2
*
Using the $status parameter instead of fixed value when creating a RedirectRe...
v2.0.0
Henrik Westphal
2011-07-24
1
-1
/
+1
*
fixes #1659
Johannes Schmitt
2011-07-19
1
-0
/
+5
*
fixes several bugs
Johannes Schmitt
2011-07-19
1
-15
/
+42
*
merged branch schmittjoh/abstractAuthenticationListener (PR #1683)
Fabien Potencier
2011-07-13
1
-8
/
+8
|
\
|
*
[Security] changed order of checks to check for more specific things first
Johannes Schmitt
2011-07-13
1
-8
/
+8
*
|
[Security] fixes #1329
Johannes Schmitt
2011-07-13
1
-1
/
+1
*
|
Added a AccessDeniedHttpException to wrap the AccessDeniedException.
Christophe Coevoet
2011-07-11
1
-5
/
+6
*
|
[Security] fixed redirection URLs when using {_locale} in the pattern
Fabien Potencier
2011-07-11
1
-0
/
+13
*
|
[Security] tweaked previous commit
Fabien Potencier
2011-07-05
1
-0
/
+1
*
|
[Security] removed a hack
Fabien Potencier
2011-07-05
1
-9
/
+14
*
|
[Security] reverted change from previous merge
Fabien Potencier
2011-07-04
1
-0
/
+6
*
|
merged branch Herzult/testSecurity (PR #1447)
Fabien Potencier
2011-07-04
3
-10
/
+2
|
\
\
|
|
/
|
/
|
|
*
[Security] Remove useless attribute in basic authentication listener & test it
Antoine Hérault
2011-06-26
1
-6
/
+0
|
*
[Security] Update access listener constructor's prototype and add tests
Antoine Hérault
2011-06-26
1
-2
/
+2
|
*
[Security] Remove useless attribute & var in firewall
Antoine Hérault
2011-06-25
1
-2
/
+0
*
|
[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
6
-30
/
+135
*
Renamed core.* events to kernel.* and CoreEvents to KernelEvents
Jordi Boggiano
2011-06-21
6
-11
/
+8
*
[Security] renamed UserProviderInterface::loadUser() to refreshUser()
Fabien Potencier
2011-06-16
1
-1
/
+1
*
made some tweaks to error levels
Fabien Potencier
2011-06-15
4
-7
/
+7
*
[Security] reverted some changes from previous merge
Fabien Potencier
2011-06-15
1
-4
/
+1
*
merged branch kaiwa/loglevel (PR #1073)
Fabien Potencier
2011-06-15
10
-18
/
+21
|
\
|
*
Checked log levels
kaiwa
2011-05-27
10
-18
/
+21
*
|
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
*
|
fixed CS
Fabien Potencier
2011-06-08
16
-16
/
+16
*
|
fixed CS
Fabien Potencier
2011-06-08
1
-0
/
+2
*
|
[Security] fixed sub-requests creation (closes #1212)
Fabien Potencier
2011-06-08
3
-3
/
+5
*
|
Added the support of the locale in the login path and the check path
Christophe Coevoet
2011-06-06
2
-7
/
+10
*
|
[Security/Http] removed irrelevant code
Johannes M. Schmitt
2011-06-03
1
-2
/
+0
*
|
added missing license headers
Fabien Potencier
2011-05-31
7
-0
/
+63
*
|
merged origin/master
Fabien Potencier
2011-05-31
1
-1
/
+1
|
\
\
|
*
|
[Security] fixed wrong function call
Fabien Potencier
2011-05-30
1
-1
/
+1
*
|
|
merged origin/master
Fabien Potencier
2011-05-30
2
-2
/
+11
|
\
\
\
|
|
/
/
|
*
|
Merge branch 'master' of http://github.com/symfony/symfony into security
Johannes M. Schmitt
2011-05-30
1
-5
/
+10
|
|
\
\
|
*
\
\
Merge branch 'master' of git://github.com/symfony/symfony into security
Johannes Schmitt
2011-05-28
1
-0
/
+1
|
|
\
\
\
|
*
|
|
|
[Security/Http] use deep parameter for CSRF parameter
Johannes Schmitt
2011-05-18
1
-1
/
+1
|
*
|
|
|
Merge remote branch 'origin/master' into security
Johannes Schmitt
2011-05-18
1
-2
/
+2
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
[Security/Http] better error message when session times out, or cookies are d...
Johannes Schmitt
2011-05-14
1
-0
/
+9
|
*
|
|
|
[Security/Http] {_locale} can be used as placeholder in target path generation
Johannes Schmitt
2011-05-14
1
-1
/
+1
*
|
|
|
|
[Security] fixed event names
Fabien Potencier
2011-05-30
5
-7
/
+7
*
|
|
|
|
[Security] removed obsolete use statements
Fabien Potencier
2011-05-30
6
-6
/
+0
*
|
|
|
|
renamed constants to upper cased
Fabien Potencier
2011-05-30
2
-2
/
+2
*
|
|
|
|
Merge remote branch 'Seldaek/events' into events1
Fabien Potencier
2011-05-30
7
-19
/
+19
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Update Core and Security events to latest model
Jordi Boggiano
2011-05-26
7
-18
/
+18
|
*
|
|
|
[EventDispatcher] Allow registration of arbitrary callbacks
Jordi Boggiano
2011-05-26
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
[Various] Fixed phpdoc
Pascal Borreli
2011-05-29
1
-5
/
+10
|
|
_
|
/
|
/
|
|
*
|
|
[Security] Adding tests and then fixing bug where ContextListener did no logging
Ryan Weaver
2011-05-26
1
-0
/
+1
|
/
/
*
|
[Security] updated with "intention"
Kris Wallsmith
2011-05-16
1
-2
/
+2
|
/
*
[Security] use deep flag when retrieving username + password
Johannes Schmitt
2011-05-10
2
-3
/
+3
*
[Security][HttpFoundation] splits Request::hasSession() into hasSession(), an...
Johannes Schmitt
2011-05-05
1
-1
/
+1
*
[Phpdoc] Cleaning/fixing
Pascal Borreli
2011-04-23
9
-28
/
+32
*
Merge remote branch 'bschussek/form-extensions'
Fabien Potencier
2011-04-23
1
-1
/
+1
|
\
|
*
[Form] Reorganized code into "form extensions"
Bernhard Schussek
2011-04-22
1
-1
/
+1
*
|
Fixed various typo
Pascal Borreli
2011-04-22
2
-2
/
+2
|
/
*
fixes a bug in the SwitchUserListener
Johannes M. Schmitt
2011-04-19
1
-1
/
+4
*
[Security] fixed URL
Fabien Potencier
2011-04-12
1
-1
/
+1
*
[Security] Remove unneeded and invalid use statement
Jordi Boggiano
2011-04-05
1
-1
/
+0
*
[SecurityBundle] fixed missing argument EventDisplatcher in RememberMe service
Alexey Popkov
2011-03-24
2
-0
/
+2
*
[Security] Removed useless method call
Christophe Coevoet
2011-03-23
1
-2
/
+0
*
[Security] Fixed some listeners not updated after the event refactoring
Christophe Coevoet
2011-03-22
3
-5
/
+5
*
Merge remote branch 'mvrhov/variousFixes'
Fabien Potencier
2011-03-21
1
-2
/
+0
|
\
|
*
removed unecessary use statements (ExceptionEvent was also undefined namespace)
Miha Vrhovnik
2011-03-21
1
-2
/
+0
*
|
Merge branch 'interactive-login-event' of git://github.com/yethee/symfony int...
Johannes M. Schmitt
2011-03-21
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
[Security] Added a type hint.
Deni
2011-03-19
1
-1
/
+2
*
|
Fixing failure on forward which was broken by Event refactoring
Miha Vrhovnik
2011-03-19
1
-1
/
+1
*
|
fix to use setException
Amal Raghav
2011-03-19
1
-2
/
+2
|
/
*
Merge remote branch 'schmittjoh/security'
Fabien Potencier
2011-03-18
1
-1
/
+1
|
\
[next]