PeerTube/shared/models/videos
Julien Le Bras 2922e048de Add publishedAt field for video model.
* New field added in the `video` table + migration script

* `publishedAt` updated to NOW when privacy changes from private to
  public/unlisted (default = NOW)

* Models updated to handle the new attribute

* Client interface updated to use `publishedAt` instead of `createdAt`
  except in My Account > My Videos view
2018-03-30 08:52:58 +02:00
..
index.ts Add video privacy setting 2017-10-31 11:53:13 +01:00
user-video-rate-update.model.ts Better typescript typing for a better world 2017-07-10 19:43:21 +02:00
user-video-rate.model.ts Use global uuid instead of remoteId for videos 2017-07-11 16:01:56 +02:00
user-video-rate.type.ts Better typescript typing for a better world 2017-07-10 19:43:21 +02:00
video-abuse-create.model.ts Better typescript typing for a better world 2017-07-10 19:43:21 +02:00
video-abuse.model.ts Change video abuse API response 2018-03-12 11:44:28 +01:00
video-blacklist.model.ts Handle blacklist (#84) 2017-09-22 09:13:43 +02:00
video-channel-create.model.ts Implement support field in video and video channel 2018-02-15 15:29:07 +01:00
video-channel-update.model.ts Implement support field in video and video channel 2018-02-15 15:29:07 +01:00
video-channel.model.ts Implement support field in video and video channel 2018-02-15 15:29:07 +01:00
video-comment.model.ts Add avatar in comments 2018-01-03 17:35:00 +01:00
video-create.model.ts Implement support field in video and video channel 2018-02-15 15:29:07 +01:00
video-privacy.enum.ts Add video privacy setting 2017-10-31 11:53:13 +01:00
video-query.type.ts Add "local" videos in menu 2018-03-13 10:24:28 +01:00
video-rate.type.ts A few updates for the watch video view (#181) 2018-01-07 14:48:10 +01:00
video-resolution.enum.ts Change how we handle resolution 2017-10-09 11:17:36 +02:00
video-update.model.ts Add ability to update thumbnail and preview on client 2018-02-16 16:35:32 +01:00
video.model.ts Add publishedAt field for video model. 2018-03-30 08:52:58 +02:00