aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiLinkAccount.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-7/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+5
* Avoid use of deprecated wfParseUrl in MediaWiki\ApiEbrahim Byagowi2024-09-081-2/+7
* Deprecate ApiBase::makeMessagetheprotonade2024-08-161-2/+2
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz Dziewoński2023-08-291-2/+1
* Prevent temporary users from accessing ApiLinkAccountThalia2023-06-091-1/+1
* api: Minor code cleanupReedy2022-08-141-1/+1
* Inject AuthManager into some api classesDannyS7122021-05-291-7/+18
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-1/+1
* API: Use MediaWikiServices::getAuthManager in various Api classesUmherirrender2020-06-201-2/+3
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Remove "@author Bryan Davis" and "Brad Jorsch" annotationsBryan Davis2017-06-261-1/+1
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-3/+3
* Remove unused importsThiemo Mättig2016-07-051-1/+0
* API changes for AuthManagerBrad Jorsch2016-05-161-0/+130