aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/comment.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config
* 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