aboutsummaryrefslogtreecommitdiffstats
path: root/includes/auth/ThrottlePreAuthenticationProvider.php
Commit message (Expand)AuthorAgeFilesLines
* Use real type hints for services etc. in includes/auth/, session/, user/Bartosz Dziewoński2024-11-021-8/+3
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-1/+1
* User objectCacheFactory methods not deprecated ObjectCache methodsWandji692024-06-061-1/+4
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+2
* Use MainConfigNames instead of string literalsAryeh Gregor2022-04-111-2/+4
* Handle null usernames in ThrottlePreAuthenticationProviderLucas Werkmeister2021-06-021-2/+6
* Implement injecting of dependencies to an AuthenticationProvidervladshapik2021-04-261-4/+1
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-2/+1
* Demote "throttler data not found" logs to info levelGergő Tisza2017-02-171-1/+3
* Support multiple limits and arbitrary periods in account creation throttlecenarium2016-09-221-5/+13
* Add AuthManagerBrad Jorsch2016-05-161-0/+170