Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Security] various changes, see below | Johannes Schmitt | 2011-03-10 | 1 | -269/+0 |
| | | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted() | ||||
* | replaced symfony-project.org by symfony.com | Fabien Potencier | 2011-03-06 | 1 | -2/+2 |
| | |||||
* | [Security] Allow authentication tokens to hold attributes | Jeremy Mikola | 2011-02-15 | 1 | -2/+65 |
| | |||||
* | [Security] Refactored security context, moved getUser() implementation to ↵ | Johannes Schmitt | 2011-02-12 | 1 | -3/+1 |
| | | | | templating | ||||
* | [Security] removed __toString() from AccountInterface | Johannes Schmitt | 2011-02-12 | 1 | -6/+6 |
| | |||||
* | [Security] fixed a Token serialization bug | Sebastian Utz | 2011-02-02 | 1 | -2/+11 |
| | |||||
* | namespace changes | Johannes M. Schmitt | 2011-01-26 | 1 | -0/+199 |
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http |