aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/remote/videos.ts
Commit message (Collapse)AuthorAgeFilesLines
* Begin activitypubChocobozzz2017-11-271-589/+0
|
* Add video privacy settingChocobozzz2017-10-311-1/+3
|
* Add lazy description on serverChocobozzz2017-10-301-2/+2
|
* Reset video fields when remote update failsChocobozzz2017-10-261-5/+13
|
* Use async/await in controllersChocobozzz2017-10-261-374/+280
|
* Add video channelsChocobozzz2017-10-261-44/+257
|
* Improve real world scriptChocobozzz2017-09-121-10/+20
|
* Convert real world script to typescriptChocobozzz2017-09-081-2/+0
|
* Make tslint happyChocobozzz2017-09-041-17/+17
|
* Upgrade common server dependenciesChocobozzz2017-08-251-1/+1
|
* Move video file metadata in their own tableChocobozzz2017-08-251-2/+40
| | | | Will be used for user video quotas and multiple video resolutions
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-19/+20
|
* Better typescript typing for a better worldChocobozzz2017-07-101-16/+27
|
* Fix error loggingChocobozzz2017-07-071-11/+11
|
* Async signature and various fixesChocobozzz2017-07-071-5/+4
|
* Move to promisesChocobozzz2017-07-051-324/+204
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Type functionsChocobozzz2017-06-101-19/+21
|
* require -> importChocobozzz2017-06-051-1/+1
|
* Type modelsChocobozzz2017-05-251-1/+1
|
* First typescript iterationChocobozzz2017-05-201-0/+521