]> git.mxchange.org Git - friendica.git/commit
Move server domain pattern blocklist features to its own class
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 27 Jul 2022 19:36:20 +0000 (15:36 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 28 Jul 2022 09:38:50 +0000 (05:38 -0400)
commit1810b32c26683bb94fee10de2ffe18de1a7e85bf
treee76558e2c1039eddc6ffd43ef4e3e2207eb9b85a
parente445975c2033c339fb9d1c0acf3bd11a35a2f7f6
Move server domain pattern blocklist features to its own class

- Update tests
src/Console/ServerBlock.php
src/Moderation/DomainPatternBlocklist.php [new file with mode: 0644]
src/Module/Admin/Blocklist/Server/Add.php
src/Module/Admin/Blocklist/Server/Import.php
src/Module/Admin/Blocklist/Server/Index.php
src/Module/Blocklist/Domain/Download.php
tests/src/Console/ServerBlockConsoleTest.php