summaryrefslogtreecommitdiffstats
path: root/Core/User
Commit message (Collapse)AuthorAgeFilesLines
* [Security] Fix CS + unreachable codeAlexander2013-01-071-1/+1
|
* [Security] Introduced `UsernameNotFoundException#get/setUsername`Alexander2013-01-072-3/+10
|
* [Security] Removed `get/setExtraInformation`, added `get/set(Token|User)`Alexander2013-01-071-4/+4
|
* [Security] Fix exception constructors called in `UserChecker`Alexander2013-01-071-4/+12
|
* Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-191-0/+2
|
* merged 2.0Fabien Potencier2012-07-231-0/+1
|\
| * Added missing propertyGrégoire Pineau2012-07-231-0/+1
| |
| * fixed CS (mainly method signatures)v2.0.16Fabien Potencier2012-07-094-15/+15
| |
* | fixed CSFabien Potencier2012-07-095-15/+15
| |
* | updated license blocksEriksen Costa2012-03-311-3/+3
| |
* | Add note about `AdvancedUserInterface`.Dariusz Górecki2012-01-101-0/+3
| |
* | Change names to EquatableDariusz Górecki2012-01-101-3/+3
| |
* | Suggested fixes ;)Dariusz Górecki2012-01-101-3/+5
| |
* | [BC Break][Security] Moved user comparsion logic out of UserInterface As ↵Dariusz Górecki2012-01-103-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 CSFabien Potencier2012-01-093-14/+29
|
* [Security] Adding more extensive PHPDoc to UserInterface, ↵Ryan Weaver2012-01-073-10/+87
| | | | AdvancedUserInterface and UserProviderInterface
* [DoctrineBridge] fixed some CSFabien Potencier2011-12-131-0/+1
|
* replace occurences of "an UserInteface" with "a UserInterface"Igor Wiedler2011-11-031-2/+2
|
* fixed CSFabien Potencier2011-10-291-1/+1
|
* CSAbhoryo2011-08-141-3/+4
|
* Search in others user providers when a user is not found in the first user ↵Abhoryo2011-08-141-2/+10
| | | | provider and throws the right exception.
* [Security] Moved EntityUserProvider to Doctrine Bridgemarc.weistroff2011-07-131-85/+0
|
* [Security] renamed UserProviderInterface::loadUser() to refreshUser()Fabien Potencier2011-06-164-6/+6
|
* fixed CSFabien Potencier2011-06-082-2/+2
|
* added missing license headersFabien Potencier2011-05-311-0/+9
|
* [Phpdoc] Cleaning/fixingPascal Borreli2011-04-231-1/+0
|
* $user* was refactored to $accout*Miha Vrhovnik2011-03-211-2/+2
|
* [Security] various changes, see belowJohannes Schmitt2011-03-109-81/+73
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-068-16/+16
|
* [Security] adds a chain user providerJohannes M. Schmitt2011-02-161-0/+70
|
* [Security] moved Security classes out of DoctrineBundle, cleaned-up ↵Johannes Schmitt2011-02-161-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 indentingJordi Boggiano2011-02-121-22/+22
|
* [Security] removed __toString() from AccountInterfaceJohannes Schmitt2011-02-121-7/+0
|
* namespace changesJohannes M. Schmitt2011-01-267-0/+537
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http