aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/resetAuthenticationThrottle.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-051-0/+1
* Use $this->getServiceContainer() in maintenanceFomafix2024-09-041-4/+3
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* resetAuthenticationThrottle.php: Support null login usernameGergő Tisza2024-08-241-10/+4
* User objectCacheFactory methods not deprecated ObjectCache methodsWandji692024-06-061-5/+11
* TempAccounts: Rate limit acquisition of temp account namesKosta Harlan2024-04-231-2/+32
* TempUserCreator: Use separate rate limit for temp account creationsKosta Harlan2024-03-061-3/+29
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* deferred,jobqueue,rdbms: Change logger->notice to info or warningTimo Tijhof2023-01-141-1/+1
* Use MainConfigNames instead of string literals, #5Aryeh Gregor2022-04-271-2/+3
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+1
* Remove trailing dot/space from some exception messages and output stringsTimo Tijhof2021-08-041-2/+2
* Use MediaWikiServices::getAuthManager instead of AuthManager::singletonUmherirrender2020-06-221-2/+3
* Fix typo on resetAuthenticationThrottle.php error messageTaavi Väänänen2020-04-301-1/+1
* Use namespaced IPUtils classKunal Mehta2020-01-011-1/+2
* Add maintenance script for resetting login/signup throttleGergő Tisza2018-07-201-0/+152