aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryUsers.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-10/+1
* Merge "Add systemuser param to Users API List result to flag system user acco...jenkins-bot2024-10-111-0/+4
|\
| * Add systemuser param to Users API List result to flag system user accountsOwen2022-10-251-0/+4
* | Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+5
* | api: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+1
* | Namespace includes/cacheJames D. Forrester2024-02-201-0/+1
* | Support new block schemaTim Starling2023-11-291-5/+10
* | Migrate another batch to use $db->expr instead of raw SQLAmir Sarabadani2023-10-301-2/+3
* | Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* | Use real type hints for services etc. in api/ApiQuery*.phpBartosz DziewoƄski2023-08-291-14/+5
* | Add User::newQueryBuilder()Tim Starling2023-06-271-4/+1
* | api: Remove use of UserrightsPage from list=usersUmherirrender2023-05-011-18/+6
* | Namespace SpecialUserRights under \MediaWiki\SpecialsJames D. Forrester2023-03-161-0/+1
* | Merge "Api: Fix some very old copyright statements for Roan"jenkins-bot2023-03-161-1/+1
|\ \
| * | Api: Fix some very old copyright statements for RoanJames D. Forrester2023-03-161-1/+1
* | | Rename PHP classes to match filenamesFomafix2023-03-161-1/+1
|/ /
* / user: Migrate selects in UserGroupManager to SelectQueryBuilderAmir Sarabadani2022-10-311-1/+1
|/
* api: Replace numerous deprecated constantsReedy2022-06-061-5/+6
* api: Change UserOptionsLookup to GenderCache in list=usersUmherirrender2022-04-141-11/+13
* Drop action api token methods deprecated in 1.24Petr Pchelko2021-09-131-80/+2
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-4/+1
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-1/+4
* api: Inject services into ApiQueryUsersUmherirrender2021-07-031-14/+41
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatabl...Vlad.shapik2021-05-311-2/+12
* Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatable...Ppchelko2021-05-051-12/+2
* Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableNamevladshapik2021-05-041-2/+12
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Remove uses of $wgUser in api token methodsDannyS7122020-09-091-10/+16
* Remove deprecated api token hooksDannyS7122020-09-081-1/+1
* Merge "Hard-deprecate UserGroupMembership methods replaced by manager"jenkins-bot2020-06-241-1/+4
|\
| * Hard-deprecate UserGroupMembership methods replaced by managerPetr Pchelko2020-06-121-1/+5
* | Merge "API: Use MediaWikiServices::getAuthManager in various Api classes"jenkins-bot2020-06-201-1/+3
|\ \ | |/ |/|
| * API: Use MediaWikiServices::getAuthManager in various Api classesUmherirrender2020-06-201-1/+3
* | Hooks::run() call site migrationTim Starling2020-05-301-1/+1
|/
* Hard-deprecate api hooks for getting tokensDannyS7122020-03-141-1/+1
* Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-181-2/+0
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-5/+5
* build: Upgrade phan to 0.9.0Daimona Eaytoy2019-12-071-1/+0
* API: Use ApiBlockInfoTrait in ApiQueryUsers and AllUsersBrad Jorsch2019-09-181-8/+5
* Unsuppress other phan issues (part 4)Daimona Eaytoy2019-08-311-2/+2
* Remove usages of deprecated User::getRights.Petr Pchelko2019-08-201-1/+2
* Normalize use of "INNER JOIN" to "JOIN" in database queriesAaron Schulz2019-03-061-1/+1
* Pass $key into CommentStore methods and use MediawikiServicesaddshore2018-02-051-2/+3
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-1/+1
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-301-2/+4
* Add `comment` table and code to start using itBrad Jorsch2017-08-301-1/+2
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0Umherirrender2017-06-261-1/+1