summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clearToken exception is thrown at wrong place.v2.2.6Xavier HAUSHERR2013-08-261-4/+6
* added a missing use statement (closes #8808)Fabien Potencier2013-08-211-0/+1
* Fixed documentation grammar for AuthenticationManagerInterface::authenticate()Jaik Dean2013-08-131-1/+1
* fix some file mode bug 755->644v2.2.5bronze1man2013-08-062-0/+0
* removed dead code and fixed CSFabien Potencier2013-07-281-0/+1
* [Security] fixed issue where authentication listeners clear unrelated tokensalcaeus2013-07-197-6/+466
* Just a Typov2.2.4Moritz Borgmann2013-07-111-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-05-061-2/+2
|\ \ | |/
| * added a missing check for the provider keyv2.1.10Fabien Potencier2013-05-051-2/+2
| * added missing license blocksFabien Potencier2013-04-221-0/+9
* | merged branch lyrixx/path-10 (PR #7597)Fabien Potencier2013-04-081-1/+1
|\ \
| * | [Security] Removed unused varGrégoire Pineau2013-03-281-1/+1
* | | Fix finding ACLs from ObjectIdentity's with different typesSamuel Gordalina2013-04-072-1/+22
* | | fixed doc references (closes #7515)v2.2.1Fabien Potencier2013-04-011-1/+1
* | | merge branch '2.1' into 2.2Fabien Potencier2013-04-011-1/+1
|\ \ \ | | |/ | |/|
| * | fixed doc references (closes #7515)Fabien Potencier2013-04-011-1/+1
* | | Doctrine cannot handle bare random non-utf8 stringsTerje Bråten2013-03-311-3/+3
* | | [Security] fixed wrong interfaceFabien Potencier2013-03-261-1/+1
* | | Add missing useXavier HAUSHERR2013-03-261-0/+1
* | | Merge branch '2.1' into 2.2Fabien Potencier2013-03-192-5/+5
|\ \ \ | |/ /
| * | Add a public modifier to an interface methodv2.1.9Elnur Abdurrakhimov2013-03-181-1/+1
| * | [Security] fixed HttpUtils class testsJean-François Simon2013-03-151-4/+4
* | | Merge branch '2.1' into 2.2Fabien Potencier2013-03-151-1/+1
|\ \ \ | |/ /
| * | changed sub-requests creation to '::create()'Jean-François Simon2013-03-151-1/+1
* | | fixed merge issueFabien Potencier2013-03-151-1/+1
* | | Merge branch '2.1' into 2.2Fabien Potencier2013-03-152-4/+26
|\ \ \ | |/ / | | / | |/ |/|
| * sub-requests are now created with the same class as their parentJean-François Simon2013-03-141-1/+1
| * [Security] use current request attributes to generate redirect url?Jean-François Simon2013-03-132-5/+27
* | merged branch pborreli/patch-6 (PR #7228)Fabien Potencier2013-03-011-1/+1
|\ \
| * | Fixed trailing whitespacePascal Borreli2013-03-011-1/+1
* | | fixed CSFabien Potencier2013-03-011-1/+1
|/ /
* | Add persian translation to Components/Securityfzerorubigd2013-03-011-0/+71
* | Merge branch '2.1' into 2.2v2.2.0Fabien Potencier2013-02-231-1/+1
|\ \ | |/
| * Defined stable version point of Doctrine.v2.1.8Guilherme Blanco2013-02-221-2/+2
* | Merge branch '2.1' into 2.2Fabien Potencier2013-02-112-2/+23
|\ \ | |/
| * [Security] fixed session creation on login (closes #7011)Adrien Samson2013-02-072-2/+23
* | updated required versions when depending on the HttpFoundation componentFabien Potencier2013-02-081-1/+1
* | updated required versions when depending on the HttpKernel componentFabien Potencier2013-02-081-1/+1
* | updated required versions when depending on the Form componentFabien Potencier2013-02-081-1/+1
* | updated required versions when depending on the Validator componentFabien Potencier2013-02-081-2/+2
* | updated required versions when depending on the Routing componentFabien Potencier2013-02-081-1/+1
* | updated required versions when depending on the EventDispatcher componentFabien Potencier2013-02-081-1/+1
* | added Universal* classes in the list of deprecated classes for 3.0Fabien Potencier2013-02-081-4/+4
* | Merge branch '2.1' into 2.2Fabien Potencier2013-02-072-30/+34
|\ \ | |/
| * [Security] fixed session creation when none is needed (closes #6917)Fabien Potencier2013-02-042-30/+34
* | [Security] fixed interface implementation (closes #6974)Fabien Potencier2013-02-052-8/+8
* | fixed CSFabien Potencier2013-02-051-12/+14
* | Added BCrypt password encoder.Elnur Abdurrakhimov2013-02-053-0/+259
* | merged branch hhamon/user_password_constraints_namespace (PR #6960)Fabien Potencier2013-02-045-34/+92
|\ \
| * | [Security] renamed Constraint namespace to Constraints for validator classes ...Hugo Hamon2013-02-045-34/+92
* | | Merge branch '2.1' into 2.2Fabien Potencier2013-02-041-0/+19
|\ \ \ | |/ / |/| / | |/
| * merged branch franmomu/add_phpdoc_to_authentication_events (PR #6831)Fabien Potencier2013-02-011-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-022-1/+163
* | | Add Arabic translations.Mahmoud Mostafa2013-02-011-0/+71
* | | Update `composer.json` files: - to allow versions ~2.2 (>=2.2,<3.0) of Doctri...Joseph Bielawski2013-02-011-2/+2
* | | Merge branch '2.1'Fabien Potencier2013-01-231-0/+18
|\ \ \ | |/ /
| * | Merge branch '2.0' into 2.1Fabien Potencier2013-01-221-0/+18
| |\ \ | | |/ | |/|
| | * merged branch franmomu/added_phpdoc_security_events (PR #6818)v2.0.24v2.0.23Fabien Potencier2013-01-211-0/+18
| | |\
| | | * [Security] PHPDoc in SecurityEventsFran Moreno2013-01-211-0/+18
* | | | Merge branch '2.1'Fabien Potencier2013-01-171-2/+0
|\ \ \ \ | |/ / /
| * | | removed the .gitattributes files (closes #6605, reverts #5674)v2.1.7Fabien Potencier2013-01-091-2/+0
* | | | merged branch toin0u/SecurityTranslation (PR #6761)Fabien Potencier2013-01-161-0/+71
|\ \ \ \
| * | | | [Security] Added Danish translationAntoine Corcy2013-01-161-0/+71
* | | | | Added Serbian Latin tanslation for security componentumpirsky2013-01-161-0/+71
* | | | | merged branch inmarelibero/patch-1 (PR #6729)Fabien Potencier2013-01-141-1/+1
|\ \ \ \ \
| * | | | | fixed italian translation typoEmanuele Gaspari2013-01-141-1/+1
* | | | | | [Security] Fixed typo in cs translationMartin Hasoň2013-01-141-1/+1
|/ / / / /
* | | | | Added Galician translation in security componentrubenrua2013-01-131-0/+71
|/ / / /
* | | | [Security] fix Hungarian translationGábor Fási2013-01-121-1/+1
* | | | merged branch franmomu/rename_catalonian_translation (PR #6714)Fabien Potencier2013-01-121-0/+0
|\ \ \ \
| * | | | [Security] Renamed catalonian translation fileFran Moreno2013-01-111-0/+0
* | | | | merged branch alexolmos/patch-1 (PR #6712)Fabien Potencier2013-01-121-1/+1
|\ \ \ \ \
| * | | | | Update src/Symfony/Component/Security/Resources/translations/security.es_CA.xlfAlex Olmos2013-01-111-1/+1
| |/ / / /
* | | | | merged branch pborreli/typophpdoc (PR #6710)Fabien Potencier2013-01-121-1/+1
|\ \ \ \ \
| * | | | | Fixed PHPDocPascal Borreli2013-01-111-1/+1
| |/ / / /
* | | | | merged branch jorgemartind/patch-1 (PR #6709)Fabien Potencier2013-01-121-2/+2
|\ \ \ \ \
| * | | | | Update src/Symfony/Component/Security/Resources/translations/security.es_CA.xlfjorgemartind2013-01-111-2/+2
| |/ / / /
* | | | | merged branch lazyhammer/security-translations (PR #6711)Fabien Potencier2013-01-122-29/+29
|\ \ \ \ \
| * | | | | Fix Russian and Ukrainian translations for Security componentDmitrii Chekaliuk2013-01-112-29/+29
| |/ / / /
* | | | | Added Serbian Cyrillic tanslation for security componentumpirsky2013-01-111-0/+71
|/ / / /
* | | | merged branch Burgov/patch-3 (PR #6702)Fabien Potencier2013-01-111-9/+9
|\ \ \ \
| * | | | Update src/Symfony/Component/Security/Resources/translations/security.nl.xlfBart van den Burg2013-01-111-9/+9
* | | | | merged branch cristobal/master (PR #6707)Fabien Potencier2013-01-111-0/+71
|\ \ \ \ \
| * | | | | Create security.no.xlfCristobal Dabed2013-01-111-0/+71
| |/ / / /
* | | | | Contribution to translation to Catalan of the security messagesJoan Cruz2013-01-111-0/+71
|/ / / /
* | | | Added Turkish translation for security componentSinan Eldem2013-01-111-0/+71
* | | | merged branch sstok/patch-3 (PR #6691)Fabien Potencier2013-01-101-1/+1
|\ \ \ \
| * | | | Update src/Symfony/Component/Security/Resources/translations/security.nl.xlfSebastiaan Stok2013-01-101-1/+1
* | | | | Added Portuguese (Portugal) translation to SecurityTiago Brito2013-01-101-0/+71
|/ / / /
* | | | merged branch theUniC/master (PR #6684)Fabien Potencier2013-01-101-1/+1
|\ \ \ \
| * | | | Fixed some translation typosChristian2013-01-101-3/+3
* | | | | merged branch pborreli/patch-5 (PR #6687)Fabien Potencier2013-01-101-1/+1
|\ \ \ \ \
| * | | | | [Security] Missing trailing dot.Pascal Borreli2013-01-101-1/+1
* | | | | | merged branch pborreli/patch-4 (PR #6683)Fabien Potencier2013-01-101-2/+2
|\ \ \ \ \ \
| * | | | | | [Security] Missing trailing dot.Pascal Borreli2013-01-101-2/+2
* | | | | | | merged branch tkinast/patch-1 (PR #6688)Fabien Potencier2013-01-101-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Update src/Symfony/Component/Security/Resources/translations/security.es.xlftkinast2013-01-101-3/+3
| | |/ / / / / | |/| | | | |