aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryBlocks.php
Commit message (Expand)AuthorAgeFilesLines
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-2/+2
* Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatabl...Vlad.shapik2021-05-311-1/+1
* Return the action name instead of action id in API responseSTran2021-05-111-0/+10
* Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatable...Ppchelko2021-05-051-1/+1
* Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableNamevladshapik2021-05-041-1/+1
* Stop using legacy ActionMigration field "ipb_by"Tim Starling2021-04-281-6/+5
* Merge "Introduce infrastructure for partial blocks for actions"jenkins-bot2021-04-271-0/+4
|\
| * Introduce infrastructure for partial blocks for actionsThalia2021-04-271-0/+4
* | Hard deprecate User ::isIP, ::getOptionsvladshapik2021-04-261-2/+9
|/
* Inject CommentStore service into api query modulesDannyS7122021-04-231-4/+9
* Inject BlockRestrictionStore into ApiQueryBlocksThalia2021-04-191-6/+18
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-1/+1
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-0/+2
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Use namespaced IPUtils classKunal Mehta2020-01-011-8/+9
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+2
* Replace User::isAllowed with PermissionManager.Petr Pchelko2019-08-201-1/+1
* Rename BlockRestriction -> BlockRestrictionStore and wire it up as a serviceDayllan Maza2019-04-161-2/+3
* Prevent fatal PHP errors when PageRestriction::getTitle() returns null.David Barratt2019-02-071-1/+3
* API: Filter lists of IDs before sending them to the databaseBrad Jorsch2018-12-041-1/+1
* ApiQueryBlocks.php: Call static function staticallyReedy2018-11-201-1/+1
* List Partial Block details in ApiQueryBlocks and ApiQueryUserinfo.David Barratt2018-10-241-2/+68
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-2/+6
* Pass $key into CommentStore methods and use MediawikiServicesaddshore2018-02-051-3/+3
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Add `comment` table and code to start using itBrad Jorsch2017-08-301-2/+9
* Make API documentation links language awareBaha2017-04-051-1/+1
* ApiResult: Add ApiResult::formatExpiry()Brad Jorsch2017-01-111-3/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-8/+11
* Remove Block::purgeExpired() call from block query APIAaron Schulz2016-08-291-4/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-45/+45
* API: Flag "user" parameters in various modules as type 'user'Brad Jorsch2016-01-091-0/+1
* API: Use message-per-value for apihelp-query+blocks-param-propumherirrender2015-08-051-1/+2
* Cast various things that are supposed to be intsBrad Jorsch2015-05-061-3/+3
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-22/+10
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-1/+1
* API: Unconditionally load ipb_timestamp in ApiQueryBlocksBrad Jorsch2015-02-181-2/+1
* API: Make `usernames` a local variablePatrick Westerhoff2014-11-101-8/+4
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-47/+18
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-76/+0
* Switch API to use Config classesReedy2014-06-151-8/+8
* Use precise ApiMain/ApiQuery type hints in all API modulesThiemo Mättig2014-05-161-1/+1
* Fixed some @params documentation (includes/api)umherirrender2014-04-181-1/+1
* API: Make more continuations uniqueBrad Jorsch2014-04-111-6/+21
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Fix possible error list for action=query&list=blocksumherirrender2014-02-241-1/+1
* Fix CodeSniffer errors and warnings on a number of ApiQuery classesSiebrand Mazeland2013-11-151-4/+14
* Update formatting on some API classes (must've forgotten these)Siebrand Mazeland2013-11-141-5/+7