aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-interface.ts
Commit message (Collapse)AuthorAgeFilesLines
* Federate video updateChocobozzz2017-11-271-2/+2
|
* Rename Pod -> ServerChocobozzz2017-11-271-6/+6
|
* Handle follow/acceptChocobozzz2017-11-271-12/+5
|
* Continue activitypubChocobozzz2017-11-271-5/+6
|
* Begin activitypubChocobozzz2017-11-271-25/+35
|
* Add video privacy settingChocobozzz2017-10-311-0/+3
|
* Lazy description and previews to video formChocobozzz2017-10-301-1/+1
|
* Add lazy description on serverChocobozzz2017-10-301-0/+4
|
* Reset video fields when remote update failsChocobozzz2017-10-261-0/+2
|
* Fix lintChocobozzz2017-10-261-1/+0
|
* Add video channelsChocobozzz2017-10-261-4/+12
|
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-191-2/+0
|
* Add oembed endpointChocobozzz2017-10-161-0/+6
|
* Change how we handle resolutionChocobozzz2017-10-091-2/+0
| | | | It was an enum before, now we just use video height
* Implement video transcoding on server sideChocobozzz2017-10-031-50/+13
|
* Upgrade common server dependenciesChocobozzz2017-08-251-1/+1
|
* Formated -> FormattedChocobozzz2017-08-251-10/+10
|
* Move video file metadata in their own tableChocobozzz2017-08-251-27/+40
| | | | Will be used for user video quotas and multiple video resolutions
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-9/+14
|
* Better typescript typing for a better worldChocobozzz2017-07-101-1/+1
|
* Move to promisesChocobozzz2017-07-051-40/+30
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Share models between server and clientChocobozzz2017-06-171-0/+11
|
* Add this context to instance model functionsChocobozzz2017-06-161-10/+10
|
* Reorganize model filesChocobozzz2017-06-161-0/+151