index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
api
/
ApiLogin.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-5
/
+6
*
phan: Remove PhanPossiblyUndeclaredVariable suppression
Umherirrender
2022-03-30
1
-1
/
+2
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+1
*
Drop action api token methods deprecated in 1.24
Petr Pchelko
2021-09-13
1
-2
/
+0
*
Mark ApiClientLogin/ApiLogin as requiring write mode
Reedy
2021-07-13
1
-0
/
+5
*
Inject AuthManager into some api classes
DannyS712
2021-05-29
1
-5
/
+19
*
Make UserIdentity objects aware of which wiki they belong to.
Cindy Cicalese
2021-02-02
1
-1
/
+1
*
Merge "API: Use MediaWikiServices::getAuthManager in various Api classes"
jenkins-bot
2020-06-20
1
-2
/
+3
|
\
|
*
API: Use MediaWikiServices::getAuthManager in various Api classes
Umherirrender
2020-06-20
1
-2
/
+3
*
|
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-1
/
+1
*
|
api: Report Failed rather than NeedToken on session loss for action=login
Brad Jorsch
2020-04-06
1
-1
/
+4
|
/
*
Don't use 'message' as a logging key
Reedy
2020-02-14
1
-1
/
+1
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-1
/
+1
*
Remove unnecessary semi-colons
Derick Alangi
2019-06-12
1
-1
/
+1
*
ApiLogin: Remove the first example of outdated flow
Derk-Jan Hartman
2019-05-15
1
-2
/
+0
*
Fix unused vars/pointless assignments
Max Semenik
2019-03-29
1
-1
/
+0
*
Use (int) rather than intval()
Reedy
2019-02-25
1
-1
/
+1
*
Improve ApiLogin test coverage
Aryeh Gregor
2018-10-10
1
-4
/
+5
*
SECURITY: Do not allow botpassword login if account locked.
Brian Wolff
2018-09-20
1
-1
/
+2
*
BotPasswords: Indicate when a password needs reset
Brad Jorsch
2018-05-04
1
-1
/
+4
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-4
/
+0
*
SECURITY: Add throttling for BotPasswords authentication attempts
Brad Jorsch
2017-11-15
1
-1
/
+1
*
API: Split description messages into summary + additional text
Brad Jorsch
2017-06-15
1
-3
/
+3
*
ApiLogin: i18n for 'Aborted' reasons
Brad Jorsch
2017-05-16
1
-19
/
+28
*
SECURITY: API: Don't log "sensitive" parameters
Brad Jorsch
2017-04-06
1
-0
/
+1
*
Make API documentation links language aware
Baha
2017-04-05
1
-1
/
+1
*
Miscellaneous indentation tweaks
Bartosz Dziewoński
2017-02-27
1
-1
/
+1
*
ApiLogin: Turn "login-params-in-query-string" warning into an error
Brad Jorsch
2017-02-15
1
-8
/
+1
*
API: More i18n cleanup
Brad Jorsch
2016-12-08
1
-3
/
+8
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-14
/
+10
*
Merge "API: Remove deprecated response values from action=login"
jenkins-bot
2016-10-11
1
-13
/
+0
|
\
|
*
API: Remove deprecated response values from action=login
Gergő Tisza
2016-10-07
1
-13
/
+0
*
|
Merge "Allow putting the app ID in the password for bot passwords"
jenkins-bot
2016-09-13
1
-4
/
+5
|
\
\
|
*
|
Allow putting the app ID in the password for bot passwords
Gergő Tisza
2016-09-07
1
-4
/
+5
*
|
|
API: Insist authn parameters be in the POST body
Brad Jorsch
2016-08-18
1
-0
/
+8
|
/
/
*
|
Merge "Log failure reasons in ApiLogin"
jenkins-bot
2016-08-17
1
-1
/
+33
|
\
\
|
*
|
Log failure reasons in ApiLogin
Gergő Tisza
2016-08-16
1
-1
/
+33
*
|
|
Rename 'authmanager' log channel to 'authevents'
Gergő Tisza
2016-08-10
1
-2
/
+2
|
/
/
*
/
Remove $wgDisableAuthManager
Gergő Tisza
2016-08-09
1
-137
/
+42
|
/
*
Revert "API: Remove deprecated response values from action=login"
Gergő Tisza
2016-08-05
1
-0
/
+13
*
API: Remove deprecated response values from action=login
Brad Jorsch
2016-07-27
1
-13
/
+0
*
Add $direct parameter to UserLoginComplete hook
Gergő Tisza
2016-07-20
1
-1
/
+1
*
API changes for AuthManager
Brad Jorsch
2016-05-16
1
-33
/
+128
*
Use english messages for background use of Status::getWikiText
umherirrender
2016-04-12
1
-1
/
+1
*
Remove unused local variables in API
Siebrand Mazeland
2016-03-08
1
-1
/
+0
*
Allow more fine-grained throttling of login attempts
Brian Wolff
2016-02-23
1
-1
/
+1
*
Fix function call casing
Reedy
2016-02-22
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-19
/
+19
*
Revert "Remove SessionManager, temporarily"
Brad Jorsch
2016-02-03
1
-20
/
+72
*
Remove SessionManager, temporarily
Brad Jorsch
2016-02-01
1
-72
/
+20
[next]