Use video abuse filters on client side
authorChocobozzz <me@florianbigard.com>
Wed, 6 May 2020 15:39:07 +0000 (17:39 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Thu, 7 May 2020 06:33:34 +0000 (08:33 +0200)
commitfeb34f6b6b991046aab6a10df747b48fa4da07a7
tree02bb7277d45be166ba48caef2ee73bf89dbe1258
parentd170c5c580abf6f90d7bf144e2417e248ce2ecf4
Use video abuse filters on client side
13 files changed:
client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
client/src/app/shared/rest/rest.service.ts
client/src/app/shared/video-abuse/video-abuse.service.ts
server/controllers/api/videos/abuse.ts
server/helpers/custom-validators/video-abuses.ts
server/middlewares/validators/videos/video-abuses.ts
server/models/utils.ts
server/models/video/video-abuse.ts
server/tests/api/check-params/video-abuses.ts
server/tests/api/users/users.ts
server/tests/api/videos/video-abuse.ts
shared/extra-utils/videos/video-abuses.ts
shared/models/videos/abuse/video-abuse-video-is.type.ts [new file with mode: 0644]