summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/Provider/UserAuthenticationProvider.php
Commit message (Collapse)AuthorAgeFilesLines
* [Security] add USERNAME_NONE_PROVIDED constantSofHad2016-01-251-1/+1
|
* Merge branch '2.3' into 2.6Nicolas Grekas2015-07-221-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.3: [Security] fix check for empty usernames [Form] updated exception message of ButtonBuilder::setRequestHandler() [travis] Fix deps=high jobs [HttpFoundation] [PSR-7] Allow to use resources as content body and to return resources from string content [DependencyInjection] Remove unused code in XmlFileLoader [HttpFoundation] Behaviour change in PHP7 for substr bumped Symfony version to 2.3.32 updated VERSION for 2.3.31 update CONTRIBUTORS for 2.3.31 updated CHANGELOG for 2.3.31 Conflicts: src/Symfony/Bridge/Twig/composer.json src/Symfony/Bundle/FrameworkBundle/composer.json src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php src/Symfony/Component/HttpKernel/Kernel.php
| * [Security] fix check for empty usernamesChristian Flothmann2015-07-221-1/+1
| |
* | Merge branch '2.3' into 2.6Nicolas Grekas2015-06-181-4/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | * 2.3: [2.3][Debug] Fix fatal-errors handling on HHVM Standardize the name of the exception variables [2.3] Static Code Analysis for Components Remove duplicated paths Conflicts: src/Symfony/Component/Debug/ErrorHandler.php src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php src/Symfony/Component/Security/Acl/Dbal/AclProvider.php src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php
| * Standardize the name of the exception variablesJavier Eguiluz2015-06-151-4/+4
| |
* | Merge branch '2.5' into 2.6Fabien Potencier2014-12-301-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.5: Updated generateSql tool Fix the implementation of deprecated Locale classes Fix phpdoc and coding standards Replace usages of the deprecated TypeTestCase by the new one Remove usages of deprecated constants Update functional tests to use the PSR NullLogger fix regression in form tests after pr #13027 | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Make fabbot happy Clean up testing No global state for isolated tests and other fixes No global state for isolated tests and other fixes fix #10054 - form data collector with dynamic fields [TwigBundle] Moved the setting of the default escaping strategy from the Twig engine to the Twig environment [Debug] fix checkip6 [HttpFoundation] fixed error when an IP in the X-Forwarded-For HTTP header contains a port Update the note about origins of the CssSelector component. Use the correct cssselect library name in docblocks. [DomCrawler] fixed bug #12143 Conflicts: src/Symfony/Bundle/FrameworkBundle/Templating/GlobalVariables.php src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php
| * Fix phpdoc and coding standardsChristophe Coevoet2014-12-291-1/+1
| | | | | | | | | | | | This removes the unused use statements which were not catched by PHP-CS-Fixer because of string occurences. It also fixes some invalid phpdoc (scalar is not recognized as a valid type for instance).
* | Add missing dot at the end of an exception messageEugene Leonovich2014-06-241-2/+2
|/
* unified return null usagesFabien Potencier2014-04-161-1/+1
|
* made phpdoc types consistent with those defined in HackFabien Potencier2014-04-151-1/+1
|
* [Security] Fixed problem with losing ROLE_PREVIOUS_ADMIN role.Paweł Wacławczyk2013-12-291-1/+25
|
* [Security] Introduced `UsernameNotFoundException#get/setUsername`Alexander2013-01-071-0/+1
|
* Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-191-0/+2
|
* merged 2.0Fabien Potencier2012-06-201-1/+1
|\
| * [Security] Change return value in DocBlockMaks2012-06-191-1/+1
| | | | | | Change the return value for avoid confusions.
* | [Security] made exceptions thrown by the user checker and the ↵Fabien Potencier2011-11-071-11/+19
|/ | | | checkAuthentication() method use the hideUserNotFoundExceptions flag
* replace occurences of "an UserInteface" with "a UserInterface"Igor Wiedler2011-11-031-1/+1
|
* [Phpdoc] Cleaning/fixingPascal Borreli2011-04-231-4/+5
|
* [Security] various changes, see belowJohannes Schmitt2011-03-101-15/+18
| | | | | | - 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] Copy token attributes when auth providers create a new token from ↵Jeremy Mikola2011-02-231-1/+4
| | | | | | another PreAuthenticatedAuthenticationProvider and UserAuthenticationProvider tend to copy a token instead of modifying it during their authenticate() methods, which is probably a good idea if the token might be immutable. Ensure that the token's attributes get copied along with everything else.
* namespace changesJohannes M. Schmitt2011-01-261-0/+113
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http