aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryInfo.php
Commit message (Expand)AuthorAgeFilesLines
* Expose automatic temporary user info in the APIBartosz Dziewoński2023-04-281-1/+19
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move Title-related classes to title/Amir Sarabadani2022-11-261-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-3/+2
* api: Replace numerous more deprecated constantsReedy2022-06-061-1/+2
* api: Replace numerous deprecated constantsReedy2022-06-061-8/+9
* ApiQueryInfo: Force PRIMARY index on templatelinksAmir Sarabadani2022-05-121-0/+2
* Merge "Use injection for LinksMigration on LinkBatch, action, api, special page"jenkins-bot2022-05-111-5/+9
|\
| * Use injection for LinksMigration on LinkBatch, action, api, special pageUmherirrender2022-05-101-5/+9
* | Remove references to legacy page_restrictions field in page tableAmir Sarabadani2022-05-091-42/+1
|/
* Merge "api: Avoid creation of title objects in prop=info&inprop=protection"jenkins-bot2022-04-141-4/+2
|\
| * api: Avoid creation of title objects in prop=info&inprop=protectionUmherirrender2022-04-131-4/+2
* | Merge "LinksMigration: Follow ups on READ NEW support"jenkins-bot2022-04-141-1/+3
|\ \
| * | LinksMigration: Follow ups on READ NEW supportAmir Sarabadani2022-04-141-1/+3
| |/
* / Remove usages of deprecated Title::getRestrictionTypesUmherirrender2022-04-131-2/+8
|/
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-4/+6
* Add more support for read new in links migrationAmir Sarabadani2022-04-121-2/+6
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* api: Fix documenation/types related to null and int typesUmherirrender2022-02-241-1/+1
* api: Check possible null on TitleFactory::makeTitleSafe for incontinue=Umherirrender2022-02-191-0/+1
* Encode & to & in displaytitle fallbackFomafix2021-10-051-5/+2
* Drop action api token methods deprecated in 1.24Petr Pchelko2021-09-131-217/+0
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-16/+5
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-5/+16
* ApiQueryInfo: add `associatedpage` propDannyS7122021-07-091-0/+19
* api: Replace deprecated language variant functions in ApiQueryInfoUmherirrender2021-07-031-8/+10
* api: Change User::isAnon to User::isRegisteredUmherirrender2021-06-291-1/+1
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Convert WatchedItem et al to PageIdentityCindy Cicalese2021-03-261-2/+2
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-34/+17
* Use static closures where safe to useUmherirrender2021-02-111-2/+2
* Fix undefined index error in ApiQueryInfodaniel2021-01-121-3/+7
* ApiQueryInfo: Return watchlist expiry when applicable for inprop=watchedMusikAnimal2021-01-061-13/+29
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-2/+2
* api: Use GetLinkColours hook to export CSS classes in page infoC. Scott Ananian2020-12-141-0/+74
* api: Inject dependencies into ApiQueryInfoC. Scott Ananian2020-12-111-20/+48
* Remove uses of $wgUser in api token methodsDannyS7122020-09-091-35/+40
* Remove deprecated api token hooksDannyS7122020-09-081-1/+1
* Use LinkBatchFactory in api modulesUmherirrender2020-09-061-4/+8
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-1/+1
* Reduce direct uses of $wgUser in ApiQueryInfo's token methodsDannyS7122020-06-081-64/+41
* Hooks::run() call site migrationTim Starling2020-05-301-2/+2
* Remove compat code for pre-MCR schema.daniel2020-03-241-3/+1
* Hard-deprecate api hooks for getting tokensDannyS7122020-03-141-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-4/+4
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Merge "Avoid master connections for prop=info and intestactionsdetail=full"jenkins-bot2020-01-071-1/+5
|\
| * Avoid master connections for prop=info and intestactionsdetail=fullUmherirrender2019-12-061-1/+5
* | Avoid PHP scalar type juggling in includes/ (part 2)Daimona Eaytoy2019-12-301-1/+1
|/