1
0
Fork 0
peertube/server/controllers/api
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
..
server Fix error logging 2018-03-26 16:04:14 +02:00
videos Add publishedAt field for video model. 2018-03-30 08:52:58 +02:00
accounts.ts Don't show videos of remote instance after unfollow 2018-01-18 15:42:20 +01:00
config.ts Fix custom server configuration numbers 2018-03-27 15:46:36 +02:00
index.ts Send account activitypub update events 2018-01-03 16:38:50 +01:00
jobs.ts Fix job panel sorting in administration 2018-02-27 16:57:53 +01:00
oauth-clients.ts Propagate old comment on new follow 2017-12-28 11:16:08 +01:00
users.ts Prevent brute force login attack 2018-03-29 11:03:30 +02:00