This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Validator/Constraints
Nicolas Grekas 651de173df Merge branch '4.3' into 4.4
* 4.3:
  [Cache] replace getNsSeparator by NS_SEPARATOR on AbstractTrait
  [Cache] fix versioning with SimpleCacheAdapter
  [Messenger] fix AMQP delay queue to be per exchange
  Fix expired lock not cleaned
  [HttpClient] throw DecodingExceptionInterface when toArray() fails because of content-type error
  [HttpFoundation] Fix SA/phpdoc JsonResponse
  [DI] Show the right class autowired when providing a non-existing class in constructor
  SimpleCacheAdapter fails to cache any item if a namespace is used
  validate composite constraints in all groups
  [Serializer] Handle true and false appropriately in CSV encoder
  [Messenger] improve logs
  [Messenger] fix delay delivery for non-fanout exchanges
  Parameterize Mailgun's region
  Fix binary operation `+`, `-` or `*` on string
  [VarDumper] fix dumping objects that implement __debugInfo()
  [HttpClient] Don't use CurlHttpClient on Windows when curl.cainfo is not set
  Add statement to fileLink to ignore href code when no fileLink.
  [Routing] fix absolute url generation when scheme is not known
2019-06-17 19:38:10 +02:00
..
AbstractComparison.php switched array() to [] 2019-01-16 10:39:14 +01:00
AbstractComparisonValidator.php [Validator] Add compared value path to violation parameters 2019-05-17 17:04:10 +02:00
All.php switched array() to [] 2019-01-16 10:39:14 +01:00
AllValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Bic.php made the esception messages consistent across the board 2019-05-06 12:03:55 +02:00
BicValidator.php made the esception messages consistent across the board 2019-05-06 12:03:55 +02:00
Blank.php switched array() to [] 2019-01-16 10:39:14 +01:00
BlankValidator.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
Callback.php switched array() to [] 2019-01-16 10:39:14 +01:00
CallbackValidator.php Optimize perf by replacing call_user_func with dynamic vars 2018-12-09 23:58:21 +01:00
CardScheme.php switched array() to [] 2019-01-16 10:39:14 +01:00
CardSchemeValidator.php [Validator] add MIR card scheme 2019-03-07 09:22:39 +01:00
Choice.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
ChoiceValidator.php Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Collection.php [Validator] Only traverse arrays that are cascaded into 2019-04-07 10:20:12 +02:00
CollectionValidator.php Merge branch '3.4' into 4.2 2019-02-23 16:17:42 +01:00
Composite.php switched array() to [] 2019-01-16 10:39:14 +01:00
Count.php [Validator] Fix annotation default for @Count and @Length 2019-03-29 16:49:31 +01:00
Country.php made the esception messages consistent across the board 2019-05-06 12:03:55 +02:00
CountryValidator.php made the esception messages consistent across the board 2019-05-06 12:03:55 +02:00
CountValidator.php [Validator] Added missing use statement for UnexpectedTypeException 2019-02-16 22:59:42 +01:00
Currency.php made the esception messages consistent across the board 2019-05-06 12:03:55 +02:00
CurrencyValidator.php minor #31392 Make the exception messages consistent across the board (fabpot) 2019-05-06 13:16:34 +02:00
Date.php switched array() to [] 2019-01-16 10:39:14 +01:00
DateTime.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
DateTimeValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
DateValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
DivisibleBy.php fixed CS 2019-01-16 21:35:37 +01:00
DivisibleByValidator.php [Validator] Fix precision issue regarding floats and DivisibleBy constraint 2018-08-20 16:30:22 +02:00
Email.php [Validator] String normalization options for string-based validators 2019-03-13 16:38:44 +01:00
EmailValidator.php [Validator] String normalization options for string-based validators 2019-03-13 16:38:44 +01:00
EqualTo.php switched array() to [] 2019-01-16 10:39:14 +01:00
EqualToValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
Existence.php switched array() to [] 2019-01-16 10:39:14 +01:00
Expression.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
ExpressionValidator.php prevent double deprecation message 2019-06-14 16:37:07 +02:00
File.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
FileValidator.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
GreaterThan.php switched array() to [] 2019-01-16 10:39:14 +01:00
GreaterThanOrEqual.php switched array() to [] 2019-01-16 10:39:14 +01:00
GreaterThanOrEqualValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
GreaterThanValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
GroupSequence.php fixed short array CS in comments 2019-01-16 14:27:11 +01:00
GroupSequenceProvider.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
Iban.php switched array() to [] 2019-01-16 10:39:14 +01:00
IbanValidator.php Merge branch '3.4' into 4.2 2019-02-23 16:17:42 +01:00
IdenticalTo.php switched array() to [] 2019-01-16 10:39:14 +01:00
IdenticalToValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
Image.php switched array() to [] 2019-01-16 10:39:14 +01:00
ImageValidator.php Favor LogicException for missing classes & functions 2018-09-24 09:37:12 +02:00
Ip.php [Validator] String normalization options for string-based validators 2019-03-13 16:38:44 +01:00
IpValidator.php [Validator] String normalization options for string-based validators 2019-03-13 16:38:44 +01:00
Isbn.php switched array() to [] 2019-01-16 10:39:14 +01:00
IsbnValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
IsFalse.php switched array() to [] 2019-01-16 10:39:14 +01:00
IsFalseValidator.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
IsNull.php switched array() to [] 2019-01-16 10:39:14 +01:00
IsNullValidator.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
Issn.php switched array() to [] 2019-01-16 10:39:14 +01:00
IssnValidator.php Merge branch '3.4' into 4.2 2019-06-17 19:15:38 +02:00
IsTrue.php switched array() to [] 2019-01-16 10:39:14 +01:00
IsTrueValidator.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
Json.php Drop useless executable bit 2019-05-12 17:52:16 -10:00
JsonValidator.php Drop useless executable bit 2019-05-12 17:52:16 -10:00
Language.php made the esception messages consistent across the board 2019-05-06 12:03:55 +02:00
LanguageValidator.php made the esception messages consistent across the board 2019-05-06 12:03:55 +02:00
Length.php Merge branch '4.2' 2019-04-06 16:04:46 +02:00
LengthValidator.php [Validator] String normalization options for string-based validators 2019-03-13 16:38:44 +01:00
LessThan.php switched array() to [] 2019-01-16 10:39:14 +01:00
LessThanOrEqual.php [Validator] Fixed duplicate UUID 2019-02-20 20:51:21 +01:00
LessThanOrEqualValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
LessThanValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
Locale.php made the esception messages consistent across the board 2019-05-06 12:03:55 +02:00
LocaleValidator.php made the esception messages consistent across the board 2019-05-06 12:03:55 +02:00
Luhn.php switched array() to [] 2019-01-16 10:39:14 +01:00
LuhnValidator.php Merge branch '3.4' into 4.2 2019-06-17 19:15:38 +02:00
Negative.php [Validator] add number constraints 2019-03-31 19:18:59 +02:00
NegativeOrZero.php [Validator] add number constraints 2019-03-31 19:18:59 +02:00
NotBlank.php [Validator] String normalization options for string-based validators 2019-03-13 16:38:44 +01:00
NotBlankValidator.php [Validator] String normalization options for string-based validators 2019-03-13 16:38:44 +01:00
NotCompromisedPassword.php Renamed NotPwned to NotCompromisedPassword 2019-04-06 16:19:57 +02:00
NotCompromisedPasswordValidator.php [Validator] Make API endpoint for NotCompromisedPasswordValidator configurable 2019-05-06 13:55:26 +02:00
NotEqualTo.php switched array() to [] 2019-01-16 10:39:14 +01:00
NotEqualToValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
NotIdenticalTo.php switched array() to [] 2019-01-16 10:39:14 +01:00
NotIdenticalToValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
NotNull.php switched array() to [] 2019-01-16 10:39:14 +01:00
NotNullValidator.php Remove calls to non-existing method 2016-01-14 01:18:51 +01:00
NumberConstraintTrait.php [Validator] add number constraints 2019-03-31 19:18:59 +02:00
Optional.php [Validator] Remove property and method targets from the optional and required constraints. 2014-05-29 08:58:28 +01:00
Positive.php [Validator] add number constraints 2019-03-31 19:18:59 +02:00
PositiveOrZero.php [Validator] add number constraints 2019-03-31 19:18:59 +02:00
Range.php switched array() to [] 2019-01-16 10:39:14 +01:00
RangeValidator.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
Regex.php [Validator] String normalization options for string-based validators 2019-03-13 16:38:44 +01:00
RegexValidator.php [Validator] String normalization options for string-based validators 2019-03-13 16:38:44 +01:00
Required.php [Validator] Remove property and method targets from the optional and required constraints. 2014-05-29 08:58:28 +01:00
Time.php switched array() to [] 2019-01-16 10:39:14 +01:00
TimeValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Timezone.php [Validator] Fix TimezoneValidator default option 2019-05-31 09:42:02 +02:00
TimezoneValidator.php [Validator] Fix TimezoneValidator default option 2019-05-31 09:42:02 +02:00
Traverse.php Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
Type.php switched array() to [] 2019-01-16 10:39:14 +01:00
TypeValidator.php [Validator] Improve TypeValidator to handle array of types 2019-06-01 10:45:40 +02:00
Unique.php fixed missing dot for error message 2019-03-25 12:45:23 +01:00
UniqueValidator.php Missing use statement added in UniqueValidator. 2019-04-13 00:07:37 +03:00
Url.php [Validator] String normalization options for string-based validators 2019-03-13 16:38:44 +01:00
UrlValidator.php feature #26484 [Validator] String normalization options for string-based validators (renan-taranto) 2019-03-31 13:55:59 +02:00
Uuid.php [Validator] String normalization options for string-based validators 2019-03-13 16:38:44 +01:00
UuidValidator.php [Validator] String normalization options for string-based validators 2019-03-13 16:38:44 +01:00
Valid.php Consistently throw exceptions on a single line 2018-09-08 14:44:02 +02:00
ValidValidator.php switched array() to [] 2019-01-16 10:39:14 +01:00