aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiUnblock.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* (bug 43518) API action=unblock should return the user name, not the full user...Alex Monk2013-03-041-1/+1
* api: remove duplicate __contruct callsAntoine Musso2013-01-291-4/+0
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* Merge "escape HTML elements in docblock with double quotes"Aaron Schulz2012-07-181-1/+1
|\
| * escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* | API: Cleanup around comment/reason paramsumherirrender2012-07-081-3/+3
|/
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+27
* Merge "(bug 19195) Make user IDs more readily available with the API"Reedy2012-05-101-1/+3
|\
| * (bug 19195) Make user IDs more readily available with the APIumherirrender2012-04-221-1/+3
* | (bug 35993) gettoken should go die in a fire (part 1)Szymon Úwierkosz2012-05-061-2/+5
|/
* Bug 35646 - ApiBlockTest::testMakeNormalBlock() brokenReedy2012-04-021-1/+1
* Oh noes, moar http:// -> https://Sam Reed2011-11-281-1/+1
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* Removed usage of $wgUser in block and unblock processing:Alexandre Emsenhuber2011-11-131-2/+2
* DocumentationSam Reed2011-10-271-1/+1
* Adding context to the APIJohn Du Hart2011-10-261-4/+4
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1
* Followup r92396, add help urls for most of the core (non query) modulesSam Reed2011-07-171-0/+4
* Single messages can be passed as strings to Api::dieUsageMsg()Antoine Musso2011-05-191-4/+4
* Set forgotten api parameters typesKrinkle2011-04-041-1/+3