summaryrefslogtreecommitdiffstats
path: root/Core/User
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.0' into 3.1Fabien Potencier2016-06-291-1/+1
|\
| * Merge branch '2.7' into 2.8v2.8.8Fabien Potencier2016-06-291-1/+1
| |\
| | * removed dots at the end of @param and @returnv2.7.15Fabien Potencier2016-06-281-1/+1
* | | [Security] Allow LDAP loadUser overrideTugdual Saunier2016-06-281-1/+1
* | | LdapUserProvider: add missing argument type docChristian Flothmann2016-06-011-0/+1
* | | [Ldap] Fixed issue with Entry password attribute containing array of values a...v3.1.0-RC1v3.1.0Charles Sarrazin2016-05-261-2/+39
* | | Improved the Ldap ComponentCharles Sarrazin2016-02-111-25/+23
|/ /
* | Merge branch '2.7' into 2.8Fabien Potencier2016-01-251-1/+1
|\ \ | |/
| * Merge branch '2.3' into 2.7Fabien Potencier2016-01-251-1/+1
| |\
| | * Fixed the phpDoc of UserInterfaceJavier Eguiluz2016-01-251-1/+1
* | | fixed CSFabien Potencier2016-01-211-1/+0
* | | Merge branch '2.7' into 2.8Christophe Coevoet2015-12-051-1/+1
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.7Christophe Coevoet2015-12-051-1/+1
| |\ \ | | |/
| | * CS: general fixesDariusz Ruminski2015-12-011-1/+1
* | | Marked the Ldap component as internal and removed Ldap constants polyfillCharles Sarrazin2015-11-281-1/+1
* | | Added UserLoaderInterface for loading users through Doctrine.Michal Trojanowski2015-10-161-2/+0
* | | Merge branch '2.7' into 2.8Fabien Potencier2015-10-051-11/+26
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.7Fabien Potencier2015-10-051-11/+26
| |\ \ | | |/
| | * [Security] InMemoryUserProvider now concerns whether user's password is chang...Issei.M2015-08-101-11/+26
* | | [Security] Configuring a user checker per firewallIltar van der Berg2015-10-021-2/+9
* | | Implemented LDAP authentication and LDAP user providerGrégoire Pineau2015-09-281-0/+109
|/ /
* | Merge branch '2.6' into 2.7Nicolas Grekas2015-07-221-1/+1
|\ \ | |/
| * [Security] fix check for empty usernamesChristian Flothmann2015-07-221-1/+1
* | Merge branch '2.6' into 2.7Nicolas Grekas2015-06-181-6/+6
|\ \ | |/
| * Standardize the name of the exception variablesJavier Eguiluz2015-06-151-6/+6
* | [Security] added string representation for core UsersTobias Sjösten2015-02-051-0/+5
|/
* [2.3] CS And DocBlock FixesGraham Campbell2014-12-221-2/+2
* Docblock fixesGraham Campbell2014-11-301-4/+4
* minor #10717 unified return null usages (fabpot)Fabien Potencier2014-04-181-1/+0
|\
| * unified return null usagesFabien Potencier2014-04-161-1/+0
* | fixed types in phpdocsFabien Potencier2014-04-163-6/+6
|/
* made {@inheritdoc} annotations consistent across the boardFabien Potencier2014-04-162-5/+5
* [Security] fixed pre/post authentication checksFabien Potencier2013-12-311-16/+16
* Merge branch '2.2' into 2.3Fabien Potencier2013-10-261-1/+1
|\
| * Fixed English usage for existing users.Michael Genereux2013-10-241-1/+1
* | Merge branch '2.2' into 2.3Fabien Potencier2013-09-191-0/+2
|\ \ | |/
| * Fix some annotatesbronze1man2013-09-191-0/+2
* | Merge branch '2.2' into 2.3Fabien Potencier2013-09-131-2/+0
|\ \ | |/
| * [FrameworkBundle][Security] Replaced void return type with null for consistencyJakub Zalas2013-09-131-2/+0
* | Merge branch '2.2' into 2.3Fabien Potencier2013-09-101-1/+1
|\ \ | |/
| * Fixed docblock in UserInterface::getSalt()Jannik Zschiesche2013-09-101-1/+1
* | Add a getter for providers to the ChainUserProvider classElnur Abdurrakhimov2013-02-151-0/+8
|/
* [Security] Fix CS + unreachable codeAlexander2013-01-071-1/+1
* [Security] Introduced `UsernameNotFoundException#get/setUsername`Alexander2013-01-072-3/+10
* [Security] Removed `get/setExtraInformation`, added `get/set(Token|User)`Alexander2013-01-071-4/+4
* [Security] Fix exception constructors called in `UserChecker`Alexander2013-01-071-4/+12
* Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-191-0/+2
* merged 2.0Fabien Potencier2012-07-231-0/+1
|\
| * Added missing propertyGrégoire Pineau2012-07-231-0/+1
| * fixed CS (mainly method signatures)v2.0.16Fabien Potencier2012-07-094-15/+15
* | fixed CSFabien Potencier2012-07-095-15/+15
* | updated license blocksEriksen Costa2012-03-311-3/+3
* | Add note about `AdvancedUserInterface`.Dariusz Górecki2012-01-101-0/+3
* | Change names to EquatableDariusz Górecki2012-01-101-3/+3
* | Suggested fixes ;)Dariusz Górecki2012-01-101-3/+5
* | [BC Break][Security] Moved user comparsion logic out of UserInterface As disc...Dariusz Górecki2012-01-103-55/+32
|/
* fixed CSFabien Potencier2012-01-093-14/+29
* [Security] Adding more extensive PHPDoc to UserInterface, AdvancedUserInterfa...Ryan Weaver2012-01-073-10/+87
* [DoctrineBridge] fixed some CSFabien Potencier2011-12-131-0/+1
* replace occurences of "an UserInteface" with "a UserInterface"Igor Wiedler2011-11-031-2/+2
* fixed CSFabien Potencier2011-10-291-1/+1
* CSAbhoryo2011-08-141-3/+4
* Search in others user providers when a user is not found in the first user pr...Abhoryo2011-08-141-2/+10
* [Security] Moved EntityUserProvider to Doctrine Bridgemarc.weistroff2011-07-131-85/+0
* [Security] renamed UserProviderInterface::loadUser() to refreshUser()Fabien Potencier2011-06-164-6/+6
* fixed CSFabien Potencier2011-06-082-2/+2
* added missing license headersFabien Potencier2011-05-311-0/+9
* [Phpdoc] Cleaning/fixingPascal Borreli2011-04-231-1/+0
* $user* was refactored to $accout*Miha Vrhovnik2011-03-211-2/+2
* [Security] various changes, see belowJohannes Schmitt2011-03-109-81/+73
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-068-16/+16
* [Security] adds a chain user providerJohannes M. Schmitt2011-02-161-0/+70
* [Security] moved Security classes out of DoctrineBundle, cleaned-up SecurityE...Johannes Schmitt2011-02-161-0/+85
* [Security] Fixed indentingJordi Boggiano2011-02-121-22/+22
* [Security] removed __toString() from AccountInterfaceJohannes Schmitt2011-02-121-7/+0
* namespace changesJohannes M. Schmitt2011-01-267-0/+537