aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-comment.ts
Commit message (Expand)AuthorAgeFilesLines
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
* Fix missing transactionsChocobozzz2021-06-151-0/+6
* Don't count deleted comment for repliesChocobozzz2021-06-081-6/+2
* Stricter models typingChocobozzz2021-05-121-1/+2
* Cleanup shared modelsChocobozzz2021-05-111-1/+1
* Cleanup models directory organizationChocobozzz2021-05-111-1/+1
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-1/+13
* Fix thread replies API responseChocobozzz2021-02-191-11/+17
* Fix video comments display with deleted commentsChocobozzz2021-02-191-22/+38
* Upgrade sequelize to v6Chocobozzz2020-12-091-7/+6
* Add admin view to manage commentsChocobozzz2020-11-161-38/+46
* Implement video comment list in adminChocobozzz2020-11-131-4/+128
* Optimize comment RSS sql queryChocobozzz2020-08-201-14/+15
* Add abuse messages/states notificationsChocobozzz2020-07-311-1/+1
* Add ability to report comments in front endChocobozzz2020-07-101-1/+1
* Add new abuses testsChocobozzz2020-07-101-41/+1
* Implement abuses check paramsChocobozzz2020-07-101-1/+64
* allow muting from the miniature optionsRigel Kent2020-06-281-4/+4
* allow limiting video-comments rss feeds to an account or video channelRigel Kent2020-06-271-7/+27
* Split types and typingsChocobozzz2020-06-181-2/+2
* Fix video comments feed SQL queryChocobozzz2020-06-091-0/+5
* Block comments from muted accounts/serversChocobozzz2020-05-291-20/+56
* Fix comments deleted displayChocobozzz2020-05-291-10/+42
* Add ability to bulk delete commentsChocobozzz2020-05-291-14/+53
* Fix comments feed with musted accountsChocobozzz2020-05-061-2/+9
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
* Do not display deleted comments in RSS feedChocobozzz2020-04-211-1/+3
* Don't leak unlisted videos in comments feedChocobozzz2020-04-211-1/+5
* 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