mediawiki-extensions-AbuseF.../includes
Matěj Suchánek 52dcd4624f Use ActionSpecifier throughout the code
The motivation is to have a single immutable object providing
information about the action. It can represent the current
action being filtered, but also a past action stored in the
abuse log. It will hopefully help us get rid of passing
User(Identity) and Title/LinkTarget objects around together.

Change-Id: I52fa3a7ea14c98d33607d4260acfed3d3ba60f65
2022-12-16 22:52:03 +00:00
..
Api maintenance,includes: Clean up file headers 2022-09-29 17:56:49 +01:00
ChangeTags Treat consequences params less aggressively and consistently 2022-08-02 11:57:48 +02:00
Consequences Use ActionSpecifier throughout the code 2022-12-16 22:52:03 +00:00
EditBox Convert remaining permissions checks to use Authority 2022-07-02 14:49:47 +02:00
Filter build: Updating dependencies 2021-07-21 18:51:18 +00:00
Hooks Clean up line indent with mixed tabs and whitespaces 2022-07-31 16:34:07 +02:00
LogFormatter Fix capitalization of method calls accross the codebase 2022-04-26 17:42:34 +02:00
Pager pager: Avoid unneeded database connection 2022-12-11 13:06:08 +01:00
Parser Explicitly cast mod (%) operhands to ints. 2022-10-03 08:30:45 -07:00
Special Register AbuseFilter menu as standard tabs 2022-11-17 16:35:34 +00:00
VariableGenerator Use UserIdentity in VariableGenerator::addEditVars 2022-07-29 12:55:52 +02:00
Variables Use DISTINCT on LazyVariableComputer::getLinksFromDB 2022-08-02 11:27:31 +00:00
View Use ActionSpecifier throughout the code 2022-12-16 22:52:03 +00:00
Watcher build: Updating dependencies 2021-07-21 18:51:18 +00:00
AbuseFilter.php Remove deprecated static methods 2022-07-27 13:01:10 +02:00
AbuseFilterChangesList.php Replace deprecated Linker::commentBlock 2022-12-10 22:32:53 +01:00
AbuseFilterPermissionManager.php AbuseFilterPermissionManager: Add sitewide block check 2022-10-21 17:34:01 +00:00
AbuseFilterPreAuthenticationProvider.php Inject dependencies into the authentication provider 2022-04-09 18:44:25 +02:00
AbuseFilterServices.php Rename ParserFactory -> RuleCheckerFactory 2021-09-08 21:59:34 +02:00
AbuseLogger.php Send CheckUser the IP address on account creation 2022-08-01 09:17:35 +02:00
AbuseLoggerFactory.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
ActionSpecifier.php Use ActionSpecifier throughout the code 2022-12-16 22:52:03 +00:00
BlockAutopromoteStore.php Add logging when the 'block' action fails 2022-03-05 19:12:53 +00:00
CentralDBManager.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
CentralDBNotAvailableException.php Add a service to retrieve the central DB 2020-10-31 12:32:46 +00:00
EchoNotifier.php EchoNotifierTest: Use namespaced Event class 2022-11-12 06:28:33 +00:00
EditRevUpdater.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
EditStashCache.php Refactor ParserStatus 2021-09-17 11:25:54 +00:00
EmergencyCache.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
FilterCompare.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
FilterImporter.php maintenance,includes: Clean up file headers 2022-09-29 17:56:49 +01:00
FilterLookup.php maintenance,includes: Clean up file headers 2022-09-29 17:56:49 +01:00
FilterProfiler.php maintenance,includes: Clean up file headers 2022-09-29 17:56:49 +01:00
FilterRunner.php Use ActionSpecifier throughout the code 2022-12-16 22:52:03 +00:00
FilterRunnerFactory.php Rename ParserFactory -> RuleCheckerFactory 2021-09-08 21:59:34 +02:00
FilterStore.php Convert remaining permissions checks to use Authority 2022-07-02 14:49:47 +02:00
FilterUser.php Add logging when the 'block' action fails 2022-03-05 19:12:53 +00:00
FilterValidator.php Convert remaining permissions checks to use Authority 2022-07-02 14:49:47 +02:00
GlobalNameUtils.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
InvalidImportDataException.php Adjust code coverage 2020-11-19 22:40:26 +00:00
KeywordsManager.php Merge "Add support for regex string replacements." 2022-05-31 14:54:33 +00:00
RunnerData.php Refactor ParserStatus 2021-09-17 11:25:54 +00:00
ServiceWiring.php Merge "FilterProfiler: use WRStats" 2022-07-06 00:05:15 +00:00
SpecsFormatter.php Improve wording for throttled filter warnings 2022-02-22 11:10:19 +00:00
TableDiffFormatterFullContext.php maintenance,includes: Clean up file headers 2022-09-29 17:56:49 +01:00
TextExtractor.php maintenance,includes: Clean up file headers 2022-09-29 17:56:49 +01:00
ThrottleFilterPresentationModel.php Improve wording for throttled filter warnings 2022-02-22 11:10:19 +00:00