aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiUserrights.php
Commit message (Expand)AuthorAgeFilesLines
* Convert ChangeTags public interface to Authority.Petr Pchelko2021-02-241-1/+1
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-1/+1
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-1/+1
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-0/+5
* Sort user groups when shown in drop-downsMatěj Suchánek2019-09-241-3/+9
* Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-0/+1
* Replace User::isAllowed with PermissionManager.Petr Pchelko2019-08-201-1/+1
* Users with partial access to user rights should not be blockedDavid Barratt2019-07-191-3/+1
* Deprecate User::isBlocked()David Barratt2019-04-251-2/+7
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* API: Fix PHP Warning for "count(): Parameter must be an array"Timo Tijhof2018-04-191-2/+3
* Test ApiUserrightsAryeh Gregor2018-04-121-2/+5
* API: Account for PHP 7.2 changeBrad Jorsch2017-12-041-5/+6
* Remove $wgDisableUserGroupExpiry feature flagThis, that and the other2017-05-061-1/+1
* Make API documentation links language awareBaha2017-04-051-1/+1
* User group memberships that expireThis, that and the other2017-01-271-7/+54
* Add tags support to userrightsYuriy Shnitkovskiy2017-01-021-1/+15
* Convert all array() syntax to []Kunal Mehta2016-02-171-17/+17
* API: Flag "user" parameters in various modules as type 'user'Brad Jorsch2016-01-091-1/+1
* Prevent blocked users from changing user rights through the APIAndrew H2015-12-221-0/+8
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-2/+2
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-20/+8
* User rights API: Abstract out some stuff about core's form into separate methodsAlex Monk2014-10-011-4/+20
* API: Overhaul token handlingBrad Jorsch2014-08-261-11/+10
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Explicitly support user id in action=userrightsKunal Mehta2013-12-161-3/+10
* Update indentation in ApiUserrights::execute()Siebrand Mazeland2013-11-171-4/+4
* Simplify ApiUserRights::getUrUser()Siebrand Mazeland2013-11-171-4/+2
* The light at the end of the API code format updating tunnelSiebrand Mazeland2013-11-141-0/+1
* Return errors from WatchActionBrad Jorsch2013-06-201-2/+1
* Set context when using UserrightsPageumherirrender2013-05-241-0/+2
* Added spaces before and removed spaces after 'array'umherirrender2013-04-141-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
* (bug 38190) Add "required" flag to some token paramsumherirrender2012-07-201-1/+4
* escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* (bug 19195) Make user IDs more readily available with the APIumherirrender2012-04-221-0/+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
* Adding context to the APIJohn Du Hart2011-10-261-3/+3
* 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
* Fix trailing whitespaceSam Reed2011-06-291-3/+4
* Oops, forgot to revert r86954 in r86973, not needed anymoreMax Semenik2011-04-261-2/+2
* Without this array_values(), user groups will be exported to JSON as object i...Max Semenik2011-04-261-2/+2
* Delete all the "API for MediaWiki 1.8+" commentsSam Reed2010-12-221-1/+1
* Replace my old e-mail address with my new one in API comments. A bit outdated...Roan Kattouw2010-12-221-1/+1
* Function return type hintsSam Reed2010-10-281-0/+3
* Minor followup to r74095, remove method as all it does is call it's parent (T...Sam Reed2010-10-011-4/+0