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 f8ccc8105c Merge branch '4.4'
* 4.4: (43 commits)
  [PhpunitBridge] Read environment variable from superglobals
  [Bridge/PhpUnit] Fix PHP5.5 compat
  [PhpUnitBridge] More accurate grouping
  fixed CS
  [Form] remove comment about to-be-removed method as it is used in master by ButtonBuilder
  Extract unrecoverable exception to interface
  [FrameworkBundle] Fix calling Client::getProfile() before sending a request
  Fix type error
  [Security/Core] require libsodium >= 1.0.14
  [Workflow] re-add workflow.definition tag to workflow services
  [Security/Core] Don't use ParagonIE_Sodium_Compat
  revert #30525 due to performance penalty
  collect called listeners information only once
  [Lock] fix missing inherit docs in RedisStore
  [Messenger] fix retrying handlers using DoctrineTransactionMiddleware
  [Mailgun Mailer] fixed issue when using html body
  [Messenger] make all stamps final and mark stamp not meant to be sent
  [HttpClient] fix timing measurements with NativeHttpClient
  add return type declaration
  use proper return types in ErrorHandler and ArgumentResolver
  ...
2019-06-26 11:36:22 +02:00
..
AbstractComparison.php [Validator] Use LogicException for missing Property Access Component in comparison constraints 2019-06-19 10:51:43 +02: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 [Validator] Remove fallback dependency checks 2019-05-29 10:24:01 +02:00
BicValidator.php [Validator] Remove fallback dependency checks 2019-05-29 10:24:01 +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 [Validator] Remove fallback dependency checks 2019-05-29 10:24:01 +02:00
CountryValidator.php [Validator] Remove fallback dependency checks 2019-05-29 10:24:01 +02:00
CountValidator.php [Validator] Added missing use statement for UnexpectedTypeException 2019-02-16 22:59:42 +01:00
Currency.php [Validator] Remove fallback dependency checks 2019-05-29 10:24:01 +02:00
CurrencyValidator.php [Validator] Remove fallback dependency checks 2019-05-29 10:24:01 +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 [Validator] Remove DateTime support in date/time validators 2019-05-29 10:06:33 +02:00
DateValidator.php [Validator] Remove DateTime support in date/time validators 2019-05-29 10:06:33 +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] remove deprecated code paths 2019-06-06 19:09:13 +02:00
EmailValidator.php [Validator] remove deprecated code paths 2019-06-06 19:09:13 +02: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 [Validator] Remove fallback dependency checks 2019-05-29 10:24:01 +02:00
ExpressionValidator.php [Validator] Add ExpressionValidator typehint & remove deprecation 2019-06-21 10:29:21 +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 [Validator] Fix GroupSequenceProvider annotation 2019-06-20 08:43:29 +02: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 [Validator] Remove fallback dependency checks 2019-05-29 10:24:01 +02:00
LanguageValidator.php [Validator] Remove fallback dependency checks 2019-05-29 10:24:01 +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 [Validator] remove deprecated code paths 2019-06-06 19:09:13 +02:00
LocaleValidator.php [Validator] Remove fallback dependency checks 2019-05-29 10:24:01 +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 [Validator] Remove DateTime support in date/time validators 2019-05-29 10:06:33 +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] Remove checkDNS option in Url 2019-05-29 10:32:24 +02:00
UrlValidator.php [Validator] Remove checkDNS option in Url 2019-05-29 10:32:24 +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