aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryUserContribs.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type declaration on undocumented private functionsUmherirrender2025-04-041-1/+1
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-201-1/+1
* Inject services into API classesFomafix2024-10-281-3/+5
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-12/+1
* Replace uses of deprecated ChangeTags static methodsJames D. Forrester2024-10-161-2/+5
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+8
* Use expression builder instead of raw sqlUmherirrender2024-07-231-4/+4
* Merge "Use expression builder to avoid raw sql via BETWEEN operator"jenkins-bot2024-04-231-3/+1
|\
| * Use expression builder to avoid raw sql via BETWEEN operatorUmherirrender2024-04-211-3/+1
* | api: Fix PSR2.Classes.PropertyDeclaration.Multiple errorsTaavi Väänänen2024-04-211-5/+15
|/
* Use explicit value checks where "0" is valid inputMatěj Suchánek2024-02-221-1/+3
* Add 'temp' to allowed user types in various APIsThalia2023-11-301-1/+1
* Namespace remaining User-related classes under \MediaWiki\UserJames D. Forrester2023-09-201-0/+1
* Introduce RevisionSelectQueryBuilderAmir Sarabadani2023-09-061-4/+2
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-20/+7
* i18n: Split apihelp for standard dir parameterUmherirrender2023-08-051-0/+4
* Simplify WHERE conditions with field IS NULLUmherirrender2023-07-241-4/+4
* api: Replace deprecated User::newFromName in usercontribsUmherirrender2023-06-161-1/+2
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Remove obsolete Rdbms query groups from getConnection callsTimo Tijhof2023-02-151-3/+0
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+1
* Reorg: Move ActorMigration and ActorMigrationBase to user/Amir Sarabadani2022-12-161-0/+1
* api: Replace deprecated Linker::formatCommentUmherirrender2022-12-111-3/+9
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
* Merge "api: Validate timestamp in continue parameter"jenkins-bot2022-11-031-2/+2
|\
| * api: Validate timestamp in continue parameterUmherirrender2022-11-011-2/+2
* | ApiQueryUserContribs: Remove unused continuation modesBartosz Dziewoński2022-11-031-16/+8
* | Use buildComparison() instead of raw SQL in API list=usercontribsBartosz Dziewoński2022-10-221-20/+17
|/
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-10/+8
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-16/+12
* Remove unneeded initalize of local variablesUmherirrender2022-09-211-3/+2
* api: Force actor index on list=usercontribsUmherirrender2022-09-061-0/+4
* Use MainConfigNames constant to refer configsUmherirrender2022-08-171-1/+1
* api: Migrate IDatabase::select() to SelectQueryBuilder interfaceDerick Alangi2022-08-081-8/+11
* Call IContextSource::getAuthority instead of IContextSource::getUserUmherirrender2022-06-291-1/+1
* api: Replace numerous more deprecated constantsReedy2022-06-061-1/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-21/+23
* api: Remove deprecated class alias ApiQueryContributionsUmherirrender2022-05-291-6/+0
* API: Add IP range support to list=usercontribslziad2022-05-251-3/+75
* Start clean up of revision_actor_temp tableAmir Sarabadani2022-05-231-30/+4
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-3/+5
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+2
* Allow setting max execution time to several special pagesAmir Sarabadani2021-12-151-0/+4
* Use inject Config in api modules and special pagesAlexander Vorwerk2021-12-011-3/+1
* s/necesssary/necessary/Reedy2021-10-061-1/+1
* Pass int[] to RevisionStore::getRevisionSizesUmherirrender2021-09-281-1/+1
* Rename where* methods in UserSelectQueryBuilderTChin2021-08-041-3/+3
* Schema migration for revison_actor_temp table removalTim Starling2021-07-141-22/+31