1
1
Fork 0
Commit graph

19 commits

Author SHA1 Message Date
Steffen K9
3624792bd6
Fix db error: missing column name 'line-text'
See https://github.com/friendica/friendica/issues/13277#issuecomment-1631359293
2023-07-11 22:37:45 +02:00
c312d11dab Add Report Create module
WIP
2023-07-09 18:32:43 -04:00
76de49a25c Add fields to Report entity
- Add clock dependency to Moderation\Factory\Report
- Change DateTime field to DateTimeImmutable to satisfy Clock return type
- Add category, status and resolution constants
2023-07-09 18:32:42 -04:00
d29a84ae46 Add Posts and Rules sub-entities and collections for Moderation\Report 2023-07-09 18:32:42 -04:00
1874a32728 Happy New Year 2023! 2023-01-01 09:36:24 -05:00
5298cd73b3 We now store the violation as well 2022-12-25 10:44:06 +00:00
cef4349421 Changed parameter order 2022-12-25 07:30:39 +00:00
8a7d08ae28 Category added 2022-12-24 13:57:43 +00:00
4c945850f4 Reports: The reporting contact id is added 2022-12-24 08:03:37 +00:00
72e1d5d417 Fix storing reports 2022-12-23 22:43:32 +00:00
17a3a48210 Add new Moderation\Report domain classes 2022-11-14 12:22:52 -05:00
22bfd3b4d6 Revert "Add email notification to all users on server domain pattern block list update"
This reverts commit 5045f9e188 because the main stakeholder isn't using the feature and it's putting a strain on email server accountability vis-a-vis spam lists.

# Conflicts:
#	src/Moderation/DomainPatternBlocklist.php
2022-10-25 19:02:55 -04:00
eaf1485c6f Fix using wrong variable in DomainPatterBlocklist::extractFromCSVFile
- This was clobbering the internal block list structure from an associative array to a simple list
2022-10-20 09:45:40 -04:00
0ce7b49cb3
Minor l10n issue 2022-09-27 10:52:17 +02:00
88cdb695b1
Changed:
- double-quotes to single
- more space around concated strings
- removed TODO as there is sadly no IOException in PHP
2022-08-13 13:35:50 +02:00
cfa575b8e5
Changes:
- added missing type-hints
- added documentation
- removed parameter $baseURL while it can be locally get the same way but
  lesser parameter
- used ActivityNamespace::SALMON_ME
- changed double-quotes to single
2022-08-12 14:01:40 +02:00
97ccb4d2c4 Make server domain pattern block reason mandatory 2022-07-28 05:39:51 -04:00
5045f9e188 Add email notification to all users on server domain pattern block list update 2022-07-28 05:39:29 -04:00
1810b32c26 Move server domain pattern blocklist features to its own class
- Update tests
2022-07-28 05:38:50 -04:00