aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryRecentChanges.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-201-2/+2
* Namespace all remaining files in includes/loggingJames D. Forrester2025-03-191-3/+3
* Inject services into API classesFomafix2024-10-281-3/+5
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-13/+1
* Replace uses of deprecated ChangeTags static methodsJames D. Forrester2024-10-161-2/+5
* Add namespace to includes/api classesJames D. Forrester2024-09-251-1/+14
* api: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+1
* recentchanges: Improve docs, fix file headers, fix doc groupsTimo Tijhof2024-08-221-0/+1
* Replace deprecated LogFormatter::newFromRow/newFromEntryUmherirrender2024-07-291-2/+6
* Filter temporary accounts as anonymous in ApiQueryRecentChangesSTran2024-07-291-7/+33
* Use expression builder instead of raw sqlUmherirrender2024-07-231-11/+11
* Replace some uses of raw SQL with expression builderBartosz Dziewoński2024-07-071-4/+3
* api: Replace ISQLPlatform::makeList in list=recentchangesUmherirrender2024-07-041-4/+6
* api: Fix PSR2.Classes.PropertyDeclaration.Multiple errorsTaavi Väänänen2024-04-211-4/+14
* Replace more instances of unchecked MWExceptionDaimona Eaytoy2024-01-231-5/+1
* Add `temp` flags to api callsSTran2023-12-121-1/+10
* Add 'temp' to allowed user types in various APIsThalia2023-11-301-2/+2
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-14/+5
* i18n: Split apihelp for standard dir parameterUmherirrender2023-08-051-0/+4
* Simplify WHERE conditions with field IS NULLUmherirrender2023-07-241-9/+9
* Simplify WHERE conditions with field = '' OR IS NULLUmherirrender2023-07-011-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+1
* api: Replace deprecated Linker::formatCommentUmherirrender2022-12-111-1/+1
* Merge "api: Do not use rctitle and rcnamespace together"jenkins-bot2022-11-141-2/+4
|\
| * api: Do not use rctitle and rcnamespace togetherUmherirrender2022-11-111-2/+4
* | api: Validate timestamp in continue parameterUmherirrender2022-11-011-1/+1
|/
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-7/+3
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-7/+6
* api: Minor code cleanupReedy2022-08-141-5/+3
* Merge "api: Report external titles in more places as apierror-invalidtitle"jenkins-bot2022-08-051-1/+1
|\
| * api: Report external titles in more places as apierror-invalidtitleUmherirrender2022-04-161-1/+1
* | api: Replace numerous more deprecated constantsReedy2022-06-061-1/+2
* | api: Replace numerous deprecated constantsReedy2022-06-061-22/+24
|/
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+2
* Allow setting max execution time to several special pagesAmir Sarabadani2021-12-151-0/+4
* Introduce CommentFormatterTim Starling2021-09-281-3/+21
* Drop action api token methods deprecated in 1.24Petr Pchelko2021-09-131-91/+2
* Merge "Revert "Use CsrfTokenSet as CSRF token source""jenkins-bot2021-08-051-3/+1
|\
| * Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-3/+1
* | api: list=recentchanges user param must not be an objectUmherirrender2021-08-061-2/+0
|/
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-1/+3
* api: Inject services into ApiQueryRecentChangesUmherirrender2021-07-031-8/+24
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-3/+3
* Stop using legacy ActorMigration field "rc_user"Tim Starling2021-04-281-34/+28
* Inject CommentStore service into api query modulesDannyS7122021-04-231-5/+10
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-8/+4
* Improve docs in api related classesUmherirrender2020-11-131-1/+1
* Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+4
* Remove uses of $wgUser in api token methodsDannyS7122020-09-091-14/+13