]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/models/video/video-comment.ts
Add new abuses tests
authorChocobozzz <me@florianbigard.com>
Wed, 8 Jul 2020 13:51:46 +0000 (15:51 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Fri, 10 Jul 2020 12:02:41 +0000 (14:02 +0200)
commit310b5219b38427f0c2c7ba57225afdd8f3064380
tree853ff7e4e66425ca47b0999384eeb08ed14b28ff
parent811cef146c841ef8530bc812c05dfee77e0f2998
Add new abuses tests
29 files changed:
client/src/app/+admin/moderation/abuse-list/abuse-list.component.html
client/src/app/shared/shared-main/users/user-notification.model.ts
client/src/app/shared/shared-main/users/user-notifications.component.html
client/src/app/shared/shared-moderation/video-report.component.ts
server/controllers/api/abuse.ts
server/controllers/api/users/my-history.ts
server/helpers/custom-validators/abuses.ts
server/helpers/custom-validators/video-comments.ts
server/helpers/middlewares/abuses.ts
server/initializers/migrations/0520-abuses-split.ts
server/lib/emailer.ts
server/lib/emails/video-comment-abuse-new/html.pug
server/lib/notifier.ts
server/middlewares/validators/abuse.ts
server/models/abuse/abuse.ts
server/models/abuse/video-comment-abuse.ts
server/models/account/user-notification.ts
server/models/video/video-comment.ts
server/tests/api/check-params/abuses.ts
server/tests/api/moderation/abuses.ts
server/tests/api/notifications/moderation-notifications.ts
server/tests/api/server/email.ts
server/types/models/user/user-notification.ts
server/typings/express/index.d.ts
shared/extra-utils/moderation/abuses.ts
shared/extra-utils/server/servers.ts
shared/extra-utils/users/user-notifications.ts
shared/models/users/user-notification.model.ts
support/doc/api/openapi.yaml