Skip to content

Commit

Permalink
Use AbuseFilterShouldFilterAction hook for Flow actions (kulttuuri#17)
Browse files Browse the repository at this point in the history
* Use AbuseFilterShouldFilterAction hook for Flow actions (kulttuuri#16)

* Use AbuseFilter hook for Flow actions

* build: Add AbuseFileter as a dependency

* Add a type check for UUID

* Do not ruin Flow\Tests\Api\Api*Test

(cherry picked from commit da9123b)

* Remove links syntax from Flow topic titles

(cherry picked from commit 7892b54)

* Reflect breaking changes of AbuseFilter for MW1.36

* Cleanup phpcs errors

* Fix Phan errors

* Fix failed phpcs tests
  • Loading branch information
lens0021 authored May 27, 2021
1 parent 7c6f275 commit 78b7613
Show file tree
Hide file tree
Showing 6 changed files with 285 additions and 42 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependencies
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
AbuseFilter
Flow
2 changes: 2 additions & 0 deletions .phan/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
$cfg['directory_list'] = array_merge(
$cfg['directory_list'],
[
'../../extensions/AbuseFilter',
'../../extensions/Flow',

]
Expand All @@ -13,6 +14,7 @@
$cfg['exclude_analysis_directory_list'] = array_merge(
$cfg['exclude_analysis_directory_list'],
[
'../../extensions/AbuseFilter',
'../../extensions/Flow',
]
);
Expand Down
Loading

0 comments on commit 78b7613

Please sign in to comment.