summaryrefslogtreecommitdiffstats
path: root/Core/Validator/Constraint
Commit message (Collapse)AuthorAgeFilesLines
* [Security] removed deprecated classesFabien Potencier2013-03-232-58/+0
|
* [Security] renamed Constraint namespace to Constraints for validator classes ↵Hugo Hamon2013-02-042-31/+15
| | | | in order to be consistent with the whole current validator API.
* [Security] [Tests] added unit tests for the UserPasswordValidator class and ↵Hugo Hamon2013-02-021-1/+2
| | | | made the validator service for the UserPassword constraint configurable.
* added missing dotChristian Raue2012-07-121-1/+1
|
* moved the UserPassword validator from the security bundle to the security ↵Fabien Potencier2012-06-102-0/+73
component to make it reusable outside the full-stack framework