aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/Validator
Commit message (Expand)AuthorAgeFilesLines
* fix(ApiParamValidator): PARAM_HELP_MSG_PER_VALUE for multi-string typesMichael Große2025-03-071-2/+11
* Merge "Replace uses of deprecated MediaWiki\Message\Converter"jenkins-bot2024-10-232-16/+6
|\
| * Replace uses of deprecated MediaWiki\Message\ConverterBartosz Dziewoński2024-10-232-16/+6
* | Use namespaced classesUmherirrender2024-10-211-1/+2
|/
* Add namespace to includes/api classesJames D. Forrester2024-09-253-7/+7
* Fix specifying messages with params as arrays in API documentationBartosz Dziewoński2024-08-211-13/+8
* Deprecate ApiBase::makeMessagetheprotonade2024-08-161-1/+10
* REST: accept empty strings in request bodydaniel2024-07-011-1/+1
* REST: Introduce trait for handling Status objectsdaniel2024-03-121-1/+0
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-141-1/+1
* Use native str_contains/str_starts_with in a few more placesthiemowmde2024-01-251-1/+1
* TagsDef: inject ChangeTagsStoreDannyS7122023-09-101-1/+4
* tests: Check more PARAM_HELP_MSG in ApiStructureTestUmherirrender2023-08-061-6/+4
* tests: Check more PARAM_HELP_MSG_PER_VALUE in ApiStructureTestUmherirrender2023-08-041-0/+12
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-1/+1
* Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-121-1/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-1/+1
* Use updated ObjectFactory namespaceAlexander Vorwerk2022-03-091-1/+1
* Fix typos in comments (A-B)Siddharth VP2021-12-261-1/+1
* Remove deprecated ApiBase::PARAM_VALUE_LINKSReedy2021-10-091-5/+0
* UserDef: use TitleParser instead of Title objectsDannyS7122021-09-141-1/+1
* UserDef: no need to return full User objectsDannyS7122021-09-141-1/+1
* Using @return never documentation on always-throw-functionUmherirrender2021-09-071-0/+1
* Cleanup mixed space/tab line indentUmherirrender2021-09-041-2/+2
* build: Updating dependencieslibraryupgrader2021-07-222-10/+10
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Merge "api: Add new 'raw' parameter type which avoids Unicode NFC normalization"jenkins-bot2021-01-012-0/+7
|\
| * api: Add new 'raw' parameter type which avoids Unicode NFC normalizationC. Scott Ananian2020-12-232-0/+7
* | Remove unneeded return type hint from function in ApiParamValidatorUmherirrender2020-12-181-1/+1
|/
* Add API validator for titlesGergő Tisza2020-11-061-0/+5
* UserDef DINikki Nikkhoui2020-08-051-1/+4
* Add expiry type to ParamValidatorMusikAnimal2020-04-081-0/+2
* Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-182-0/+2
* Move some validation logic from ApiStructureTest to ParamValidatorBrad Jorsch2020-02-042-13/+233
* API: Use ParamValidator libraryBrad Jorsch2020-02-043-0/+557