Add import finished and video published notifs
authorChocobozzz <me@florianbigard.com>
Wed, 2 Jan 2019 15:37:43 +0000 (16:37 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 9 Jan 2019 10:15:15 +0000 (11:15 +0100)
commitdc13348070d808d0ba3feb56a435b835c2e7e791
tree887202a33f1aa680fd8ece6ee465381f3931c64e
parent6e7e63b83f08ba68edc2bb9f72ff03d1802e45df
Add import finished and video published notifs
23 files changed:
server/controllers/api/users/my-notifications.ts
server/initializers/migrations/0315-user-notifications.ts
server/lib/emailer.ts
server/lib/job-queue/handlers/video-file.ts
server/lib/job-queue/handlers/video-import.ts
server/lib/notifier.ts
server/lib/schedulers/update-videos-scheduler.ts
server/lib/user.ts
server/middlewares/validators/user-notifications.ts
server/models/account/account-blocklist.ts
server/models/account/user-notification-setting.ts
server/models/account/user-notification.ts
server/models/account/user.ts
server/models/video/video-file.ts
server/models/video/video-import.ts
server/models/video/video.ts
server/tests/api/check-params/user-notifications.ts
server/tests/api/users/user-notifications.ts
server/tests/fixtures/video_short_240p.mp4 [new file with mode: 0644]
shared/models/users/user-notification-setting.model.ts
shared/models/users/user-notification.model.ts
shared/utils/users/user-notifications.ts
shared/utils/videos/video-imports.ts