summaryrefslogtreecommitdiffstats
path: root/Core/Authentication
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.2'Nicolas Grekas2016-12-083-9/+9
|\
| * Merge branch '2.8' into 3.1v3.1.8Nicolas Grekas2016-12-083-3/+3
| |\
| | * Merge branch '2.7' into 2.8v2.8.15Nicolas Grekas2016-12-083-3/+3
| | |\
| | | * fix the docblock in regard to the role argumentv2.7.22Christian Flothmann2016-12-063-3/+3
* | | | [Security] deprecate the RoleInterfaceChristian Flothmann2016-12-074-15/+15
|/ / /
* | | Merge branch '2.8' into 3.1Nicolas Grekas2016-11-251-2/+2
|\ \ \ | |/ /
| * | Merge branch '2.7' into 2.8Nicolas Grekas2016-11-251-2/+2
| |\ \ | | |/
| | * Tag missing internalsMaxime Steinhausser2016-11-251-2/+2
* | | Merge branch '3.0' into 3.1Fabien Potencier2016-06-294-4/+4
|\ \ \
| * \ \ Merge branch '2.8' into 3.0v3.0.8Fabien Potencier2016-06-294-4/+4
| |\ \ \ | | |/ /
| | * | Merge branch '2.7' into 2.8v2.8.8Fabien Potencier2016-06-294-4/+4
| | |\ \ | | | |/
| | | * removed dots at the end of @param and @returnv2.7.15Fabien Potencier2016-06-284-4/+4
* | | | fixed CSFabien Potencier2016-06-211-1/+1
* | | | Merge branch '3.0'v3.1.0-BETA1Nicolas Grekas2016-05-123-2/+6
|\ \ \ \ | |/ / /
| * | | Merge branch '2.8' into 3.0v3.0.7v3.0.6Fabien Potencier2016-05-091-0/+4
| |\ \ \ | | |/ /
| | * | security #18736 Fixed issue with blank password with Ldap (csarrazi)v2.8.7v2.8.6Fabien Potencier2016-05-091-0/+4
| | |\ \
| | | * | Fixed issue with blank password with LdapCharles Sarrazin2016-05-091-0/+4
| * | | | Merge branch '2.8' into 3.0Fabien Potencier2016-05-092-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '2.7' into 2.8Fabien Potencier2016-05-092-2/+2
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Merge branch '2.3' into 2.7Fabien Potencier2016-05-092-2/+2
| | | |\
| | | | * [2.3][Component/Security] Fixed phpdoc in AnonymousToken constructor for user...Erik van Wingerden2016-05-092-2/+2
* | | | | Improved the Ldap ComponentCharles Sarrazin2016-02-111-4/+4
* | | | | [Security] add USERNAME_NONE_PROVIDED constantSofHad2016-01-253-2/+9
|/ / / /
* | | | Merge branch '2.8'Nicolas Grekas2015-11-291-1/+1
|\ \ \ \ | |/ / /
| * | | Marked the Ldap component as internal and removed Ldap constants polyfillCharles Sarrazin2015-11-281-1/+1
* | | | Merge branch '2.8'Tobias Schultze2015-09-291-0/+85
|\ \ \ \ | |/ / /
| * | | [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
* | | | [Security] Remove deprecated interfacesNicolas Grekas2015-09-034-68/+0
|/ / /
* | | Merge branch '2.7' into 2.8Nicolas Grekas2015-08-272-1/+8
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.7Nicolas Grekas2015-08-262-1/+8
| |\ \ | | |/
| | * [Security] Add missing docblock in PreAuthenticatedTokenv2.3.33v2.3.32Titouan Galopin2015-08-072-1/+8
* | | Merge branch '2.7' into 2.8Fabien Potencier2015-08-241-1/+1
|\ \ \ | |/ /
| * | fixes CSFabien Potencier2015-08-241-1/+1
* | | feature #15131 [Security] Moved Simple{Form,Pre}AuthenticatorInterfaces to Se...Fabien Potencier2015-07-222-0/+4
|\ \ \
| * | | [Security] Moved Simple{Form,Pre}AuthenticatorInterfaces to Security\HttpWouterJ2015-07-222-0/+4
* | | | Merge branch '2.7' into 2.8Nicolas Grekas2015-07-222-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch '2.6' into 2.7Nicolas Grekas2015-07-222-2/+2
| |\ \
| | * \ Merge branch '2.3' into 2.6Nicolas Grekas2015-07-222-2/+2
| | |\ \ | | | |/
| | | * [Security] fix check for empty usernamesChristian Flothmann2015-07-222-2/+2
* | | | [DX] [Security] Renamed Token#getKey() to getSecret()WouterJ2015-07-024-39/+65
|/ / /
* | | Merge branch '2.6' into 2.7Nicolas Grekas2015-06-182-11/+11
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.6Nicolas Grekas2015-06-182-11/+11
| |\ \ | | |/
| | * Standardize the name of the exception variablesJavier Eguiluz2015-06-152-11/+11
* | | Merge branch '2.6' into 2.7Fabien Potencier2015-05-151-1/+1
|\ \ \ | |/ /
| * | fixed CSFabien Potencier2015-05-151-1/+1
* | | Merge branch '2.6' into 2.7Fabien Potencier2015-03-301-2/+2
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.6v2.6.6Fabien Potencier2015-03-301-2/+2
| |\ \ | | |/
| | * minor #14090 CS: Unary operators should be placed adjacent to their operands ...v2.3.27Fabien Potencier2015-03-301-1/+1
| | |\
| | | * CS: Unary operators should be placed adjacent to their operandsDariusz Ruminski2015-03-271-1/+1
| | * | CS: Binary operators should be arounded by at least one spaceDariusz Ruminski2015-03-271-1/+1
| | |/
* | | minor #13482 Implemented check on interface implementation (jaytaph)Fabien Potencier2015-03-261-0/+6
|\ \ \ | |/ / |/| |
| * | Implemented check on interface implementationJoshua Thijssen2015-03-261-0/+6
* | | 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.6Nicolas Grekas2015-01-031-2/+4
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.5Fabien Potencier2015-01-031-2/+4
| |\ \ | | |/
| | * [Security] fixed wrong phpdocFabien Potencier2015-01-031-2/+4
* | | 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
* | | Merge branch '2.5' into 2.6Fabien Potencier2014-12-224-4/+4
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.5Fabien Potencier2014-12-224-4/+4
| |\ \ | | |/
| | * [2.3] CS And DocBlock FixesGraham Campbell2014-12-224-4/+4
| | * 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-024-6/+8
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.5v2.5.8Fabien Potencier2014-12-024-6/+8
| |\ \ | | |/
| | * Docblock fixesGraham Campbell2014-11-304-6/+8
* | | Merge branch '2.5'Fabien Potencier2014-10-262-5/+5
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.5Fabien Potencier2014-10-262-5/+5
| |\ \ | | |/
| | * Improved the phpdoc for security token classesChristophe Coevoet2014-10-242-5/+5
* | | 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
* | | | Split of the SecurityContext to AuthorizationChecker and TokenStorageIltar van der Berg2014-09-242-0/+79
* | | | Merge branch '2.5'Fabien Potencier2014-09-221-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '2.4' into 2.5Fabien Potencier2014-09-221-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '2.3' into 2.4Fabien Potencier2014-09-222-9/+9
| | |\ \ | | | |/
| | | * fixed CSFabien Potencier2014-09-222-9/+9
* | | | 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-164-7/+7
|\ \ \ \ | |/ / /
| * | | Merge branch '2.3' into 2.4Fabien Potencier2014-04-164-7/+7
| |\ \ \ | | |/ /
| | * | fixed types in phpdocsFabien Potencier2014-04-164-7/+7
| | |/
* | | Merge branch '2.4'Fabien Potencier2014-04-167-13/+13
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.4Fabien Potencier2014-04-167-13/+13
| |\ \ | | |/