Soft delete video comments instead of detroy
authorJulien Maulny <julien.maulny@protonmail.com>
Fri, 15 Nov 2019 18:05:08 +0000 (19:05 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 4 Dec 2019 08:36:45 +0000 (09:36 +0100)
commit69222afac8f8c41d90295b33f0695bbff352851e
tree63fe1faea94dd3bfc54e633631eecb275c969e54
parent69c7f7525ddf13b7ced787d8b72ac74b43665517
Soft delete video comments instead of detroy
16 files changed:
client/src/app/videos/+video-watch/comment/video-comment.component.html
client/src/app/videos/+video-watch/comment/video-comment.component.scss
client/src/app/videos/+video-watch/comment/video-comment.component.ts
client/src/app/videos/+video-watch/comment/video-comment.model.ts
client/src/app/videos/+video-watch/comment/video-comments.component.ts
server/controllers/activitypub/client.ts
server/controllers/api/videos/comment.ts
server/initializers/migrations/0450-soft-delete-video-comments.ts [new file with mode: 0644]
server/lib/activitypub/process/process-delete.ts
server/lib/video-comment.ts
server/models/account/account.ts
server/models/video/video-comment.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/video-comments.ts
shared/models/activitypub/objects/common-objects.ts
shared/models/videos/video-comment.model.ts