Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Security] Fix CS + unreachable code | Alexander | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | [Security] Introduced `UsernameNotFoundException#get/setUsername` | Alexander | 2013-01-07 | 2 | -3/+10 |
| | |||||
* | [Security] Removed `get/setExtraInformation`, added `get/set(Token|User)` | Alexander | 2013-01-07 | 1 | -4/+4 |
| | |||||
* | [Security] Fix exception constructors called in `UserChecker` | Alexander | 2013-01-07 | 1 | -4/+12 |
| | |||||
* | Fixed most of the docblocks/unused namespaces | Florin Patan | 2012-12-19 | 1 | -0/+2 |
| | |||||
* | merged 2.0 | Fabien Potencier | 2012-07-23 | 1 | -0/+1 |
|\ | |||||
| * | Added missing property | Grégoire Pineau | 2012-07-23 | 1 | -0/+1 |
| | | |||||
| * | fixed CS (mainly method signatures)v2.0.16 | Fabien Potencier | 2012-07-09 | 4 | -15/+15 |
| | | |||||
* | | fixed CS | Fabien Potencier | 2012-07-09 | 5 | -15/+15 |
| | | |||||
* | | updated license blocks | Eriksen Costa | 2012-03-31 | 1 | -3/+3 |
| | | |||||
* | | Add note about `AdvancedUserInterface`. | Dariusz Górecki | 2012-01-10 | 1 | -0/+3 |
| | | |||||
* | | Change names to Equatable | Dariusz Górecki | 2012-01-10 | 1 | -3/+3 |
| | | |||||
* | | Suggested fixes ;) | Dariusz Górecki | 2012-01-10 | 1 | -3/+5 |
| | | |||||
* | | [BC Break][Security] Moved user comparsion logic out of UserInterface As ↵ | Dariusz Górecki | 2012-01-10 | 3 | -55/+32 |
|/ | | | | | | | | | | discussed on IRC meetings and in PR #2669 I came up with implementation. This is option2, I think more elegant. BC break: yes Feature addition: no/feature move Symfony2 test pass: yes Symfony2 test written: yes Todo: feedback needed | ||||
* | fixed CS | Fabien Potencier | 2012-01-09 | 3 | -14/+29 |
| | |||||
* | [Security] Adding more extensive PHPDoc to UserInterface, ↵ | Ryan Weaver | 2012-01-07 | 3 | -10/+87 |
| | | | | AdvancedUserInterface and UserProviderInterface | ||||
* | [DoctrineBridge] fixed some CS | Fabien Potencier | 2011-12-13 | 1 | -0/+1 |
| | |||||
* | replace occurences of "an UserInteface" with "a UserInterface" | Igor Wiedler | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | fixed CS | Fabien Potencier | 2011-10-29 | 1 | -1/+1 |
| | |||||
* | CS | Abhoryo | 2011-08-14 | 1 | -3/+4 |
| | |||||
* | Search in others user providers when a user is not found in the first user ↵ | Abhoryo | 2011-08-14 | 1 | -2/+10 |
| | | | | provider and throws the right exception. | ||||
* | [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 |