Add ability to list video imports
authorChocobozzz <me@florianbigard.com>
Thu, 2 Aug 2018 15:48:50 +0000 (17:48 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 6 Aug 2018 09:19:16 +0000 (11:19 +0200)
commited31c059851a30bd5ba9999f8ecb3822d576b9f4
tree7923ef7891ae9fd26965c3004bd75e736f0fedd0
parent299474e8279675adb6c5ce140e7e39c6f3439453
Add ability to list video imports
17 files changed:
client/src/app/+my-account/my-account-routing.module.ts
client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html [new file with mode: 0644]
client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.scss [new file with mode: 0644]
client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-videos/my-account-videos.component.ts
client/src/app/+my-account/my-account.component.html
client/src/app/+my-account/my-account.module.ts
client/src/app/shared/video-import/video-import.service.ts
server.ts
server/controllers/api/users.ts
server/helpers/youtube-dl.ts
server/initializers/constants.ts
server/lib/job-queue/handlers/video-import.ts
server/middlewares/validators/sort.ts
server/models/video/video-import.ts
server/models/video/video.ts
shared/models/videos/video-import.model.ts