summaryrefslogtreecommitdiffstats
path: root/Core/Authentication
Commit message (Expand)AuthorAgeFilesLines
* Docblock fixesGraham Campbell2014-11-304-6/+8
* Improved the phpdoc for security token classesChristophe Coevoet2014-10-242-5/+5
* bug #10242 Missing checkPreAuth from RememberMeAuthenticationProviderv2.3.20Mathieu Morlon2014-09-241-1/+1
* fixed CSFabien Potencier2014-09-222-9/+9
* minor #10717 unified return null usages (fabpot)Fabien Potencier2014-04-183-3/+3
|\
| * unified return null usagesFabien Potencier2014-04-163-3/+3
* | fixed types in phpdocsFabien Potencier2014-04-164-7/+7
|/
* made {@inheritdoc} annotations consistent across the boardFabien Potencier2014-04-163-6/+6
* made phpdoc types consistent with those defined in HackFabien Potencier2014-04-154-4/+4
* made types consistent with those defined in HackFabien Potencier2014-04-132-3/+3
* [Component/Security] Fixed some phpdocs in Security/CoreJoseph Bielawski2014-01-179-21/+81
* bug #8997 [Security] Fixed problem with losing ROLE_PREVIOUS_ADMIN role. (paw...Fabien Potencier2013-12-291-1/+25
|\
| * [Security] Fixed problem with losing ROLE_PREVIOUS_ADMIN role.Paweł Wacławczyk2013-12-291-1/+25
* | Fix parent serialization of user objectDavid de Boer2013-12-231-1/+8
* | Merge branch '2.2' into 2.3Fabien Potencier2013-09-194-1/+7
|\ \ | |/ |/|
| * Fix some annotatesbronze1man2013-09-194-1/+7
* | Merge branch '2.2' into 2.3Fabien Potencier2013-08-131-1/+1
|\ \ | |/
| * Fixed documentation grammar for AuthenticationManagerInterface::authenticate()Jaik Dean2013-08-131-1/+1
* | Added a DoktrineTokenProvider in Security/Bridge/Doctrine/security/RememberMeTerje Bråten2013-04-211-2/+3
* | Fixed typosPascal Borreli2013-04-211-2/+2
|/
* 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-072-3/+3
* | [Security] Fix AuthenticationServiceException constructor callsAlexander2013-01-071-1/+3
* | Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-195-0/+10
* | CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc blockThomas Lallement2012-11-194-13/+21
|/
* NsdocblocksDrak2012-10-202-8/+8
* fixed CSFabien Potencier2012-07-095-27/+27
* 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
| |/
| * fixed phpdoc @param alignmentv2.0.14Fabien Potencier2012-05-152-2/+2
* | fixed phpdoc @param alignmentFabien Potencier2012-05-152-2/+2
* | merged 2.0Fabien Potencier2012-05-112-1/+10
|\ \ | |/
| * [Security] fixed phpdoc.Hugo Hamon2012-05-011-1/+1
| * [Security] added some missing phpdoc for AbstractToken::setUser() and Usernam...Hugo Hamon2012-05-012-1/+10
* | fixed CS (missing or misplaced license blocks)Eriksen Costa2012-04-023-6/+6
* | updated license blocksEriksen Costa2012-03-312-6/+6
* | Add some more tests, and enforce boolean return value of interface implementa...Dariusz Górecki2012-01-101-1/+1
* | When method name is `hasUserChanged` the return boolean should be true (to ma...Dariusz Górecki2012-01-101-11/+11
* | Refactor `isUserChanged` to `hasUserChanged`Dariusz Górecki2012-01-101-3/+3
* | Change names to EquatableDariusz Górecki2012-01-101-5/+5
* | [BC Break][Security] Moved user comparsion logic out of UserInterface As disc...Dariusz Górecki2012-01-101-1/+48
* | 'for' was duplicatedJavier López2011-12-281-1/+1
* | merged 2.0Fabien Potencier2011-12-181-3/+3
|\ \ | |/
| * fixed CSFabien Potencier2011-12-181-3/+3
* | merged 2.0Fabien Potencier2011-12-132-5/+9
|\ \ | |/
| * [DoctrineBridge] fixed some CSFabien Potencier2011-12-132-5/+9
* | added authentication success/failure eventsJohannes Schmitt2011-11-221-0/+19
* | [Security] made exceptions thrown by the user checker and the checkAuthentica...Fabien Potencier2011-11-071-11/+19
* | merged 2.0Fabien Potencier2011-11-072-2/+2
|\ \ | |/
| * replace occurences of "an UserInteface" with "a UserInterface"Igor Wiedler2011-11-032-2/+2
* | merged 2.0Fabien Potencier2011-10-294-4/+0
|\ \ | |/
| * removed unused use statementsFabien Potencier2011-10-294-4/+0
* | Removed redundant "@return void"-sHelmer Aaviksoo2011-10-071-2/+0
* | [Security] changed a RuntimeException to LogicException for consistencies bet...Fabien Potencier2011-10-031-1/+1
|/
* [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-086-6/+6
* | [Security/Core] added missing method to interfaceJohannes M. Schmitt2011-06-011-0/+6
* | added missing license headersFabien Potencier2011-05-312-0/+19
* | [Various] Fixed phpdocPascal Borreli2011-05-291-2/+2
|/
* [Phpdoc] Cleaning/fixingPascal Borreli2011-04-236-16/+24
* removed empty lines/trailing spacesBrikou CARRE2011-04-151-4/+4
* [Security] tweaked some exception messagesFabien Potencier2011-04-121-2/+2
* [Security] removed import of the UserInterface interface as it is unused in t...hhamon2011-03-181-6/+4
* [Security] small performance optimizationJohannes M. Schmitt2011-03-141-0/+4
* re-added a __toString method for debugging purposesJohannes Schmitt2011-03-122-0/+25
* [Security] refactored remember-me codeJohannes M. Schmitt2011-03-112-10/+2
* [Security] added some more testsJohannes M. Schmitt2011-03-102-3/+16
* [Security] various changes, see belowJohannes Schmitt2011-03-1014-268/+231
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-0618-30/+30
* [Security] added the 'key' attribute of RememberMeToken to serialized string ...Bulat Shakirzyanov2011-03-041-0/+17
* [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
* [Security] Allow authentication tokens to hold attributesJeremy Mikola2011-02-152-2/+107
* [Security] Refactored security context, moved getUser() implementation to tem...Johannes Schmitt2011-02-121-3/+1
* [Security] removed __toString() from AccountInterfaceJohannes Schmitt2011-02-121-6/+6
* [Security] bug fix in FormAuthenticationEntryPointJohannes M. Schmitt2011-02-021-32/+0
* [Security] fixed a Token serialization bugSebastian Utz2011-02-024-23/+12
* namespace changesJohannes M. Schmitt2011-01-2621-0/+1549