aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video-miniature.component.html
Commit message (Collapse)AuthorAgeFilesLines
* Implement video channel viewsChocobozzz2018-04-251-2/+2
|
* Add account link in videos listChocobozzz2018-04-251-1/+1
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-2/+2
| | | | There is a global instance setting and a per user setting
* Add publishedAt field for video model.Julien Le Bras2018-03-301-1/+1
| | | | | | | | | | | | * 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
* Begin video watch designChocobozzz2017-12-061-0/+17