aboutsummaryrefslogtreecommitdiffstats
path: root/includes/block/UnblockUser.php
Commit message (Expand)AuthorAgeFilesLines
* Merge "block: Add autoblock filtering parameters"jenkins-bot2025-04-021-1/+2
|\
| * block: Add autoblock filtering parametersTim Starling2025-03-211-1/+2
* | Namespace all remaining files in includes/changetagsJames D. Forrester2025-03-251-1/+1
|/
* Namespace all remaining files in includes/loggingJames D. Forrester2025-03-191-1/+1
* block: Add a BlockTarget class hierarchyTim Starling2025-02-191-31/+13
* block: Fix vague target requirements in BlockPermissionCheckerTim Starling2025-02-131-3/+2
* block: Fix unblock by ID of self-blockTim Starling2025-01-271-5/+6
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-2/+0
* Merge "block: Update block action links in block log and contributions for mu...jenkins-bot2025-01-151-0/+2
|\
| * block: Update block action links in block log and contributions for multiblocksTim Starling2025-01-151-0/+2
* | ApiUnblock: Add support for multiblocksDayllan Maza2025-01-141-16/+63
|/
* Use real type hints for services etc. in includes/block/Bartosz DziewoƄski2024-07-311-14/+5
* Migrate callers of DatabaseBlock methods moved to DatabaseBlockStoreTim Starling2023-11-061-1/+1
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-1/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-1/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* Support fluent interface for StatusValueTChin2021-08-021-10/+5
* build: Updating dependencieslibraryupgrader2021-07-221-2/+2
* Remove AbstractBlock::parseTarget()Alexander Vorwerk2021-07-161-1/+1
* Introduce Block interface and replace AbstractBlock.daniel2021-05-111-10/+7
* Remove User::idFromName from UnblockUser::unblockUnsafeSTran2021-03-311-5/+2
* Convert (Un)BlockUser target to user identityPetr Pchelko2021-03-241-4/+5
* Hard-deprecate AbstractBlock::parseTargetPetr Pchelko2021-03-191-1/+7
* Convert (Un)BlockUser to AuthorityPetr Pchelko2021-03-181-6/+15
* Document list of change tags as string[]Umherirrender2020-11-201-1/+1
* Improve class property documentationUmherirrender2020-10-301-4/+4
* Deprecate DatabaseBlock methods moved to DatabaseBlockStoreThalia2020-09-131-1/+7
* Introduce backend class for unblocking usersMartin Urbanec2020-08-251-0/+219