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 155cfb273f Merge branch '4.4'
* 4.4: (33 commits)
  [DI] fix processing of regular parameter bags by MergeExtensionConfigurationPass
  [FrameworkBundle] reset cache pools between requests
  [HttpFoundation] Accept must take the lead for Request::getPreferredFormat()
  [FrameworkBundle] Allow to use the BrowserKit assertions with Panther and API Platform's test client
  Use ConnectionRegistry instead of RegistryInterface.
  Fixes windows error
  Improving the request/response format autodetection
  [Messager] Simplified MessageBus::__construct()
  [WIP][Mailer] Overwrite envelope sender and recipients from config
  [Messenger] Added more test for MessageBus
  [Mime] Updated some PHPDoc contents
  [PropertyAccess] Adds entries to CHANGELOG and UPGRADE
  fixed typo
  [FrameworkBundle] Simplified some code in the DI configuration
  [Filesystem] added missing deprecations to UPGRADE-4.3.md
  [Filesystem] depreacte calling isAbsolutePath with a null
  Fix authentication for redis transport
  only decorate when an event dispatcher was passed
  [Messenger] Added support for auto trimming of redis streams
  [FrmaeworkBundle] More simplifications in the DI configuration
  ...
2019-07-04 15:54:52 +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
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 deprecate non-string constraint violation codes 2019-06-28 19:01:10 +02: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
GreaterThanValidator.php
GroupSequence.php [Validator] Fix GroupSequenceProvider annotation 2019-06-20 08:43:29 +02:00
GroupSequenceProvider.php
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
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 [Validator] Add a Length::$allowEmptyString option to reject empty strings 2019-07-01 09:11:48 +02:00
LengthValidator.php [Validator] Add a Length::$allowEmptyString option to reject empty strings 2019-07-01 09:11:48 +02: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
LessThanValidator.php
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
NotIdenticalTo.php switched array() to [] 2019-01-16 10:39:14 +01:00
NotIdenticalToValidator.php
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
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
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