aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/video.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add account link in videos listChocobozzz2018-04-251-0/+2
|
* Use ISO 639 for languagesChocobozzz2018-04-231-2/+2
|
* Add information concerning video privacy in my videos listChocobozzz2018-04-191-1/+1
|
* Add publishedAt field for video model.Julien Le Bras2018-03-301-0/+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
* BEARKING CHANGE: Update videos API responseChocobozzz2018-03-191-1/+2
| | | | before beta
* Update videos response apiChocobozzz2018-03-191-10/+10
|
* Update videos api list for accountChocobozzz2018-03-121-2/+9
|
* Implement support field in video and video channelChocobozzz2018-02-151-0/+1
|
* Add ability to disable video commentsChocobozzz2018-01-031-0/+1
|
* Begin moving video channel to actorChocobozzz2017-12-191-1/+1
|
* Use sequelize scopesChocobozzz2017-12-141-1/+1
|
* Begin video watch designChocobozzz2017-12-061-1/+3
|
* Rename Pod -> ServerChocobozzz2017-11-271-1/+1
|
* Begin activitypubChocobozzz2017-11-271-1/+1
|
* Add video privacy settingChocobozzz2017-10-311-1/+4
|
* Add lazy description on serverChocobozzz2017-10-301-0/+1
|
* Add video channelsChocobozzz2017-10-261-0/+6
|
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-191-0/+2
|
* Add oembed endpointChocobozzz2017-10-161-0/+1
|
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-141-2/+2
|
* Improve real world scriptChocobozzz2017-09-121-0/+1
|
* Move video file metadata in their own tableChocobozzz2017-08-251-1/+8
| | | | Will be used for user video quotas and multiple video resolutions
* Add previews cache system between podsChocobozzz2017-07-121-0/+1
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-1/+2
|
* Better typescript typing for a better worldChocobozzz2017-07-101-0/+23