aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-comment.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add comments controllerChocobozzz2017-12-221-2/+86
* Create comment on replied mastodon statutesChocobozzz2017-12-221-0/+95