summaryrefslogtreecommitdiffstats
path: root/Core
Commit message (Expand)AuthorAgeFilesLines
* Fixed documentation grammar for AuthenticationManagerInterface::authenticate()Jaik Dean2013-08-131-1/+1
* Merge branch '2.1' into 2.2v2.2.3v2.2.2Fabien Potencier2013-05-271-1/+1
|\
| * Added type of return value in VoterInterface.v2.1.12v2.1.11Rich Sage2013-05-231-1/+1
* | 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] fixed interface implementation (closes #6974)Fabien Potencier2013-02-051-2/+2
* | fixed CSFabien Potencier2013-02-051-12/+14
* | Added BCrypt password encoder.Elnur Abdurrakhimov2013-02-051-0/+146
* | merged branch hhamon/user_password_constraints_namespace (PR #6960)Fabien Potencier2013-02-044-31/+89
|\ \
| * | [Security] renamed Constraint namespace to Constraints for validator classes ...Hugo Hamon2013-02-044-31/+89
* | | Merge branch '2.1' into 2.2Fabien Potencier2013-02-041-0/+19
|\ \ \ | |/ / |/| / | |/
| * [Security] Add PHPDoc to AuthenticationEventsFran Moreno2013-01-221-0/+19
* | [Security] [Tests] added unit tests for the UserPasswordValidator class and m...Hugo Hamon2013-02-021-1/+2
* | merged branch Seldaek/psr3 (PR #6628)Fabien Potencier2013-01-101-1/+1
|\ \
| * | Remove use of deprecated HttpKernel LoggerInterfaceJordi Boggiano2013-01-091-1/+1
* | | [Security] Switch to English messages as message keysAlexander2013-01-0716-17/+18
* | | [Security] Fix CS + unreachable codeAlexander2013-01-073-9/+5
* | | [Security] Fix `AuthenticationException` serializationAlexander2013-01-073-2/+48
* | | [Security] Introduced `UsernameNotFoundException#get/setUsername`Alexander2013-01-075-3/+34
* | | [Security] Removed `get/setExtraInformation`, added `get/set(Token|User)`Alexander2013-01-075-12/+48
* | | [Security] Fix exception constructors called in `UserChecker`Alexander2013-01-071-4/+12
* | | [Security] Add custom `getMessageKey` AccountStatusException childsAlexander2013-01-074-0/+32
* | | [Security] Fix AuthenticationServiceException constructor callsAlexander2013-01-071-1/+3
* | | [Security] Add `getMessageKey` and `getMessageData` to auth exceptionsAlexander2013-01-0712-2/+106
* | | [Security] Change signature of `AuthenticationException` to match `\Exception`Alexander2013-01-071-7/+1
|/ /
* | fixed CSFabien Potencier2012-12-291-1/+1
* | Improve timing safe comparison functionAnthony Ferrara2012-12-291-10/+21
* | Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-199-0/+18
* | fixed CSFabien Potencier2012-12-111-1/+0
* | merged branch raziel057/COMPONENT_Form (PR #5888)Fabien Potencier2012-11-195-15/+23
|\ \
| * | CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc blockThomas Lallement2012-11-195-15/+23
* | | merged branch Inori/consistent-util-classes (PR #5879)Fabien Potencier2012-11-132-4/+10
|\ \ \ | |/ / |/| |
| * | Make non-instantiable utils classes consistent with each otherRoman Marintsenko2012-11-132-4/+10
* | | fixed typoFabien Potencier2012-11-061-1/+1
* | | removed unused use statementsFabien Potencier2012-11-041-1/+0
|/ /
* | fixed CSFabien Potencier2012-10-282-2/+2
* | added a SecureRandomInterfaceFabien Potencier2012-10-282-5/+33
* | rename String to StringUtilsFabien Potencier2012-10-282-3/+3
* | renamed Prng to SecureRandomFabien Potencier2012-10-281-1/+1
* | simplified the Prng codeFabien Potencier2012-10-282-52/+28
* | moved the secure random class from JMSSecurityExtraBundle to Symfony (closes ...Fabien Potencier2012-10-284-10/+192
* | Merge branch '2.1'Fabien Potencier2012-10-242-8/+8
|\ \ | |/
| * NsdocblocksDrak2012-10-202-8/+8
* | Merge branch '2.1'Fabien Potencier2012-10-181-1/+1
|\ \ | |/
| * change what I think is a typoGrégoire Paris2012-10-161-1/+1
* | [Security] Added Pbkdf2PasswordEncoderSebastiaan Stok2012-10-081-0/+97
|/
* 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-0917-57/+57
* | Revert "merged branch stof/serializable_role (PR #4925)"Fabien Potencier2012-07-152-35/+1
* | fixed the serialization of the SwitchUserRoleChristophe Coevoet2012-07-141-0/+18
* | [Security] Implemented the Serializable interface in the Role classChristophe Coevoet2012-07-141-1/+17
* | added missing dotChristian Raue2012-07-121-1/+1
* | fixed CSFabien Potencier2012-07-0919-59/+57
* | 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 CSFabien Potencier2012-05-181-1/+1
| * fixed phpdoc @param alignmentv2.0.14Fabien Potencier2012-05-153-3/+3
* | [Security] fixed exception message in EncoderFactoryDouglas Greenshields2012-06-201-1/+1
* | [Security] Fix retrieval of encoder when configured for concrete classesAlexander2012-06-181-1/+1
* | [Security] allowed class names to be passed as an argument to EncoderFactoryI...Fabien Potencier2012-06-182-6/+8
* | moved the UserPassword validator from the security bundle to the security com...Fabien Potencier2012-06-102-0/+73
* | fixed CSFabien Potencier2012-05-181-1/+1
* | fixed phpdoc @param alignmentFabien Potencier2012-05-153-3/+3
* | 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
* | [Security] fixed English grammar in exception messageDouglas Greenshields2012-05-011-1/+1
* | [Security][ACL] Fixed ObjectIdentity::fromDomainObject and UserSecurityIdenti...Jordan Alliot2012-04-121-0/+55
* | fixed CS (missing or misplaced license blocks)Eriksen Costa2012-04-024-8/+8
* | updated license blocksEriksen Costa2012-03-315-15/+15
* | [Security] Use LogoutException for invalid CSRF token in LogoutListenerJeremy Mikola2012-02-141-0/+25
* | add missing class var; add phpdocsGordon Franke2012-01-162-0/+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
* | Add note about `AdvancedUserInterface`.Dariusz Górecki2012-01-101-0/+3
* | Refactor `isUserChanged` to `hasUserChanged`Dariusz Górecki2012-01-101-3/+3
* | Change names to EquatableDariusz Górecki2012-01-102-8/+8
* | 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-104-56/+80
* | merged 2.0Fabien Potencier2012-01-093-11/+105
|\ \ | |/
| * fixed CSFabien Potencier2012-01-093-14/+29
| * [Security] Adding more extensive PHPDoc to UserInterface, AdvancedUserInterfa...Ryan Weaver2012-01-073-10/+87
* | Revert "merged branch kriswallsmith/security/demeter-fix (PR #2816)"Fabien Potencier2011-12-302-23/+0
* | 'for' was duplicatedJavier López2011-12-281-1/+1
* | merged 2.0Fabien Potencier2011-12-181-3/+3
|\ \ | |/
| * fixed CSFabien Potencier2011-12-181-3/+3
* | fixed CSFabien Potencier2011-12-182-2/+2
* | merged 2.0Fabien Potencier2011-12-137-6/+16
|\ \ | |/
| * [DoctrineBridge] fixed some CSFabien Potencier2011-12-137-6/+17
* | [Security] added SecurityContextInterface::getUser()Kris Wallsmith2011-12-082-0/+23
* | merged 2.0Fabien Potencier2011-12-081-1/+5
|\ \ | |/
| * [Security] fixed castv2.0.7Fabien Potencier2011-12-071-1/+5
* | added authentication success/failure eventsJohannes Schmitt2011-11-224-0/+110
* | merged 2.0Fabien Potencier2011-11-221-1/+1
|\ \ | |/
| * Fixed small typo in phpdoc.ondrowan2011-11-211-1/+1
* | [Security] made exceptions thrown by the user checker and the checkAuthentica...Fabien Potencier2011-11-071-11/+19
* | merged 2.0Fabien Potencier2011-11-073-4/+4
|\ \ | |/