summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/Token/UsernamePasswordToken.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2'Nicolas Grekas2016-12-081-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.2: (51 commits) [FrameworkBundle] [Workflow] Fix service marking store configuration Fix merge [Validator] add class name to the cache key [Serializer] Remove AbstractObjectNormalizer::isAttributeToNormalize Throw less misleading exception when property access not found [Twig] Fix deprecations with Twig 1.29 [FrameworkBundle] Fix validation cache warmer with failing or missing classes Fixed typo [FrameworkBundle] Removed the kernel.debug parameter from the cache pool namespace seed Fix email address fix the docblock in regard to the role argument [Bridge\Twig] Trigger deprecation when using FormExtension::$renderer Don't use the "app" global variable in the profiler [VarDumper] fix tests when xdebug is enabled Fix merge FIXED NON EXISTING TYPE DECLARATION [Form] Add failing test for data collector bug [Cache] Fix dumping SplDoublyLinkedList iter mode [Form] Fix FormDataCollector Ignore missing 'debug.file_link_formatter' service in Debug and Twig bundles ...
| * fix the docblock in regard to the role argumentv2.7.22Christian Flothmann2016-12-061-1/+1
| |
* | [Security] deprecate the RoleInterfaceChristian Flothmann2016-12-071-5/+5
|/
* removed dots at the end of @param and @returnv2.7.15Fabien Potencier2016-06-281-1/+1
|
* Improved the phpdoc for security token classesChristophe Coevoet2014-10-241-4/+4
|
* [Component/Security] Fixed some phpdocs in Security/CoreJoseph Bielawski2014-01-171-0/+8
|
* Fix some annotatesbronze1man2013-09-191-0/+2
|
* CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc blockThomas Lallement2012-11-191-6/+12
|
* [Security] added some missing phpdoc for AbstractToken::setUser() and ↵Hugo Hamon2012-05-011-1/+1
| | | | UsernamePasswordToken::__construct() methods.
* [Phpdoc] Cleaning/fixingPascal Borreli2011-04-231-1/+5
|
* [Security] various changes, see belowJohannes Schmitt2011-03-101-2/+30
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-061-2/+2
|
* [Security] fixed a Token serialization bugSebastian Utz2011-02-021-8/+1
|
* namespace changesJohannes M. Schmitt2011-01-261-0/+66
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http