| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert ChangeTags public interface to Authority. | Petr Pchelko | 2021-02-24 | 1 | -1/+1 |
* | Use Authority and GroupPermissionLookup in Action API | Cindy Cicalese | 2021-02-23 | 1 | -1/+1 |
* | phan: Enable redundant_condition_detection | Umherirrender | 2020-07-01 | 1 | -1/+1 |
* | API: Use ParamValidator library | Brad Jorsch | 2020-02-04 | 1 | -0/+5 |
* | Sort user groups when shown in drop-downs | Matěj Suchánek | 2019-09-24 | 1 | -3/+9 |
* | Unsuppress more phan issues (part 5) | Daimona Eaytoy | 2019-09-01 | 1 | -0/+1 |
* | Replace User::isAllowed with PermissionManager. | Petr Pchelko | 2019-08-20 | 1 | -1/+1 |
* | Users with partial access to user rights should not be blocked | David Barratt | 2019-07-19 | 1 | -3/+1 |
* | Deprecate User::isBlocked() | David Barratt | 2019-04-25 | 1 | -2/+7 |
* | Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient | Bartosz Dziewoński | 2018-05-30 | 1 | -1/+1 |
* | API: Fix PHP Warning for "count(): Parameter must be an array" | Timo Tijhof | 2018-04-19 | 1 | -2/+3 |
* | Test ApiUserrights | Aryeh Gregor | 2018-04-12 | 1 | -2/+5 |
* | API: Account for PHP 7.2 change | Brad Jorsch | 2017-12-04 | 1 | -5/+6 |
* | Remove $wgDisableUserGroupExpiry feature flag | This, that and the other | 2017-05-06 | 1 | -1/+1 |
* | Make API documentation links language aware | Baha | 2017-04-05 | 1 | -1/+1 |
* | User group memberships that expire | This, that and the other | 2017-01-27 | 1 | -7/+54 |
* | Add tags support to userrights | Yuriy Shnitkovskiy | 2017-01-02 | 1 | -1/+15 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -17/+17 |
* | API: Flag "user" parameters in various modules as type 'user' | Brad Jorsch | 2016-01-09 | 1 | -1/+1 |
* | Prevent blocked users from changing user rights through the API | Andrew H | 2015-12-22 | 1 | -0/+8 |
* | API: Overhaul ApiResult, make format=xml not throw, and add json formatversion | Brad Jorsch | 2015-04-10 | 1 | -2/+2 |
* | 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 | -20/+8 |
* | User rights API: Abstract out some stuff about core's form into separate methods | Alex Monk | 2014-10-01 | 1 | -4/+20 |
* | API: Overhaul token handling | Brad Jorsch | 2014-08-26 | 1 | -11/+10 |
* | Add final period to API module descriptions | addshore | 2014-03-10 | 1 | -1/+1 |
* | Explicitly support user id in action=userrights | Kunal Mehta | 2013-12-16 | 1 | -3/+10 |
* | Update indentation in ApiUserrights::execute() | Siebrand Mazeland | 2013-11-17 | 1 | -4/+4 |
* | Simplify ApiUserRights::getUrUser() | Siebrand Mazeland | 2013-11-17 | 1 | -4/+2 |
* | The light at the end of the API code format updating tunnel | Siebrand Mazeland | 2013-11-14 | 1 | -0/+1 |
* | Return errors from WatchAction | Brad Jorsch | 2013-06-20 | 1 | -2/+1 |
* | Set context when using UserrightsPage | umherirrender | 2013-05-24 | 1 | -0/+2 |
* | Added spaces before and removed spaces after 'array' | umherirrender | 2013-04-14 | 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 |
* | (bug 38190) Add "required" flag to some token params | umherirrender | 2012-07-20 | 1 | -1/+4 |
* | escape HTML elements in docblock with double quotes | Antoine Musso | 2012-07-15 | 1 | -1/+1 |
* | (bug 19195) Make user IDs more readily available with the API | umherirrender | 2012-04-22 | 1 | -0/+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 |
* | Adding context to the API | John Du Hart | 2011-10-26 | 1 | -3/+3 |
* | 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 |
* | Fix trailing whitespace | Sam Reed | 2011-06-29 | 1 | -3/+4 |
* | Oops, forgot to revert r86954 in r86973, not needed anymore | Max Semenik | 2011-04-26 | 1 | -2/+2 |
* | Without this array_values(), user groups will be exported to JSON as object i... | Max Semenik | 2011-04-26 | 1 | -2/+2 |
* | Delete all the "API for MediaWiki 1.8+" comments | Sam Reed | 2010-12-22 | 1 | -1/+1 |
* | Replace my old e-mail address with my new one in API comments. A bit outdated... | Roan Kattouw | 2010-12-22 | 1 | -1/+1 |
* | Function return type hints | Sam Reed | 2010-10-28 | 1 | -0/+3 |
* | Minor followup to r74095, remove method as all it does is call it's parent (T... | Sam Reed | 2010-10-01 | 1 | -4/+0 |