aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/video-comment.ts
Commit message (Expand)AuthorAgeFilesLines
* Use raw sql for commentsChocobozzz2023-01-091-11/+22
* Add `req` and `res` as controllers hooks parameterslutangar2021-11-251-2/+3
* Fix missing transactionsChocobozzz2021-06-151-10/+3
* Cleanup shared modelsChocobozzz2021-05-111-1/+1
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-3/+3
* Split types and typingsChocobozzz2020-06-181-1/+1
* Add ability to bulk delete commentsChocobozzz2020-05-291-3/+26
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
* Move to eslintcontainChocobozzz2020-02-031-3/+3
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-1/+8
* Stronger model typingsChocobozzz2019-08-191-6/+5
* Fix multiple server testsChocobozzz2019-08-011-3/+3
* Update sequelizeChocobozzz2019-04-241-1/+1
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-4/+2
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-4/+4
* Try to refractor activities sendingChocobozzz2018-03-271-6/+2
* Add video comment componentsChocobozzz2017-12-271-4/+8
* Send video comment comments to followers/originChocobozzz2017-12-271-9/+17
* Begin unit testsChocobozzz2017-12-221-11/+13
* Add comments controllerChocobozzz2017-12-221-0/+74