]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - support/doc/api/openapi.yaml
Add ability to list imports of a channel sync
authorChocobozzz <me@florianbigard.com>
Wed, 10 Aug 2022 09:51:13 +0000 (11:51 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 10 Aug 2022 12:32:00 +0000 (14:32 +0200)
commita3b472a12ec6e57dbe2f650419f8064864686eab
treef36559488e34493c029b686772e986902150a647
parent0567049a9819d67070aa6d548a75a7e632a4aaa4
Add ability to list imports of a channel sync
37 files changed:
client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html
client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts
client/src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts
client/src/app/+my-library/my-video-imports/my-video-imports.component.html
client/src/app/+my-library/my-video-imports/my-video-imports.component.scss
client/src/app/+my-library/my-video-imports/my-video-imports.component.ts
client/src/app/shared/shared-main/video-channel/video-channel.service.ts
client/src/app/shared/shared-main/video/video-import.service.ts
server/controllers/api/users/me.ts
server/controllers/api/video-channel.ts
server/initializers/constants.ts
server/initializers/migrations/0735-video-channel-sync-import-foreign-key.ts [new file with mode: 0644]
server/lib/job-queue/handlers/video-channel-import.ts
server/lib/schedulers/video-channel-sync-latest-scheduler.ts
server/lib/sync-channel.ts
server/lib/video-import.ts
server/middlewares/validators/shared/index.ts
server/middlewares/validators/shared/video-channel-syncs.ts [new file with mode: 0644]
server/middlewares/validators/videos/video-channel-sync.ts
server/middlewares/validators/videos/video-channels.ts
server/middlewares/validators/videos/video-imports.ts
server/models/video/video-import.ts
server/tests/api/check-params/channel-import-videos.ts [new file with mode: 0644]
server/tests/api/check-params/index.ts
server/tests/api/check-params/video-channels.ts
server/tests/api/check-params/video-imports.ts
server/tests/api/videos/channel-import-videos.ts
server/tests/api/videos/video-channel-syncs.ts
server/tests/api/videos/video-imports.ts
shared/models/server/job.model.ts
shared/models/videos/import/index.ts
shared/models/videos/import/video-import.model.ts
shared/models/videos/import/videos-import-in-channel-create.model.ts [new file with mode: 0644]
shared/server-commands/server/server.ts
shared/server-commands/videos/channels-command.ts
shared/server-commands/videos/imports-command.ts
support/doc/api/openapi.yaml