Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Security] removed import of the UserInterface interface as it is unused in ↵ | hhamon | 2011-03-18 | 1 | -6/+4 |
| | | | | the file and fix some phpdoc. | ||||
* | [Security] small performance optimization | Johannes M. Schmitt | 2011-03-14 | 1 | -0/+4 |
| | |||||
* | re-added a __toString method for debugging purposes | Johannes Schmitt | 2011-03-12 | 2 | -0/+25 |
| | |||||
* | [Security] refactored remember-me code | Johannes M. Schmitt | 2011-03-11 | 2 | -10/+2 |
| | |||||
* | [Security] added some more tests | Johannes M. Schmitt | 2011-03-10 | 2 | -3/+16 |
| | |||||
* | [Security] various changes, see below | Johannes Schmitt | 2011-03-10 | 14 | -268/+231 |
| | | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted() | ||||
* | replaced symfony-project.org by symfony.com | Fabien Potencier | 2011-03-06 | 18 | -30/+30 |
| | |||||
* | [Security] added the 'key' attribute of RememberMeToken to serialized string ↵ | Bulat Shakirzyanov | 2011-03-04 | 1 | -0/+17 |
| | | | | to be stored in session | ||||
* | [Security] Copy token attributes when auth providers create a new token from ↵ | Jeremy Mikola | 2011-02-23 | 2 | -2/+8 |
| | | | | | | another PreAuthenticatedAuthenticationProvider and UserAuthenticationProvider tend to copy a token instead of modifying it during their authenticate() methods, which is probably a good idea if the token might be immutable. Ensure that the token's attributes get copied along with everything else. | ||||
* | [Security] Add providerKey to PreAuthenticatedToken tokens constructed by ↵ | Jeremy Mikola | 2011-02-15 | 1 | -1/+1 |
| | | | | PreAuthenticatedAuthenticationProvider | ||||
* | [Security] Allow authentication tokens to hold attributes | Jeremy Mikola | 2011-02-15 | 2 | -2/+107 |
| | |||||
* | [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] bug fix in FormAuthenticationEntryPoint | Johannes M. Schmitt | 2011-02-02 | 1 | -32/+0 |
| | |||||
* | [Security] fixed a Token serialization bug | Sebastian Utz | 2011-02-02 | 4 | -23/+12 |
| | |||||
* | namespace changes | Johannes M. Schmitt | 2011-01-26 | 21 | -0/+1549 |
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http |