aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-comment.ts
Commit message (Expand)AuthorAgeFilesLines
* Move to eslintcontainChocobozzz2020-02-031-10/+10
* Fix totalRepliesFromVideoAuthor SQL requestChocobozzz2020-01-031-1/+3
* Add author indicator to the comment replies loaderRigel Kent2019-12-281-0/+12
* Add comment filtering by reply countRigel Kent2019-12-271-2/+2
* Fix retrieving of deleted comments when subscribing to a new instanceJulien Maulny2019-12-041-8/+11
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-4/+29
* Type toActivityPubObject functionsChocobozzz2019-08-211-1/+2
* Type toFormattedJSONChocobozzz2019-08-201-1/+2
* Stronger model typingsChocobozzz2019-08-191-57/+26
* Remove comment federation by video ownerChocobozzz2019-08-071-37/+6
* Automatically remove bad followingsChocobozzz2019-08-061-23/+15
* Fix multiple server testsChocobozzz2019-08-011-1/+18
* Add server hooksChocobozzz2019-07-241-2/+16
* Upgrade sequelizeChocobozzz2019-04-241-17/+16
* Update sequelizeChocobozzz2019-04-241-24/+23
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* Move config in its own fileChocobozzz2019-04-111-2/+2
* Restore videos list componentsChocobozzz2019-04-021-2/+1
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-0/+14
* Fix mention notification with a remote accountChocobozzz2019-02-151-15/+25
* Add new follow, mention and user registered notifsChocobozzz2019-01-091-4/+37
* Add user notification base codeChocobozzz2019-01-091-0/+4
* Add ability to mute a user/instance by server in clientChocobozzz2018-10-161-2/+2
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-19/+76
* Fix last commitChocobozzz2018-07-261-1/+1
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-2/+2
* Optimize SQL queriesChocobozzz2018-07-241-0/+3
* Use local object URLs for feedsChocobozzz2018-06-141-1/+1
* Fix offset/limit on some SQL queries :facepalm:Chocobozzz2018-06-131-4/+4
* Add video comments RSSChocobozzz2018-06-081-0/+22
* Refractor and optimize AP collectionsChocobozzz2018-05-251-0/+14
* Fix mentions in commentsChocobozzz2018-03-211-7/+7
* Add stats routeChocobozzz2018-02-281-0/+26
* Fix sort inconsistencyChocobozzz2018-02-191-1/+1
* Fix deleting a video with commentsChocobozzz2018-02-131-0/+21
* Add unique index on video comment urlChocobozzz2018-01-261-0/+4
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-4/+11
* Fix tree comment renderingChocobozzz2018-01-121-1/+1
* Fetch remote AP objectsChocobozzz2018-01-101-6/+9
* Add mentions to commentsChocobozzz2018-01-051-2/+39
* Add ability to delete commentsChocobozzz2018-01-041-4/+41
* Add avatar in commentsChocobozzz2018-01-031-4/+6
* Automatically resize avatarsChocobozzz2018-01-031-1/+1
* Begin to add avatar to actorsChocobozzz2017-12-291-1/+1
* Add get old comment on follow testsChocobozzz2017-12-281-0/+3
* Propagate old comment on new followChocobozzz2017-12-281-4/+29
* Add comments federation testsChocobozzz2017-12-271-1/+1
* Add video comment componentsChocobozzz2017-12-271-5/+37
* Send video comment comments to followers/originChocobozzz2017-12-271-1/+31
* Begin unit testsChocobozzz2017-12-221-13/+17