summaryrefslogtreecommitdiffstats
path: root/Core/User/UserInterface.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the phpDoc of UserInterfaceJavier Eguiluz2016-01-251-1/+1
|
* Fix some annotatesbronze1man2013-09-191-0/+2
|
* [FrameworkBundle][Security] Replaced void return type with null for consistencyJakub Zalas2013-09-131-2/+0
|
* Fixed docblock in UserInterface::getSalt()Jannik Zschiesche2013-09-101-1/+1
| | | | | | | This method can return null, too. See the line above: > "This can return null if the password was not encoded using a salt."
* fixed CSFabien Potencier2012-07-091-5/+5
|
* [BC Break][Security] Moved user comparsion logic out of UserInterface As ↵Dariusz Górecki2012-01-101-15/+0
| | | | | | | | | | 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-091-0/+1
|
* [Security] Adding more extensive PHPDoc to UserInterface, ↵Ryan Weaver2012-01-071-2/+35
| | | | AdvancedUserInterface and UserProviderInterface
* [DoctrineBridge] fixed some CSFabien Potencier2011-12-131-0/+1
|
* [Security] various changes, see belowJohannes Schmitt2011-03-101-0/+67
- visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()