mediawiki-extensions-AbuseF.../includes/Api
STran bd819b98a2 Add preference for viewing protected variables in AbuseFilter
Users need to enable a preference before gaining access to the IPs
from `user_unnamed_ip`, a protected variable.

- Add a preference that the user can check to toggle their access
- Check for the preference and the view right for logs that reveal
  protected variables on:
  + AbuseFilterViewExamine
  + SpecialAbuseLog
  + QueryAbuseLog

Bug: T371798
Change-Id: I5363380d999118982b216585ea73ee4274a6eac1
2024-09-12 07:59:24 -07:00
..
AbuseLogPrivateDetails.php Fix usage of ApiBase::PARAM_* deprecated constants 2022-04-04 00:49:37 +00:00
CheckMatch.php Use namespaced classes 2024-06-12 20:01:35 +02:00
CheckSyntax.php Call IContextSource::getAuthority instead of IContextSource::getUser 2022-07-03 16:37:18 +02:00
EvalExpression.php Use StatusValue::getMessages() instead of deprecated methods 2024-05-28 21:04:59 +00:00
QueryAbuseFilters.php Use expression builder instead of raw sql 2024-07-21 22:07:58 +02:00
QueryAbuseLog.php Add preference for viewing protected variables in AbuseFilter 2024-09-12 07:59:24 -07:00
UnblockAutopromote.php Avoid TestUser in non-database tests 2023-08-06 22:18:49 +00:00