]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Add ability to bulk delete comments
authorChocobozzz <me@florianbigard.com>
Thu, 14 May 2020 14:56:15 +0000 (16:56 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Fri, 29 May 2020 07:21:26 +0000 (09:21 +0200)
commit444c0a0e017824fb4ce526281a22c4abe0a13c50
tree6a3c1ea8c4995361c582176257d1e1315287411d
parent99139e7753e20ab0fba8eae5638d3dd3e792fe43
Add ability to bulk delete comments
15 files changed:
server/controllers/api/bulk.ts [new file with mode: 0644]
server/controllers/api/index.ts
server/controllers/api/videos/comment.ts
server/helpers/custom-validators/bulk.ts [new file with mode: 0644]
server/lib/activitypub/send/send-delete.ts
server/lib/video-comment.ts
server/middlewares/validators/blocklist.ts
server/middlewares/validators/bulk.ts [new file with mode: 0644]
server/models/video/video-comment.ts
server/tests/api/check-params/bulk.ts [new file with mode: 0644]
server/tests/api/check-params/index.ts
server/tests/api/server/bulk.ts [new file with mode: 0644]
shared/extra-utils/bulk/bulk.ts [new file with mode: 0644]
shared/extra-utils/index.ts
shared/models/bulk/bulk-remove-comments-of-body.model.ts [new file with mode: 0644]