summaryrefslogtreecommitdiffstats
path: root/Core/Authentication
Commit message (Expand)AuthorAgeFilesLines
* 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