aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiLogin.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* / Remove $wgDisableAuthManagerGergő Tisza2016-08-091-137/+42
|/
* Revert "API: Remove deprecated response values from action=login"Gergő Tisza2016-08-051-0/+13
* API: Remove deprecated response values from action=loginBrad Jorsch2016-07-271-13/+0
* Add $direct parameter to UserLoginComplete hookGergő Tisza2016-07-201-1/+1
* API changes for AuthManagerBrad Jorsch2016-05-161-33/+128
* Use english messages for background use of Status::getWikiTextumherirrender2016-04-121-1/+1
* Remove unused local variables in APISiebrand Mazeland2016-03-081-1/+0
* Allow more fine-grained throttling of login attemptsBrian Wolff2016-02-231-1/+1
* Fix function call casingReedy2016-02-221-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-19/+19
* Revert "Remove SessionManager, temporarily"Brad Jorsch2016-02-031-20/+72
* Remove SessionManager, temporarilyBrad Jorsch2016-02-011-72/+20