Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Security] fixed English grammar in exception message | Douglas Greenshields | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | fixed CS (missing or misplaced license blocks) | Eriksen Costa | 2012-04-02 | 1 | -2/+2 |
| | |||||
* | updated license blocks | Eriksen Costa | 2012-03-31 | 1 | -3/+3 |
| | |||||
* | [Security] Use LogoutException for invalid CSRF token in LogoutListener | Jeremy Mikola | 2012-02-14 | 1 | -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 statements | Fabien Potencier | 2011-10-29 | 1 | -3/+0 |
| | |||||
* | fixed CS | Fabien Potencier | 2011-06-08 | 4 | -4/+4 |
| | |||||
* | added missing license headers | Fabien Potencier | 2011-05-31 | 1 | -0/+9 |
| | |||||
* | [Security/Http] better error message when session times out, or cookies are ↵ | Johannes Schmitt | 2011-05-14 | 1 | -0/+27 |
| | | | | disabled | ||||
* | removed empty lines/trailing spaces | Brikou CARRE | 2011-04-15 | 2 | -2/+2 |
| | |||||
* | [Security] various changes, see below | Johannes Schmitt | 2011-03-10 | 2 | -3/+3 |
| | | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted() | ||||
* | replaced symfony-project.org by symfony.com | Fabien Potencier | 2011-03-06 | 17 | -31/+31 |
| | |||||
* | corrected NonceExpiredException namespace | Lukas Kahwe Smith | 2011-02-27 | 1 | -1/+1 |
| | |||||
* | [Security/Http] Adds CSRF protection to the form-login | Johannes Schmitt | 2011-02-16 | 1 | -0/+12 |
| | |||||
* | [Security] fixes a bug where authentication errors might have leaked ↵ | Johannes Schmitt | 2011-02-14 | 1 | -1/+23 |
| | | | | confidential information | ||||
* | [Security] bug fix in FormAuthenticationEntryPoint | Johannes M. Schmitt | 2011-02-02 | 1 | -1/+1 |
| | |||||
* | namespace changes | Johannes M. Schmitt | 2011-01-26 | 17 | -0/+395 |
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http |