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 | 1 | -1/+1 |
| | |||||
* | [Security] various changes, see below | Johannes Schmitt | 2011-03-10 | 1 | -8/+8 |
| | | | | | | - 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] 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 |