aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryBlocks.php
Commit message (Expand)AuthorAgeFilesLines
* ApiQueryBlock: Don't return page restrictions when pages were deletedDayllan Maza2025-03-181-3/+4
* block: Add localized duration to API responsesTim Starling2025-03-101-0/+9
* ApiQueryBlocks: add 'parsedreason' propMusikAnimal2025-01-091-2/+13
* rdbms: fix table prefixing in "FOR UPDATE" clause generation in PostgresAaron Schulz2024-12-111-1/+1
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-10/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+5
* Use expression builder instead of raw sqlUmherirrender2024-07-231-3/+7
* block: Deprecate and stop using $wgBlockTargetMigrationStageTim Starling2024-05-101-153/+97
* block: Fix ApiQueryBlocks query error when a table prefix is usedTim Starling2024-04-231-1/+1
* block: Fix exception in ApiQueryBlocks when specified users are not blockedTim Starling2024-03-191-1/+5
* block: In ApiQueryBlocks use a union when querying for both users and IPsTim Starling2024-03-151-8/+24
* Special:BlockList: Improve display of hidden usersTim Starling2023-12-051-2/+13
* Add 'temp' to allowed user types in various APIsThalia2023-11-301-1/+1
* Support new block schemaTim Starling2023-11-291-65/+139
* api: Migrate away from buildLike to expression builderAmir Sarabadani2023-11-081-1/+3
* Migrate another batch to use $db->expr instead of raw SQLAmir Sarabadani2023-10-301-7/+3
* Mass migrate simple cases to use expression builderAmir Sarabadani2023-10-261-1/+1
* Blocks documentation reviewTim Starling2023-09-061-7/+5
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-8/+3
* i18n: Split apihelp for standard dir parameterUmherirrender2023-08-051-0/+4
* Simplify WHERE conditions with field IS NULLUmherirrender2023-07-241-3/+2
* Api: Fix some very old copyright statements for RoanJames D. Forrester2023-03-161-1/+1
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+1
* api: Validate timestamp in continue parameterUmherirrender2022-11-011-1/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-2/+2
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-5/+2
* SQLPlatform: Introduce buildComparison()Bartosz Dziewoński2022-09-101-6/+5
* api: Minor code cleanupReedy2022-08-141-1/+2
* api: Replace numerous deprecated constantsReedy2022-06-061-18/+20
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-3/+4
* Merge "api: Fix documenation/types related to null and int types"jenkins-bot2022-02-241-1/+1
|\
| * api: Fix documenation/types related to null and int typesUmherirrender2022-02-241-1/+1
* | api: Remove ApiQueryBlocks::prepareUsernameUmherirrender2022-02-191-35/+5
|/
* 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