aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users/blocklist.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add migrationsChocobozzz2020-07-101-828/+0
|
* Block comments from muted accounts/serversChocobozzz2020-05-291-23/+147
| | | | | | | | | | | | 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)
* Fix comments deleted displayChocobozzz2020-05-291-3/+5
|
* Move to eslintcontainChocobozzz2020-02-031-130/+129
|
* Tests for totalRepliesFromVideoAuthorRigel Kent2020-01-031-1/+1
|
* Don't notify on muted instanceChocobozzz2019-12-191-6/+204
|
* Redundancy and search tests in parallel tooChocobozzz2019-05-141-14/+14
|
* Use test wrapper exit functionChocobozzz2019-04-241-2/+3
|
* Cleanup testsChocobozzz2019-04-241-8/+1
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-6/+6
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-3/+3
|
* Move utils to /sharedbuoyantair2018-10-291-6/+6
| | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Add ability to mute a user/instance by server in clientChocobozzz2018-10-161-10/+21
|
* Add ability to mute a user/instance by server in server apiChocobozzz2018-10-161-0/+500