aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryAllImages.php
Commit message (Expand)AuthorAgeFilesLines
* Add 'temp' to allowed user types in various APIsThalia2023-11-301-1/+1
* api: Migrate away from buildLike to expression builderAmir Sarabadani2023-11-081-4/+10
* Mass migrate simple cases to use expression builderAmir Sarabadani2023-10-261-1/+1
* Use SQL expression builder in the first couple of placesBartosz Dziewoński2023-10-201-9/+5
* filerepo: Switch to use IConnectionProvider where possibleAmir Sarabadani2023-09-121-2/+2
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Merge "api: Fix order by on list=allimages&aisort=timestamp for pagination"jenkins-bot2022-11-231-9/+0
|\
| * api: Fix order by on list=allimages&aisort=timestamp for paginationUmherirrender2022-10-271-9/+0
* | api: Validate timestamp in continue parameterUmherirrender2022-11-011-1/+1
|/
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-10/+5
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-10/+10
* api: Replace numerous deprecated constantsReedy2022-06-061-20/+22
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-2/+3
* ApiQueryAllImages does not enumerate all available pagesReedy2022-02-041-1/+1
* api: Inject GroupPermissionsLookup into modulesUmherirrender2021-07-061-2/+9
* api: Inject services into ApiQueryAllImagesUmherirrender2021-07-031-3/+7
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Stop using legacy ActorMigration fields img_user/oi_user/fa_userTim Starling2021-04-261-10/+2
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-1/+1
* Revert "Enhance GroupPermissionsLookup and use it."Ppchelko2021-01-121-11/+2
* Enhance GroupPermissionsLookup and use it.Petr Pchelko2021-01-111-2/+11
* Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+8
* Use MediaWikiServices::getRepoGroup in api related classesUmherirrender2020-04-111-1/+2
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-2/+5
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-7/+7
* Improve param docsUmherirrender2019-11-281-1/+1
* Remove deprecated User groups/permission static calls.Petr Pchelko2019-08-211-1/+1
* i18n: Rename 11 messages for case-complianceJames D. Forrester2019-05-181-1/+1
* Use (int) rather than intval()Reedy2019-02-251-2/+2
* Simplify PHP by using ?? and ?:Fomafix2018-07-101-5/+5
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-16/+9
* Remove "Created on" from file header commentsUmherirrender2018-01-261-2/+0
* Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-301-3/+5
* Remove $wgDisableUserGroupExpiry feature flagThis, that and the other2017-05-061-3/+1
* Make API documentation links language awareBaha2017-04-051-1/+1
* Merge "Allow filtering by username on Special:NewFiles"jenkins-bot2017-03-291-2/+11
|\
| * Allow filtering by username on Special:NewFilesMatthias Mullie2017-03-141-2/+11
* | Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+2
|/
* Make user_groups queries honor $wgDisableUserGroupExpiryThis, that and the other2017-01-311-1/+3
* Disregard expired user_group rows in special page and API DB queriesThis, that and the other2017-01-271-1/+2
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-24/+28
* Rename getSlaveDB() FileRepo method to getReplicaDB()Aaron Schulz2016-11-181-2/+2
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-51/+51
* Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-1/+1
* ApiBase::PARAM_DFLT => null is the default anywayThiemo Mättig2015-10-051-1/+0
* Fix most PHP CodeSniffer warnings in includes/apiSiebrand Mazeland2015-09-281-1/+2
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-1/+1