1
0
Fork 0
peertube/server/models/video
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
..
tag.ts Move models to typescript-sequelize 2017-12-13 16:50:33 +01:00
video-abuse.ts Change video abuse API response 2018-03-12 11:44:28 +01:00
video-blacklist.ts Fix sort inconsistency 2018-02-19 10:48:44 +01:00
video-channel.ts Fix sort inconsistency 2018-02-19 10:48:44 +01:00
video-comment.ts Fix mentions in comments 2018-03-21 11:17:01 +01:00
video-file.ts Move models to typescript-sequelize 2017-12-13 16:50:33 +01:00
video-share.ts Implement support field in video and video channel 2018-02-15 15:29:07 +01:00
video-tag.ts Move models to typescript-sequelize 2017-12-13 16:50:33 +01:00
video.ts Add publishedAt field for video model. 2018-03-30 08:52:58 +02:00