aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api
Commit message (Expand)AuthorAgeFilesLines
* Refactor ApiEmailUser to use EmailUser/EmailUserFactory classes.Lewis Cawte2024-05-044-38/+43
* Merge "block: Fix ApiQueryBlocks query error when a table prefix is used"jenkins-bot2024-05-041-1/+1
|\
| * block: Fix ApiQueryBlocks query error when a table prefix is usedTim Starling2024-04-231-1/+1
* | Remove unused TitleParser in ApiFeedContributionsaddshore2024-05-042-6/+0
* | Merge "namespace MWDebug"jenkins-bot2024-05-031-0/+1
|\ \
| * | namespace MWDebugAmir Sarabadani2024-05-031-0/+1
* | | Merge "api: Join actor conditionally on list=logevents"jenkins-bot2024-05-031-11/+14
|\ \ \
| * | | api: Join actor conditionally on list=logeventsUmherirrender2024-04-301-11/+14
| |/ /
* | | Merge "docs: Adjust all @deprecated tags to use 'since…' for consistency"jenkins-bot2024-05-021-1/+1
|\ \ \ | |/ / |/| |
| * | docs: Adjust all @deprecated tags to use 'since…' for consistencyJames D. Forrester2024-05-011-1/+1
* | | Merge "Temporary accounts: Perform redirect for first successful edit"jenkins-bot2024-04-301-2/+12
|\ \ \ | |/ / |/| |
| * | Temporary accounts: Perform redirect for first successful editKosta Harlan2024-04-291-2/+12
* | | Merge "api: Reduce use of WebRequest in action=upload"jenkins-bot2024-04-291-12/+6
|\ \ \ | |/ / |/| |
| * | api: Reduce use of WebRequest in action=uploadUmherirrender2024-03-291-12/+6
* | | ApiQuerySiteInfo: Minor cleanupReedy2024-04-281-8/+6
* | | Migrate several more raw SQL building to expression buildersAmir Sarabadani2024-04-261-1/+1
* | | Localisation updates from https://translatewiki.net.Translation updater bot2024-04-261-0/+1
* | | Catch exceptions from ::isWriteMode in ApiMain::sendCacheHeadersDreamy Jazz2024-04-231-1/+1
* | | Merge "Use expression builder to avoid raw sql via BETWEEN operator"jenkins-bot2024-04-231-3/+1
|\ \ \
| * | | Use expression builder to avoid raw sql via BETWEEN operatorUmherirrender2024-04-211-3/+1
* | | | Localisation updates from https://translatewiki.net.Translation updater bot2024-04-231-5/+5
| |_|/ |/| |
* | | Ignore/fix MediaWiki.Commenting.PropertyDocumentation.WrongStyleTaavi Väänänen2024-04-222-0/+2
* | | Use ignore comments for MediaWiki.Usage.ExtendClassUsage.FunctionVarUsageTaavi Väänänen2024-04-222-0/+5
* | | Localisation updates from https://translatewiki.net.Translation updater bot2024-04-221-0/+2
* | | api: Fix PSR2.Classes.PropertyDeclaration.Multiple errorsTaavi Väänänen2024-04-2114-52/+152
|/ /
* | Fix some line indentUmherirrender2024-04-202-2/+2
* | api: Pass wikiId to UserIdentity instance for action=userrightsUmherirrender2024-04-171-1/+1
* | search: Use ServiceOptions not full config objectDerick Alangi2024-04-161-4/+6
* | Localisation updates from https://translatewiki.net.Translation updater bot2024-04-161-11/+11
* | Localisation updates from https://translatewiki.net.Translation updater bot2024-04-151-0/+5
* | Merge "api: Replace null $httpCode by 0 in ApiBase::dieWithErrorOrDebug"jenkins-bot2024-04-121-1/+1
|\ \
| * | api: Replace null $httpCode by 0 in ApiBase::dieWithErrorOrDebugUmherirrender2024-04-101-1/+1
* | | Merge "Substitute category default sort key when filling links table, not at ...jenkins-bot2024-04-111-1/+5
|\ \ \
| * | | Substitute category default sort key when filling links table, not at parse timeC. Scott Ananian2024-03-291-1/+5
| | |/ | |/|
* | | Document more methods that accept MessageSpecifier, not just MessageBartosz Dziewoński2024-04-093-7/+7
| |/ |/|
* | Merge "Define ApiQuery::isWriteMode"jenkins-bot2024-04-091-0/+16
|\ \
| * | Define ApiQuery::isWriteModeDreamy Jazz2024-04-051-0/+16
* | | ApiResult: Make array ordering consistent across PHP versionsMáté Szabó2024-04-051-1/+22
|/ /
* | Localisation updates from https://translatewiki.net.Translation updater bot2024-04-042-34/+45
* | Localisation updates from https://translatewiki.net.Translation updater bot2024-04-031-0/+1
* | Localisation updates from https://translatewiki.net.Translation updater bot2024-04-012-1/+2
* | Merge "Use explicit value checks where "0" is valid input"jenkins-bot2024-03-301-1/+3
|\ \ | |/ |/|
| * Use explicit value checks where "0" is valid inputMatěj Suchánek2024-02-221-1/+3
* | Localisation updates from https://translatewiki.net.Translation updater bot2024-03-291-1/+1
* | Merge "Switch Special:Upload to use async upload-by-url"jenkins-bot2024-03-281-3/+4
|\ \
| * | Switch Special:Upload to use async upload-by-urlGiuseppe Lavagetto2024-03-281-3/+4
* | | Localisation updates from https://translatewiki.net.Translation updater bot2024-03-271-5/+8
* | | Localisation updates from https://translatewiki.net.Translation updater bot2024-03-261-6/+6
* | | Merge "Allow async upload by url via the Api"jenkins-bot2024-03-251-26/+64
|\| |
| * | Allow async upload by url via the ApiGiuseppe Lavagetto2024-03-231-26/+64