aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/blocklist.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2022-07-131-1/+1
|
* Add mute status in account and channel pagesChocobozzz2021-12-071-2/+2
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Block comments from muted accounts/serversChocobozzz2020-05-291-2/+23
| | | | | | | | | | | | 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)
* Add moderation helpers to pluginsChocobozzz2020-05-071-2/+2
|
* Stronger model typingsChocobozzz2019-08-191-2/+3
|
* Add user/instance block by users in the clientChocobozzz2018-10-161-2/+2
|
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-0/+40