aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiAuthManagerHelper.php
Commit message (Expand)AuthorAgeFilesLines
* Auth: pass accountType to authevents log streamPiotr Miazga2024-10-211-2/+16
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+6
* api: Use namespaced classesUmherirrender2024-06-141-0/+1
* Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-161-0/+1
* Fix logging Status objects to 'authevents' channelBartosz Dziewoński2023-10-161-11/+5
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz Dziewoński2023-08-291-2/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-10/+11
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-2/+2
* Merge "authevents: strval() variables passed to status when logging"jenkins-bot2021-04-201-1/+1
|\
| * authevents: strval() variables passed to status when loggingCole White2021-03-191-1/+1
* | Add comment to fall-through cases in switchUmherirrender2021-04-151-0/+2
* | build: Swap deprecated @codingStandardsIgnore to phpcs:ignoreUmherirrender2021-04-041-2/+1
* | Rename some variables to use more neutral languageReedy2021-03-191-6/+6
|/
* update authevents logging status context to use string representation directlyCole White2021-03-161-1/+1
* Use static closures where safe to useUmherirrender2021-02-111-4/+4
* API: Use MediaWikiServices::getAuthManager in various Api classesUmherirrender2020-06-201-6/+12
* Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-181-3/+6
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* build: Upgrade phan to 0.9.0Daimona Eaytoy2019-12-071-2/+3
* Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-0/+3
* Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-311-2/+0
* Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-4/+2
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Use correct variable name in @param documentationUmherirrender2017-08-111-2/+2
* Remove "@author Bryan Davis" and "Brad Jorsch" annotationsBryan Davis2017-06-261-1/+1
* SECURITY: API: Don't log "sensitive" parametersBrad Jorsch2017-04-061-0/+1
* API: Add "messagecode" to AuthManager responsesBrad Jorsch2017-02-211-0/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-7/+3
* API: Error if sensitive AuthManager parameters are in the query stringBrad Jorsch2016-10-311-7/+1
* Remove a few unused variablesMax Semenik2016-09-261-2/+0
* API: Some raw message cleanupBrad Jorsch2016-08-241-0/+1
* API: Insist authn parameters be in the POST bodyBrad Jorsch2016-08-181-1/+16
* AuthManager: Allow for flagging fields as "sensitive"Brad Jorsch2016-08-181-0/+1
* Rename 'authmanager' log channel to 'authevents'Gergő Tisza2016-08-101-1/+1
* Include AuthManager API endpoints in authmanager channelGergő Tisza2016-08-051-0/+25
* API: Fixes for AuthManagerBrad Jorsch2016-05-301-2/+1
* API changes for AuthManagerBrad Jorsch2016-05-161-0/+365