index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
api
/
ApiUnblock.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert (Un)BlockUser to Authority
Petr Pchelko
2021-03-18
1
-2
/
+2
*
Use Authority and GroupPermissionLookup in Action API
Cindy Cicalese
2021-02-23
1
-7
/
+1
*
Inject UserCache into ApiUnblock
DannyS712
2020-11-19
1
-12
/
+7
*
Add pure unit tests for ApiUnblock
DannyS712
2020-11-19
1
-1
/
+11
*
Introduce backend class for unblocking users
Martin Urbanec
2020-08-25
1
-31
/
+54
*
API: Use ParamValidator library
Brad Jorsch
2020-02-04
1
-2
/
+7
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-2
/
+2
*
Unsuppress more phan issues (part 5)
Daimona Eaytoy
2019-09-01
1
-4
/
+6
*
Replace User::isAllowed with PermissionManager.
Petr Pchelko
2019-08-20
1
-1
/
+1
*
Rename Block to MediaWiki\Block\DatabaseBlock
Thalia
2019-05-28
1
-2
/
+4
*
Restore ApiQueryUserInfo::getBlockInfo() as a stub.
daniel
2019-05-11
1
-1
/
+1
*
Move ApiQueryUserInfo::getBlockInfo() to ApiBase
Amir Sarabadani
2019-05-06
1
-1
/
+3
*
Deprecate User::isBlocked()
David Barratt
2019-04-25
1
-2
/
+3
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-4
/
+0
*
Make API documentation links language aware
Baha
2017-04-05
1
-1
/
+1
*
includes/api: Replace implicitly-Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-24
1
-1
/
+1
*
Block API: Allow blocking/unblocking by user's ID
Subin Siby
2016-12-13
1
-1
/
+14
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-13
/
+6
*
Add tags support to patrol, protect, unblock, and undelete
Geoffrey Mon
2016-02-29
1
-1
/
+14
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-9
/
+9
*
API: Give block details along with errors
Alex Monk
2015-06-17
1
-1
/
+7
*
API: Fix access on getExamplesMessages
Brad Jorsch
2014-10-29
1
-1
/
+1
*
API: Internationalize all remaining core API modules
Brad Jorsch
2014-10-20
1
-19
/
+5
*
API: Overhaul token handling
Brad Jorsch
2014-08-26
1
-7
/
+1
*
API: Remove action=paraminfo 'props' and 'errors' result properties
Brad Jorsch
2014-08-07
1
-33
/
+0
*
Add final period to API module descriptions
addshore
2014-03-10
1
-1
/
+1
*
Fix more concatenation errors
Brad Jorsch
2013-12-29
1
-4
/
+4
*
Fix CodeSniffer errors and warnings on some API classes
Siebrand Mazeland
2013-11-15
1
-2
/
+4
*
The light at the end of the API code format updating tunnel
Siebrand Mazeland
2013-11-14
1
-0
/
+1
*
SECURITY: Prevent tokens in jsonp mode
Brad Jorsch
2013-09-03
1
-15
/
+0
*
(bug 43518) API action=unblock should return the user name, not the full user...
Alex Monk
2013-03-04
1
-1
/
+1
*
api: remove duplicate __contruct calls
Antoine Musso
2013-01-29
1
-4
/
+0
*
(bug 35885) remove api version string and parameter
Yuri Astrakhan
2013-01-18
1
-4
/
+0
*
Merge "escape HTML elements in docblock with double quotes"
Aaron Schulz
2012-07-18
1
-1
/
+1
|
\
|
*
escape HTML elements in docblock with double quotes
Antoine Musso
2012-07-15
1
-1
/
+1
*
|
API: Cleanup around comment/reason params
umherirrender
2012-07-08
1
-3
/
+3
|
/
*
Added result properties to action=paraminfo
Petr Onderka
2012-06-06
1
-0
/
+27
*
Merge "(bug 19195) Make user IDs more readily available with the API"
Reedy
2012-05-10
1
-1
/
+3
|
\
|
*
(bug 19195) Make user IDs more readily available with the API
umherirrender
2012-04-22
1
-1
/
+3
*
|
(bug 35993) gettoken should go die in a fire (part 1)
Szymon Ćwierkosz
2012-05-06
1
-2
/
+5
|
/
*
Bug 35646 - ApiBlockTest::testMakeNormalBlock() broken
Reedy
2012-04-02
1
-1
/
+1
*
Oh noes, moar http:// -> https://
Sam Reed
2011-11-28
1
-1
/
+1
*
Removed the 'eclipse helper' bit on top of every API module
John Du Hart
2011-11-16
1
-5
/
+0
*
Removed usage of $wgUser in block and unblock processing:
Alexandre Emsenhuber
2011-11-13
1
-2
/
+2
*
Documentation
Sam Reed
2011-10-27
1
-1
/
+1
*
Adding context to the API
John Du Hart
2011-10-26
1
-4
/
+4
*
Based on diff to wikia, set more functions consistently public rather than pr...
Sam Reed
2011-08-17
1
-1
/
+1
*
Followup r92396, add help urls for most of the core (non query) modules
Sam Reed
2011-07-17
1
-0
/
+4
*
Single messages can be passed as strings to Api::dieUsageMsg()
Antoine Musso
2011-05-19
1
-4
/
+4
*
Set forgotten api parameters types
Krinkle
2011-04-04
1
-1
/
+3
[next]