aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/Validator
Commit message (Expand)AuthorAgeFilesLines
* 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