aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiUnblock.php
Commit message (Expand)AuthorAgeFilesLines
* block: Add a BlockTarget class hierarchyTim Starling2025-02-191-10/+12
* block: Fix vague target requirements in BlockPermissionCheckerTim Starling2025-02-131-3/+2
* block: Fix unblock by ID of self-blockTim Starling2025-01-271-1/+2
* ApiUnblock: Add support for multiblocksDayllan Maza2025-01-141-8/+41
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+5
* Add MediaWiki\Watchlist namespace to the related classesEbrahim Byagowi2024-05-221-0/+1
* Change DatabaseBlock::TYPE_AUTO to Block::TYPE_AUTODogu2024-01-031-3/+3
* Merge "Add 'temp' to allowed user types in various APIs"jenkins-bot2023-11-301-1/+1
|\
| * Add 'temp' to allowed user types in various APIsThalia2023-11-301-1/+1
* | Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
|/
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz DziewoƄski2023-08-291-11/+4
* Merge "api: Add watch option for userpage to action=unblock"jenkins-bot2023-03-171-4/+60
|\
| * api: Add watch option for userpage to action=unblockUmherirrender2023-03-081-4/+60
* | Api: Fix some very old copyright statements for RoanJames D. Forrester2023-03-161-1/+1
|/
* api: Replace numerous more deprecated constantsReedy2022-06-061-1/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-5/+6
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* api: Replace UserCache in ApiUnblockUmherirrender2021-06-301-9/+8
* Hard-deprecate AbstractBlock::getTargetAndType() and getTarget()vladshapik2021-06-221-3/+4
* Convert (Un)BlockUser to AuthorityPetr Pchelko2021-03-181-2/+2
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-7/+1
* Inject UserCache into ApiUnblockDannyS7122020-11-191-12/+7
* Add pure unit tests for ApiUnblockDannyS7122020-11-191-1/+11
* Introduce backend class for unblocking usersMartin Urbanec2020-08-251-31/+54
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-2/+7
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-4/+6
* Replace User::isAllowed with PermissionManager.Petr Pchelko2019-08-201-1/+1
* Rename Block to MediaWiki\Block\DatabaseBlockThalia2019-05-281-2/+4
* Restore ApiQueryUserInfo::getBlockInfo() as a stub.daniel2019-05-111-1/+1
* Move ApiQueryUserInfo::getBlockInfo() to ApiBaseAmir Sarabadani2019-05-061-1/+3
* Deprecate User::isBlocked()David Barratt2019-04-251-2/+3
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Make API documentation links language awareBaha2017-04-051-1/+1
* includes/api: Replace implicitly-Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-241-1/+1
* Block API: Allow blocking/unblocking by user's IDSubin Siby2016-12-131-1/+14
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-13/+6
* Add tags support to patrol, protect, unblock, and undeleteGeoffrey Mon2016-02-291-1/+14
* Convert all array() syntax to []Kunal Mehta2016-02-171-9/+9
* API: Give block details along with errorsAlex Monk2015-06-171-1/+7
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-19/+5
* API: Overhaul token handlingBrad Jorsch2014-08-261-7/+1
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-33/+0
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Fix more concatenation errorsBrad Jorsch2013-12-291-4/+4
* Fix CodeSniffer errors and warnings on some API classesSiebrand Mazeland2013-11-151-2/+4
* The light at the end of the API code format updating tunnelSiebrand Mazeland2013-11-141-0/+1
* SECURITY: Prevent tokens in jsonp modeBrad Jorsch2013-09-031-15/+0