]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/models/video/video-abuse.ts
Increase abuse length to 3000
authorChocobozzz <me@florianbigard.com>
Mon, 14 Jan 2019 15:48:38 +0000 (16:48 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 14 Jan 2019 15:48:38 +0000 (16:48 +0100)
commit1506307f2f903ce0f80155072a33345c702b7c76
tree2bd9620c9ac49c1fc167bb09114f6a5fab049704
parent9a39392a7e6b3f180104856a4ea893e5baf86a02
Increase abuse length to 3000

And correctly handle new lines
28 files changed:
client/src/app/+about/about-instance/about-instance.component.ts
client/src/app/+accounts/account-about/account-about.component.ts
client/src/app/+admin/moderation/moderation.component.scss
client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts
client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html
client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts
client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts
client/src/app/shared/forms/form-validators/video-abuse-validators.service.ts
client/src/app/shared/forms/markdown-textarea.component.ts
client/src/app/shared/misc/help.component.ts
client/src/app/shared/misc/utils.ts
client/src/app/shared/renderer/html-renderer.service.ts [new file with mode: 0644]
client/src/app/shared/renderer/index.ts [new file with mode: 0644]
client/src/app/shared/renderer/linkifier.service.ts [moved from client/src/app/videos/+video-watch/comment/linkifier.service.ts with 100% similarity]
client/src/app/shared/renderer/markdown.service.ts [moved from client/src/app/videos/shared/markdown.service.ts with 100% similarity]
client/src/app/shared/shared.module.ts
client/src/app/shared/video-abuse/video-abuse.service.ts
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/modal/video-support.component.ts
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/app/videos/+video-watch/video-watch.module.ts
client/src/app/videos/shared/index.ts [deleted file]
server/initializers/constants.ts
server/initializers/migrations/0325-video-abuse-fields.ts [new file with mode: 0644]
server/models/video/video-abuse.ts
server/tests/api/check-params/video-abuses.ts