Skip to content

Tags: illuminate/validation

Tags

v12.44.0

Toggle v12.44.0's commit message
[12.x] Fix `Password::required()` and `Password::sometimes()` usage a…

…s array (#58188)

* [12.x] Fix `Password::required()` and `Password::sometimes()` usage as
array

fix #58185

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* formatting

---------

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Co-authored-by: Taylor Otwell <taylor@laravel.com>

v12.43.1

Toggle v12.43.1's commit message
[12.x] Fix Password::required() to fail when value is missing (#58125)

* Fix Password::required() to fail when value is missing

* Update Password.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v12.43.0

Toggle v12.43.0's commit message
[12.x] Fix Password::required() to fail when value is missing (#58125)

* Fix Password::required() to fail when value is missing

* Update Password.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v12.42.0

Toggle v12.42.0's commit message
[12.x] Fix `required` and `sometimes` validation of `Password` rule (…

…#58034)

* Fix required and sometimes validation options to Password rule

* Update password validation tests for required and sometimes rules

---------

Co-authored-by: cuong.tt <cuong.tt@gmail.com>

v12.41.1

Toggle v12.41.1's commit message
[12.x] Add `encoding` validation rule for uploaded files (#57823)

* validate file encoding

* add method to file rule helper

* test file rule helper

* add translation and replacements

* allow string or uploaded file

* generic message for strings and files

* handle invalid encoding parameter

* test more scenarios

* tidy grammar

* no @ silencing

* typo

* lowercase encodings

* doc block

* ci

* alpha

* test multiple

* generic test filenames

* formatting

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v12.41.0

Toggle v12.41.0's commit message
[12.x] Add `encoding` validation rule for uploaded files (#57823)

* validate file encoding

* add method to file rule helper

* test file rule helper

* add translation and replacements

* allow string or uploaded file

* generic message for strings and files

* handle invalid encoding parameter

* test more scenarios

* tidy grammar

* no @ silencing

* typo

* lowercase encodings

* doc block

* ci

* alpha

* test multiple

* generic test filenames

* formatting

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v12.40.2

Toggle v12.40.2's commit message
[12.x] Add `encoding` validation rule for uploaded files (#57823)

* validate file encoding

* add method to file rule helper

* test file rule helper

* add translation and replacements

* allow string or uploaded file

* generic message for strings and files

* handle invalid encoding parameter

* test more scenarios

* tidy grammar

* no @ silencing

* typo

* lowercase encodings

* doc block

* ci

* alpha

* test multiple

* generic test filenames

* formatting

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v12.40.1

Toggle v12.40.1's commit message
[12.x] Add `encoding` validation rule for uploaded files (#57823)

* validate file encoding

* add method to file rule helper

* test file rule helper

* add translation and replacements

* allow string or uploaded file

* generic message for strings and files

* handle invalid encoding parameter

* test more scenarios

* tidy grammar

* no @ silencing

* typo

* lowercase encodings

* doc block

* ci

* alpha

* test multiple

* generic test filenames

* formatting

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v12.40.0

Toggle v12.40.0's commit message
[12.x] Add `encoding` validation rule for uploaded files (#57823)

* validate file encoding

* add method to file rule helper

* test file rule helper

* add translation and replacements

* allow string or uploaded file

* generic message for strings and files

* handle invalid encoding parameter

* test more scenarios

* tidy grammar

* no @ silencing

* typo

* lowercase encodings

* doc block

* ci

* alpha

* test multiple

* generic test filenames

* formatting

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v12.39.0

Toggle v12.39.0's commit message
[12.x] Revert lowercasing validation message placeholders (#57733)

* Revert lowercasing validation message placeholders

* Remove unused import

* Opened the wrong file and commited prematurely