summaryrefslogtreecommitdiffstats
path: root/Core/User/InMemoryUserProvider.php
Commit message (Collapse)AuthorAgeFilesLines
* removed dots at the end of @param and @returnv2.7.15Fabien Potencier2016-06-281-1/+1
|
* CS: general fixesDariusz Ruminski2015-12-011-1/+1
|
* [Security] InMemoryUserProvider now concerns whether user's password is ↵Issei.M2015-08-101-11/+26
| | | | changed when refreshing
* made {@inheritdoc} annotations consistent across the boardFabien Potencier2014-04-161-2/+2
|
* Fixed English usage for existing users.Michael Genereux2013-10-241-1/+1
|
* [Security] Introduced `UsernameNotFoundException#get/setUsername`Alexander2013-01-071-1/+4
|
* Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-191-0/+2
|
* [Security] renamed UserProviderInterface::loadUser() to refreshUser()Fabien Potencier2011-06-161-1/+1
|
* [Phpdoc] Cleaning/fixingPascal Borreli2011-04-231-1/+0
|
* [Security] various changes, see belowJohannes Schmitt2011-03-101-8/+8
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-061-2/+2
|
* namespace changesJohannes M. Schmitt2011-01-261-0/+98
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http