Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Security] Moved EntityUserProvider to Doctrine Bridge | marc.weistroff | 2011-07-13 | 1 | -85/+0 |
| | |||||
* | [Security] renamed UserProviderInterface::loadUser() to refreshUser() | Fabien Potencier | 2011-06-16 | 4 | -6/+6 |
| | |||||
* | fixed CS | Fabien Potencier | 2011-06-08 | 2 | -2/+2 |
| | |||||
* | added missing license headers | Fabien Potencier | 2011-05-31 | 1 | -0/+9 |
| | |||||
* | [Phpdoc] Cleaning/fixing | Pascal Borreli | 2011-04-23 | 1 | -1/+0 |
| | |||||
* | $user* was refactored to $accout* | Miha Vrhovnik | 2011-03-21 | 1 | -2/+2 |
| | |||||
* | [Security] various changes, see below | Johannes Schmitt | 2011-03-10 | 9 | -81/+73 |
| | | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted() | ||||
* | replaced symfony-project.org by symfony.com | Fabien Potencier | 2011-03-06 | 8 | -16/+16 |
| | |||||
* | [Security] adds a chain user provider | Johannes M. Schmitt | 2011-02-16 | 1 | -0/+70 |
| | |||||
* | [Security] moved Security classes out of DoctrineBundle, cleaned-up ↵ | Johannes Schmitt | 2011-02-16 | 1 | -0/+85 |
| | | | | | | | | | | | | | | SecurityExtension accordingly Note that this commit removes the built-in support for MongoDB user providers. This code can be moved back in once there is a stable release for MongoDB, but for now you have to set-up that user provider just like you would set-up any custom user provider: security: providers: document_provider: id: my.mongo.provider | ||||
* | [Security] Fixed indenting | Jordi Boggiano | 2011-02-12 | 1 | -22/+22 |
| | |||||
* | [Security] removed __toString() from AccountInterface | Johannes Schmitt | 2011-02-12 | 1 | -7/+0 |
| | |||||
* | namespace changes | Johannes M. Schmitt | 2011-01-26 | 7 | -0/+537 |
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http |