aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/comment.ts
Commit message (Expand)AuthorAgeFilesLines
* Use raw sql for commentsChocobozzz2023-01-091-3/+4
* Add ability to list comments on local videosChocobozzz2022-08-161-0/+1
* Add `req` and `res` as controllers hooks parameterslutangar2021-11-251-3/+3
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
* Reorganize importsChocobozzz2021-07-201-1/+1
* Refactor requestsChocobozzz2021-07-201-1/+1
* Introduce comments commandChocobozzz2021-07-201-3/+3
* refactor API errors to standard error formatRigel Kent2021-06-021-1/+4
* Cleanup shared modelsChocobozzz2021-05-111-1/+1
* Fix testsChocobozzz2021-02-191-2/+1
* Fix thread replies API responseChocobozzz2021-02-191-2/+0
* Fix video comments display with deleted commentsChocobozzz2021-02-191-3/+10
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-2/+5
* Fix 500 on unknown threadChocobozzz2020-11-271-0/+4
* Implement video comment list in adminChocobozzz2020-11-131-1/+35
* 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