summaryrefslogtreecommitdiffstats
path: root/Core/Exception
Commit message (Collapse)AuthorAgeFilesLines
* [Security] fixed English grammar in exception messageDouglas Greenshields2012-05-011-1/+1
|
* fixed CS (missing or misplaced license blocks)Eriksen Costa2012-04-021-2/+2
|
* updated license blocksEriksen Costa2012-03-311-3/+3
|
* [Security] Use LogoutException for invalid CSRF token in LogoutListenerJeremy Mikola2012-02-141-0/+25
| | | | | | On the advice of @schmittjoh, this commit adds a LogoutException class for use by LogoutListener if the CSRF token is invalid. The handling in the Security component's ExceptionListener is modeled after AccessDeniedException, which gets wrapped in an AccessDeniedHttpException in the absence of handler service or error page (I didn't think it was appropriate to re-use those for LogoutException).
* removed unused use statementsFabien Potencier2011-10-291-3/+0
|
* fixed CSFabien Potencier2011-06-084-4/+4
|
* added missing license headersFabien Potencier2011-05-311-0/+9
|
* [Security/Http] better error message when session times out, or cookies are ↵Johannes Schmitt2011-05-141-0/+27
| | | | disabled
* removed empty lines/trailing spacesBrikou CARRE2011-04-152-2/+2
|
* [Security] various changes, see belowJohannes Schmitt2011-03-102-3/+3
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-0617-31/+31
|
* corrected NonceExpiredException namespaceLukas Kahwe Smith2011-02-271-1/+1
|
* [Security/Http] Adds CSRF protection to the form-loginJohannes Schmitt2011-02-161-0/+12
|
* [Security] fixes a bug where authentication errors might have leaked ↵Johannes Schmitt2011-02-141-1/+23
| | | | confidential information
* [Security] bug fix in FormAuthenticationEntryPointJohannes M. Schmitt2011-02-021-1/+1
|
* namespace changesJohannes M. Schmitt2011-01-2617-0/+395
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http