summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/Provider
Commit message (Expand)AuthorAgeFilesLines
* fixed CSFabien Potencier2016-06-211-1/+1
* Merge branch '3.0'v3.1.0-BETA1Nicolas Grekas2016-05-121-0/+4
|\
| * Fixed issue with blank password with LdapCharles Sarrazin2016-05-091-0/+4
* | Improved the Ldap ComponentCharles Sarrazin2016-02-111-4/+4
* | [Security] add USERNAME_NONE_PROVIDED constantSofHad2016-01-253-2/+9
|/
* Marked the Ldap component as internal and removed Ldap constants polyfillCharles Sarrazin2015-11-281-1/+1
* [Ldap] add some missing license file headersChristian Flothmann2015-09-281-0/+9
* Implemented LDAP authentication and LDAP user providerGrégoire Pineau2015-09-281-0/+76
* Merge branch '2.7' into 2.8Nicolas Grekas2015-07-221-1/+1
|\
| * Merge branch '2.3' into 2.6Nicolas Grekas2015-07-221-1/+1
| |\
| | * [Security] fix check for empty usernamesChristian Flothmann2015-07-221-1/+1
* | | [DX] [Security] Renamed Token#getKey() to getSecret()WouterJ2015-07-022-13/+19
|/ /
* | Merge branch '2.3' into 2.6Nicolas Grekas2015-06-182-11/+11
|\ \ | |/
| * Standardize the name of the exception variablesJavier Eguiluz2015-06-152-11/+11
* | fixed CSFabien Potencier2015-05-151-1/+1
* | Merge branch '2.3' into 2.6Fabien Potencier2015-03-221-1/+1
|\ \ | |/
| * CS: Convert double quotes to single quotesDariusz Ruminski2015-03-211-1/+1
* | Merge branch '2.3' into 2.6Fabien Potencier2015-03-071-1/+1
|\ \ | |/
| * CS fixesDariusz Ruminski2015-03-021-1/+1
* | Merge branch '2.5' into 2.6v2.6.4Fabien Potencier2015-01-251-5/+1
|\ \
| * \ Merge branch '2.3' into 2.5v2.5.12v2.5.11v2.5.10origin/2.5Fabien Potencier2015-01-251-5/+1
| |\ \ | | |/
| | * Removed dead code and various cleaningv2.3.25sarah khalil2015-01-211-5/+1
* | | Merge branch '2.5' into 2.6Fabien Potencier2014-12-301-1/+1
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.5Fabien Potencier2014-12-301-1/+1
| |\ \ | | |/
| | * Fix phpdoc and coding standardsChristophe Coevoet2014-12-291-1/+1
| | * Fixed the AuthenticationProviderInterface alignmentGraham Campbell2014-12-091-8/+8
* | | Merge branch '2.5' into 2.6Nicolas Grekas2014-12-121-8/+8
|\ \ \ | |/ /
| * | fix phpdoc's alignmentDariusz Rumiński2014-12-091-8/+8
* | | Merge branch '2.5' into 2.6Fabien Potencier2014-12-081-7/+7
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.5Fabien Potencier2014-12-081-7/+7
| |\ \ | | |/
| | * fix phpdoc's alignmentDariusz Rumiński2014-12-071-7/+7
* | | Merge branch '2.5' into 2.6v2.6.1Fabien Potencier2014-12-021-1/+1
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.5v2.5.8Fabien Potencier2014-12-021-1/+1
| |\ \ | | |/
| | * Docblock fixesGraham Campbell2014-11-301-1/+1
* | | Merge branch '2.5'Bernhard Schussek2014-09-251-1/+1
|\ \ \ | |/ /
| * | Merge branch '2.4' into 2.5Bernhard Schussek2014-09-251-1/+1
| |\ \
| | * \ Merge branch '2.3' into 2.4Fabien Potencier2014-09-251-1/+1
| | |\ \ | | | |/
| | | * bug #10242 Missing checkPreAuth from RememberMeAuthenticationProviderv2.3.20Mathieu Morlon2014-09-241-1/+1
| | * | Merge branch '2.3' into 2.4Fabien Potencier2014-09-221-8/+8
| | |\ \ | | | |/
| | | * fixed CSFabien Potencier2014-09-221-8/+8
* | | | Add missing dot at the end of an exception messageEugene Leonovich2014-06-241-2/+2
|/ / /
* | | Merge branch '2.4'Fabien Potencier2014-04-183-3/+4
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.4Fabien Potencier2014-04-183-3/+3
| |\ \ | | |/
| | * minor #10717 unified return null usages (fabpot)Fabien Potencier2014-04-183-3/+3
| | |\
| | | * unified return null usagesFabien Potencier2014-04-163-3/+3
* | | | Merge branch '2.4'Fabien Potencier2014-04-161-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '2.3' into 2.4Fabien Potencier2014-04-161-1/+1
| |\ \ \ | | |/ /
| | * | fixed types in phpdocsFabien Potencier2014-04-161-1/+1
| | |/
* | | Merge branch '2.4'Fabien Potencier2014-04-162-2/+2
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.4Fabien Potencier2014-04-162-2/+2
| |\ \ | | |/
| | * made phpdoc types consistent with those defined in HackFabien Potencier2014-04-152-2/+2
* | | Merge branch '2.4'Fabien Potencier2014-01-241-0/+13
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.4Fabien Potencier2014-01-241-0/+13
| |\ \ | | |/
| | * [Component/Security] Fixed some phpdocs in Security/CoreJoseph Bielawski2014-01-171-0/+13
* | | Merge branch '2.4'Fabien Potencier2013-12-291-1/+25
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.4Fabien Potencier2013-12-291-1/+25
| |\ \ | | |/
| | * [Security] Fixed problem with losing ROLE_PREVIOUS_ADMIN role.Paweł Wacławczyk2013-12-291-1/+25
* | | Fixed typos/CS/PHPDocPascal Borreli2013-11-241-11/+10
|/ /
* | [Security] [SimpleAuthenticationProvider] Delete unnecessary "use" statementsAleksey Podskrebyshev2013-09-181-6/+0
* | Revert "marked some classes as being experimental in 2.3"Fabien Potencier2013-06-131-2/+0
* | marked some classes as being experimental in 2.3Fabien Potencier2013-05-081-0/+2
* | [Security] Add simple_token auth methodJordi Boggiano2013-05-081-2/+2
* | [Security] Add SimpleForm authenticationJordi Boggiano2013-05-081-0/+56
|/
* Merge branch '2.1' into 2.2Fabien Potencier2013-03-191-1/+1
|\
| * Add a public modifier to an interface methodv2.1.9Elnur Abdurrakhimov2013-03-181-1/+1
* | [Security] Introduced `UsernameNotFoundException#get/setUsername`Alexander2013-01-072-0/+2
* | [Security] Removed `get/setExtraInformation`, added `get/set(Token|User)`Alexander2013-01-071-1/+1
* | [Security] Fix AuthenticationServiceException constructor callsAlexander2013-01-071-1/+3
* | Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-191-0/+2
|/
* merged 2.0Fabien Potencier2012-06-202-2/+2
|\
| * merged branch Maks3w/patch-4 (PR #4616)Fabien Potencier2012-06-201-1/+1
| |\
| | * [Security] Change return value in DocBlockMaks2012-06-191-1/+1
| * | [Security] Allow "0" as a passwordVictor Berchet2012-06-201-1/+1
| |/
* | updated license blocksEriksen Costa2012-03-311-3/+3
* | 'for' was duplicatedJavier López2011-12-281-1/+1
* | [Security] made exceptions thrown by the user checker and the checkAuthentica...Fabien Potencier2011-11-071-11/+19
|/
* replace occurences of "an UserInteface" with "a UserInterface"Igor Wiedler2011-11-032-2/+2
* removed unused use statementsFabien Potencier2011-10-293-3/+0
* [Security] change a comparison to use a strict comparisonFabien Potencier2011-07-221-1/+1
* [Security] reverted some changes from previous mergeFabien Potencier2011-06-151-1/+1
* merged branch kaiwa/loglevel (PR #1073)Fabien Potencier2011-06-151-1/+1
|\
| * Checked log levelskaiwa2011-05-271-1/+1
* | fixed CSFabien Potencier2011-06-081-1/+1
* | added missing license headersFabien Potencier2011-05-311-0/+10
|/
* [Phpdoc] Cleaning/fixingPascal Borreli2011-04-233-9/+13
* [Security] tweaked some exception messagesFabien Potencier2011-04-121-2/+2
* [Security] various changes, see belowJohannes Schmitt2011-03-105-52/+56
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-065-10/+10
* [Security] Copy token attributes when auth providers create a new token from ...Jeremy Mikola2011-02-232-2/+8
* [Security] Add providerKey to PreAuthenticatedToken tokens constructed by Pre...Jeremy Mikola2011-02-151-1/+1
* namespace changesJohannes M. Schmitt2011-01-266-0/+429