]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/models/activitypub/actor.ts
Add ability to delete comments
authorChocobozzz <me@florianbigard.com>
Thu, 4 Jan 2018 10:19:16 +0000 (11:19 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 4 Jan 2018 10:19:16 +0000 (11:19 +0100)
commit4cb6d4578893db310297d7e118ce2fb7ecb952a3
treea89a2e2062ba7bb91e922f07a7950ee51e090ccf
parentcf117aaafc1e9ae1ab4c388fc5d2e5ba9349efee
Add ability to delete comments
29 files changed:
client/src/app/app.component.ts
client/src/app/shared/account/account.model.ts
client/src/app/videos/+video-edit/shared/video-edit.component.scss
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.service.ts
client/src/app/videos/+video-watch/comment/video-comments.component.html
client/src/app/videos/+video-watch/comment/video-comments.component.ts
client/src/app/videos/+video-watch/video-watch.component.ts
client/tsconfig.json
server/controllers/api/videos/comment.ts
server/helpers/custom-validators/activitypub/activity.ts
server/helpers/custom-validators/activitypub/video-comments.ts
server/lib/activitypub/process/process-delete.ts
server/lib/activitypub/send/send-delete.ts
server/middlewares/validators/video-comments.ts
server/middlewares/validators/videos.ts
server/models/activitypub/actor.ts
server/models/video/video-comment.ts
server/models/video/video.ts
server/tests/api/check-params/video-comments.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/video-comments.ts
server/tests/utils/videos/video-comments.ts
shared/models/actors/account.model.ts
shared/models/users/user-right.enum.ts
shared/models/users/user-role.ts
shared/models/videos/video-channel.model.ts