Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed dead code and various cleaning | sarah khalil | 2015-01-21 | 1 | -1/+0 |
| | |||||
* | [Validator] fixed deprecation notices for BuildViolation() calls in constraints | Fabien Potencier | 2015-01-09 | 1 | -0/+1 |
| | |||||
* | added type-hint | Fabien Potencier | 2015-01-08 | 1 | -7/+1 |
| | |||||
* | [Security] removed usage of the deprecated SecurityContextInterface | Fabien Potencier | 2015-01-08 | 1 | -4/+10 |
| | |||||
* | [Validator] Improve UserPassword message | redstar504 | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | Merge branch '2.4' | Fabien Potencier | 2014-04-23 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | * 2.4: [Validator] added missing @Target [Validator] fixed @Target config added @Target annotations [Process] Add missing docblocks, remove variable declarations Conflicts: src/Symfony/Component/Process/Process.php src/Symfony/Component/Process/ProcessBuilder.php | ||||
| * | added @Target annotationsv2.3.13 | Fabien Potencier | 2014-04-23 | 1 | -0/+1 |
| | | |||||
* | | [Validator] Checked the constraint class in constraint validators | Bernhard Schussek | 2014-03-10 | 1 | -0/+5 |
|/ | |||||
* | [Component/Security] Fixed some phpdocs in Security/Core | Joseph Bielawski | 2014-01-17 | 2 | -0/+6 |
| | |||||
* | [Security] removed deprecated classes | Fabien Potencier | 2013-03-23 | 2 | -58/+0 |
| | |||||
* | [Security] renamed Constraint namespace to Constraints for validator classes ↵ | Hugo Hamon | 2013-02-04 | 4 | -31/+89 |
| | | | | in order to be consistent with the whole current validator API. | ||||
* | [Security] [Tests] added unit tests for the UserPasswordValidator class and ↵ | Hugo Hamon | 2013-02-02 | 1 | -1/+2 |
| | | | | made the validator service for the UserPassword constraint configurable. | ||||
* | added missing dot | Christian Raue | 2012-07-12 | 1 | -1/+1 |
| | |||||
* | moved the UserPassword validator from the security bundle to the security ↵ | Fabien Potencier | 2012-06-10 | 2 | -0/+73 |
component to make it reusable outside the full-stack framework |