]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/api/server/handle-down.ts
Introduce comments command
authorChocobozzz <me@florianbigard.com>
Fri, 9 Jul 2021 12:15:11 +0000 (14:15 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 20 Jul 2021 13:27:18 +0000 (15:27 +0200)
commit12edc1495a36b2199f1bf1ba37f50c7b694be382
tree3abfe2e5b54076de73fbfa25386d0313fc3b7242
parenta54618880c394ad7571f3f3222dc96ec2dd10d9a
Introduce comments command
29 files changed:
scripts/benchmark.ts
server/controllers/api/videos/comment.ts
server/lib/moderation.ts
server/tests/api/activitypub/cleaner.ts
server/tests/api/check-params/video-comments.ts
server/tests/api/moderation/abuses.ts
server/tests/api/moderation/blocklist-notification.ts
server/tests/api/moderation/blocklist.ts
server/tests/api/notifications/comments-notifications.ts
server/tests/api/notifications/moderation-notifications.ts
server/tests/api/server/bulk.ts
server/tests/api/server/follows.ts
server/tests/api/server/handle-down.ts
server/tests/api/server/stats.ts
server/tests/api/users/users.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/video-comments.ts
server/tests/cli/update-host.ts
server/tests/feeds/feeds.ts
server/tests/plugins/action-hooks.ts
server/tests/plugins/filter-hooks.ts
shared/extra-utils/server/servers.ts
shared/extra-utils/videos/comments-command.ts [new file with mode: 0644]
shared/extra-utils/videos/index.ts
shared/extra-utils/videos/streaming-playlists-command.ts
shared/extra-utils/videos/video-comments.ts [deleted file]
shared/models/videos/comment/index.ts
shared/models/videos/comment/video-comment-create.model.ts [new file with mode: 0644]
shared/models/videos/comment/video-comment.model.ts