aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/ParamValidator
Commit message (Expand)AuthorAgeFilesLines
* Merge "libs: Use type declaration on undocumented private functions"jenkins-bot2025-04-041-1/+1
|\
| * libs: Use type declaration on undocumented private functionsUmherirrender2025-03-311-1/+1
* | Localisation updates from https://translatewiki.net.Translation updater bot2025-03-311-0/+14
|/
* Localisation updates from https://translatewiki.net.Translation updater bot2025-03-241-0/+23
* Localisation updates from https://translatewiki.net.Translation updater bot2025-03-171-0/+6
* Merge "ParamValidator: reject expiry dates that don't fit in 14 chars"jenkins-bot2025-01-221-1/+12
|\
| * ParamValidator: reject expiry dates that don't fit in 14 charsTim Starling2025-01-221-1/+12
* | Localisation updates from https://translatewiki.net.Translation updater bot2025-01-221-2/+3
|/
* Localisation updates from https://translatewiki.net.Translation updater bot2025-01-201-4/+4
* Localisation updates from https://translatewiki.net.Translation updater bot2024-12-261-1/+1
* Localisation updates from https://translatewiki.net.Translation updater bot2024-12-111-0/+26
* Localisation updates from https://translatewiki.net.Translation updater bot2024-11-251-0/+6
* Localisation updates from https://translatewiki.net.Translation updater bot2024-11-181-1/+43
* Localisation updates from https://translatewiki.net.Translation updater bot2024-11-133-2/+28
* Localisation updates from https://translatewiki.net.Translation updater bot2024-11-122-2/+30
* Localisation updates from https://translatewiki.net.Translation updater bot2024-11-061-1/+1
* Localisation updates from https://translatewiki.net.Translation updater bot2024-11-011-0/+5
* Localisation updates from https://translatewiki.net.Translation updater bot2024-10-282-1/+12
* Localisation updates from https://translatewiki.net.Translation updater bot2024-10-211-0/+21
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-162-2/+2
* Localisation updates from https://translatewiki.net.Translation updater bot2024-10-101-1/+1
* Localisation updates from https://translatewiki.net.Translation updater bot2024-10-071-0/+8
* Localisation updates from https://translatewiki.net.Translation updater bot2024-10-021-0/+2
* Merge "libs: Add missing documentation to class properties"jenkins-bot2024-09-142-0/+2
|\
| * libs: Add missing documentation to class propertiesUmherirrender2024-09-132-0/+2
* | Use const keyword for constant list of strings or intsUmherirrender2024-09-112-12/+12
|/
* Localisation updates from https://translatewiki.net.Translation updater bot2024-08-121-1/+8
* Localisation updates from https://translatewiki.net.Translation updater bot2024-08-081-0/+2
* Replace gettype() with get_debug_type() in exception messagesBartosz Dziewoński2024-07-311-1/+1
* Localisation updates from https://translatewiki.net.Translation updater bot2024-07-291-1/+1
* Localisation updates from https://translatewiki.net.Translation updater bot2024-07-241-1/+2
* Localisation updates from https://translatewiki.net.Translation updater bot2024-07-234-2/+7
* Localisation updates from https://translatewiki.net.Translation updater bot2024-07-225-1/+10
* REST: force multi-value to be an array in json.daniel2024-07-193-1/+22
* Localisation updates from https://translatewiki.net.Translation updater bot2024-07-191-0/+2
* Merge "REST: avoid crash on non-strings in request body"jenkins-bot2024-07-185-0/+35
|\
| * REST: avoid crash on non-strings in request bodydaniel2024-07-165-0/+35
* | Localisation updates from https://translatewiki.net.Translation updater bot2024-07-171-0/+4
|/
* Merge "REST: Enable strict type validation in JSON request bodies"jenkins-bot2024-07-083-25/+0
|\
| * REST: Enable strict type validation in JSON request bodiesdaniel2024-07-043-25/+0
* | Localisation updates from https://translatewiki.net.Translation updater bot2024-07-081-0/+4
|/
* Localisation updates from https://translatewiki.net.Translation updater bot2024-07-031-0/+4
* REST: accept empty strings in request bodydaniel2024-07-012-3/+11
* Localisation updates from https://translatewiki.net.Translation updater bot2024-07-014-0/+16
* REST: detect mismatching value types in json requestdaniel2024-06-286-9/+124
* Localisation updates from https://translatewiki.net.Translation updater bot2024-06-172-0/+3
* Add "implements Stringable" to every class with "function __toString()"Bartosz Dziewoński2024-06-131-1/+2
* Localisation updates from https://translatewiki.net.Translation updater bot2024-06-061-1/+1
* Localisation updates from https://translatewiki.net.Translation updater bot2024-05-271-2/+3
* REST: Add support for complex parameters.daniel2024-04-022-3/+15