Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed the phpDoc of UserInterface | Javier Eguiluz | 2016-01-25 | 1 | -1/+1 |
| | |||||
* | Fix some annotates | bronze1man | 2013-09-19 | 1 | -0/+2 |
| | |||||
* | [FrameworkBundle][Security] Replaced void return type with null for consistency | Jakub Zalas | 2013-09-13 | 1 | -2/+0 |
| | |||||
* | Fixed docblock in UserInterface::getSalt() | Jannik Zschiesche | 2013-09-10 | 1 | -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 CS | Fabien Potencier | 2012-07-09 | 1 | -5/+5 |
| | |||||
* | [BC Break][Security] Moved user comparsion logic out of UserInterface As ↵ | Dariusz Górecki | 2012-01-10 | 1 | -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 CS | Fabien Potencier | 2012-01-09 | 1 | -0/+1 |
| | |||||
* | [Security] Adding more extensive PHPDoc to UserInterface, ↵ | Ryan Weaver | 2012-01-07 | 1 | -2/+35 |
| | | | | AdvancedUserInterface and UserProviderInterface | ||||
* | [DoctrineBridge] fixed some CS | Fabien Potencier | 2011-12-13 | 1 | -0/+1 |
| | |||||
* | [Security] various changes, see below | Johannes Schmitt | 2011-03-10 | 1 | -0/+67 |
- visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted() |