aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to schedule video publicationChocobozzz2018-06-151-0/+3
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-4/+10
| | | | publishing a video
* Add server localizationChocobozzz2018-06-061-1/+7
|
* Add ability to update a video channelChocobozzz2018-05-111-0/+10
|
* Add video channel account listChocobozzz2018-04-251-2/+4
|
* Add account link in videos listChocobozzz2018-04-251-0/+2
|
* Use ISO 639 for languagesChocobozzz2018-04-231-1/+1
|
* Add information concerning video privacy in my videos listChocobozzz2018-04-191-1/+3
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-3/+10
| | | | There is a global instance setting and a per user setting
* Add publishedAt field for video model.Julien Le Bras2018-03-301-0/+2
| | | | | | | | | | | | * 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
* BEARKING CHANGE: Update videos API responseChocobozzz2018-03-191-9/+4
| | | | before beta
* Update video duration string to show hours when duration greater than or ↵Lucas Declercq2018-03-191-2/+6
| | | | | | | | | | | | equal 60min (#360) * Update video duration string to show hours when >= 60min * Only show hours in duration when relevant * Fix problem with ternary expression * Remove accidentally commited package-lock.json
* Update videos api list for accountChocobozzz2018-03-121-5/+11
|
* Refractor account byChocobozzz2018-01-081-10/+2
|
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-071-2/+5
| | | | | | | | * Fixes #156: Filter out the video being watched from the list of other videos of the same author; * Fixes #167: in the video view, hide the author's domain when it's from the current host; * Fixes #171: Allow undoing a like/dislike;
* Begin to add avatar to actorsChocobozzz2017-12-291-5/+2
|
* Begin moving video channel to actorChocobozzz2017-12-191-1/+1
|
* Use sequelize scopesChocobozzz2017-12-141-2/+0
|
* Move to angular cliChocobozzz2017-12-121-2/+3
|
* Begin video watch designChocobozzz2017-12-061-3/+5
|
* Begin videos of an accountChocobozzz2017-12-011-0/+90