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
/
ApiQueryUsers.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
api: Use type-declaration for string arg in ApiBase::__construct
Umherirrender
2024-10-17
1
-10
/
+1
*
Merge "Add systemuser param to Users API List result to flag system user acco...
jenkins-bot
2024-10-11
1
-0
/
+4
|
\
|
*
Add systemuser param to Users API List result to flag system user accounts
Owen
2022-10-25
1
-0
/
+4
*
|
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-0
/
+5
*
|
api: Add missing documentation to class properties
Umherirrender
2024-09-07
1
-0
/
+1
*
|
Namespace includes/cache
James D. Forrester
2024-02-20
1
-0
/
+1
*
|
Support new block schema
Tim Starling
2023-11-29
1
-5
/
+10
*
|
Migrate another batch to use $db->expr instead of raw SQL
Amir Sarabadani
2023-10-30
1
-2
/
+3
*
|
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
|
Use real type hints for services etc. in api/ApiQuery*.php
Bartosz DziewoĆski
2023-08-29
1
-14
/
+5
*
|
Add User::newQueryBuilder()
Tim Starling
2023-06-27
1
-4
/
+1
*
|
api: Remove use of UserrightsPage from list=users
Umherirrender
2023-05-01
1
-18
/
+6
*
|
Namespace SpecialUserRights under \MediaWiki\Specials
James D. Forrester
2023-03-16
1
-0
/
+1
*
|
Merge "Api: Fix some very old copyright statements for Roan"
jenkins-bot
2023-03-16
1
-1
/
+1
|
\
\
|
*
|
Api: Fix some very old copyright statements for Roan
James D. Forrester
2023-03-16
1
-1
/
+1
*
|
|
Rename PHP classes to match filenames
Fomafix
2023-03-16
1
-1
/
+1
|
/
/
*
/
user: Migrate selects in UserGroupManager to SelectQueryBuilder
Amir Sarabadani
2022-10-31
1
-1
/
+1
|
/
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-5
/
+6
*
api: Change UserOptionsLookup to GenderCache in list=users
Umherirrender
2022-04-14
1
-11
/
+13
*
Drop action api token methods deprecated in 1.24
Petr Pchelko
2021-09-13
1
-80
/
+2
*
Revert "Use CsrfTokenSet as CSRF token source"
Kunal Mehta
2021-08-05
1
-4
/
+1
*
Use CsrfTokenSet as CSRF token source
Petr Pchelko
2021-07-12
1
-1
/
+4
*
api: Inject services into ApiQueryUsers
Umherirrender
2021-07-03
1
-14
/
+41
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-1
/
+1
*
Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatabl...
Vlad.shapik
2021-05-31
1
-2
/
+12
*
Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatable...
Ppchelko
2021-05-05
1
-12
/
+2
*
Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableName
vladshapik
2021-05-04
1
-2
/
+12
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
Remove uses of $wgUser in api token methods
DannyS712
2020-09-09
1
-10
/
+16
*
Remove deprecated api token hooks
DannyS712
2020-09-08
1
-1
/
+1
*
Merge "Hard-deprecate UserGroupMembership methods replaced by manager"
jenkins-bot
2020-06-24
1
-1
/
+4
|
\
|
*
Hard-deprecate UserGroupMembership methods replaced by manager
Petr Pchelko
2020-06-12
1
-1
/
+5
*
|
Merge "API: Use MediaWikiServices::getAuthManager in various Api classes"
jenkins-bot
2020-06-20
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
API: Use MediaWikiServices::getAuthManager in various Api classes
Umherirrender
2020-06-20
1
-1
/
+3
*
|
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-1
/
+1
|
/
*
Hard-deprecate api hooks for getting tokens
DannyS712
2020-03-14
1
-1
/
+1
*
Fix some PHPStorm inspection warnings in includes/api
Tim Starling
2020-02-18
1
-2
/
+0
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-5
/
+5
*
build: Upgrade phan to 0.9.0
Daimona Eaytoy
2019-12-07
1
-1
/
+0
*
API: Use ApiBlockInfoTrait in ApiQueryUsers and AllUsers
Brad Jorsch
2019-09-18
1
-8
/
+5
*
Unsuppress other phan issues (part 4)
Daimona Eaytoy
2019-08-31
1
-2
/
+2
*
Remove usages of deprecated User::getRights.
Petr Pchelko
2019-08-20
1
-1
/
+2
*
Normalize use of "INNER JOIN" to "JOIN" in database queries
Aaron Schulz
2019-03-06
1
-1
/
+1
*
Pass $key into CommentStore methods and use MediawikiServices
addshore
2018-02-05
1
-2
/
+3
*
Use ::class to resolve class names in includes files
Umherirrender
2018-01-27
1
-1
/
+1
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-4
/
+0
*
Replace selectFields() methods with getQueryInfo()
Brad Jorsch
2017-10-30
1
-2
/
+4
*
Add `comment` table and code to start using it
Brad Jorsch
2017-08-30
1
-1
/
+2
*
Remove empty lines at begin of function, if, foreach, switch
Umherirrender
2017-07-01
1
-1
/
+0
*
build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0
Umherirrender
2017-06-26
1
-1
/
+1
[next]