aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/comment.ts
Commit message (Expand)AuthorAgeFilesLines
* Block comments from muted accounts/serversChocobozzz2020-05-291-0/+2
* Fix comments deleted displayChocobozzz2020-05-291-1/+1
* Add ability to bulk delete commentsChocobozzz2020-05-291-26/+9
* Add moderation helpers to pluginsChocobozzz2020-05-071-1/+1
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-4/+8
* Stronger model typingsChocobozzz2019-08-191-10/+7
* Remove comment federation by video ownerChocobozzz2019-08-071-0/+8
* Add filter hooks testsChocobozzz2019-07-241-1/+1
* Add hook filters testsChocobozzz2019-07-241-4/+6
* Add server hooksChocobozzz2019-07-241-6/+30
* Cleanup express locals typingsChocobozzz2019-03-191-12/+11
* Add user notification base codeChocobozzz2019-01-091-0/+3
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-3/+9
* Add user history and resume videosChocobozzz2018-10-051-3/+3
* Limit associations fetch when loading tokenChocobozzz2018-09-201-5/+9
* Refractor audit user identifierChocobozzz2018-09-191-4/+4
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-191-1/+1
* Add audit logs in various modulesAurélien Bertron2018-07-311-0/+10
* Refractor retry transaction functionChocobozzz2018-06-131-43/+25
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-2/+2
* Set sort refractoringChocobozzz2018-01-181-2/+2
* Add ability to delete commentsChocobozzz2018-01-041-2/+29
* Add ability to disable video commentsChocobozzz2018-01-031-2/+24
* Propagate old comment on new followChocobozzz2017-12-281-1/+2
* Add video comment componentsChocobozzz2017-12-271-8/+4
* Send video comment comments to followers/originChocobozzz2017-12-271-2/+2
* Begin unit testsChocobozzz2017-12-221-4/+4
* Add comments controllerChocobozzz2017-12-221-88/+114
* Create comment on replied mastodon statutesChocobozzz2017-12-221-0/+88