mediawiki-extensions-AbuseF.../includes/View
STran a5dbd74017 Allow all users to see protected filters on Special:AbuseFilter
Why:
T367390 hid protected filters from users who didn't have the right to see them
because users with access to private filters also had access to search against
filters and were inadvertantly allowed to search against protected filters regardless
of whether or not they had the right to see them.

Now, in order to be consistent with how AbuseFilter displays private filters, reveal
protected filters to all users but continue to restrict access to their details.

What:
- Only hide protected filters when a user runs a search and doesn't have permission
  to access them.

Bug: T381470
Change-Id: I2acb7e066885f6da18b29876c21c5d7d199b9886
2024-12-06 00:59:46 -08:00
..
AbuseFilterView.php Use stable andExpr() / orExpr() methods 2024-07-11 18:36:04 +02:00
AbuseFilterViewDiff.php Use namespaced classes 2024-06-12 20:01:35 +02:00
AbuseFilterViewEdit.php Merge "Improve workflow for protecting filters with protected variables" 2024-11-15 15:08:06 +00:00
AbuseFilterViewExamine.php Protected variable logs: fallback to accountname if user_name is not set 2024-10-21 21:15:51 +02:00
AbuseFilterViewHistory.php Simplify code by replacing isset() with falsy check 2024-10-27 13:20:18 +01:00
AbuseFilterViewImport.php Use namespaced classes 2024-06-12 20:01:35 +02:00
AbuseFilterViewList.php Allow all users to see protected filters on Special:AbuseFilter 2024-12-06 00:59:46 -08:00
AbuseFilterViewRevert.php Use namespaced classes 2024-06-12 20:01:35 +02:00
AbuseFilterViewTestBatch.php Disallow protected variable access on AbuseFilterViewTestBatch 2024-07-10 05:31:03 -07:00
AbuseFilterViewTools.php Use namespaced classes 2024-06-12 20:01:35 +02:00
HideAbuseLog.php Use namespaced classes 2024-06-12 20:01:35 +02:00