aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiLogin.php
Commit message (Expand)AuthorAgeFilesLines
* ApiLogin: Don't break BotPasswords if password or user is blank, just errorJames D. Forrester2025-03-121-1/+1
* auth: Log actual error message for action=loginGergő Tisza2025-02-171-1/+16
* Auth: pass accountType to authevents log streamPiotr Miazga2024-10-211-1/+14
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-6/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-1/+7
* api: Avoid assignment in condition in ApiLoginUmherirrender2024-09-011-20/+20
* api: Use namespaced classesUmherirrender2024-06-141-0/+1
* Namespace remaining User-related classes under \MediaWiki\UserJames D. Forrester2023-09-201-0/+1
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz Dziewoński2023-08-291-2/+1
* api: Minor code cleanupReedy2022-08-141-2/+2
* api: Replace numerous more deprecated constantsReedy2022-06-061-1/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-3/+4
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-5/+6
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-1/+2
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Drop action api token methods deprecated in 1.24Petr Pchelko2021-09-131-2/+0
* Mark ApiClientLogin/ApiLogin as requiring write modeReedy2021-07-131-0/+5
* Inject AuthManager into some api classesDannyS7122021-05-291-5/+19
* Make UserIdentity objects aware of which wiki they belong to.Cindy Cicalese2021-02-021-1/+1
* Merge "API: Use MediaWikiServices::getAuthManager in various Api classes"jenkins-bot2020-06-201-2/+3
|\
| * API: Use MediaWikiServices::getAuthManager in various Api classesUmherirrender2020-06-201-2/+3
* | Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* | api: Report Failed rather than NeedToken on session loss for action=loginBrad Jorsch2020-04-061-1/+4
|/
* Don't use 'message' as a logging keyReedy2020-02-141-1/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Remove unnecessary semi-colonsDerick Alangi2019-06-121-1/+1
* ApiLogin: Remove the first example of outdated flowDerk-Jan Hartman2019-05-151-2/+0
* Fix unused vars/pointless assignmentsMax Semenik2019-03-291-1/+0
* Use (int) rather than intval()Reedy2019-02-251-1/+1
* Improve ApiLogin test coverageAryeh Gregor2018-10-101-4/+5
* SECURITY: Do not allow botpassword login if account locked.Brian Wolff2018-09-201-1/+2
* BotPasswords: Indicate when a password needs resetBrad Jorsch2018-05-041-1/+4
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* SECURITY: Add throttling for BotPasswords authentication attemptsBrad Jorsch2017-11-151-1/+1
* API: Split description messages into summary + additional textBrad Jorsch2017-06-151-3/+3
* ApiLogin: i18n for 'Aborted' reasonsBrad Jorsch2017-05-161-19/+28
* SECURITY: API: Don't log "sensitive" parametersBrad Jorsch2017-04-061-0/+1
* Make API documentation links language awareBaha2017-04-051-1/+1
* Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-1/+1
* ApiLogin: Turn "login-params-in-query-string" warning into an errorBrad Jorsch2017-02-151-8/+1
* API: More i18n cleanupBrad Jorsch2016-12-081-3/+8
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-14/+10
* Merge "API: Remove deprecated response values from action=login"jenkins-bot2016-10-111-13/+0
|\
| * API: Remove deprecated response values from action=loginGergő Tisza2016-10-071-13/+0
* | Merge "Allow putting the app ID in the password for bot passwords"jenkins-bot2016-09-131-4/+5
|\ \
| * | Allow putting the app ID in the password for bot passwordsGergő Tisza2016-09-071-4/+5
* | | API: Insist authn parameters be in the POST bodyBrad Jorsch2016-08-181-0/+8
|/ /
* | Merge "Log failure reasons in ApiLogin"jenkins-bot2016-08-171-1/+33
|\ \
| * | Log failure reasons in ApiLoginGergő Tisza2016-08-161-1/+33
* | | Rename 'authmanager' log channel to 'authevents'Gergő Tisza2016-08-101-2/+2
|/ /