PeerTube/server/lib/activitypub/process
Chocobozzz 696d83fd13 Block comments from muted accounts/servers
Add better control for users of comments displayed on their videos:

 * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner)
 * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner
 * Hide from RSS comments of muted accounts/servers by video owners

Use case:
  * Try to limit spam propagation in the federation
  * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there)
2020-05-29 09:32:20 +02:00
..
index.ts Check activities host 2018-11-14 16:32:27 +01:00
process-accept.ts Add auto follow back support for instances 2019-09-04 16:24:58 +02:00
process-announce.ts Add moderation helpers to plugins 2020-05-07 15:07:01 +02:00
process-create.ts Block comments from muted accounts/servers 2020-05-29 09:32:20 +02:00
process-delete.ts Add moderation helpers to plugins 2020-05-07 15:07:01 +02:00
process-dislike.ts Add moderation helpers to plugins 2020-05-07 15:07:01 +02:00
process-flag.ts Switch emails to pug templates and provide richer html/text-only versions 2020-05-08 15:31:51 +02:00
process-follow.ts Add moderation helpers to plugins 2020-05-07 15:07:01 +02:00
process-like.ts Add moderation helpers to plugins 2020-05-07 15:07:01 +02:00
process-reject.ts Add moderation helpers to plugins 2020-05-07 15:07:01 +02:00
process-undo.ts Add moderation helpers to plugins 2020-05-07 15:07:01 +02:00
process-update.ts Add moderation helpers to plugins 2020-05-07 15:07:01 +02:00
process-view.ts Don't refresh videos when processing views 2020-02-04 15:58:59 +01:00
process.ts Stronger model typings 2019-08-19 17:26:35 +02:00