aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos
Commit message (Collapse)AuthorAgeFilesLines
* Make it compile at leastChocobozzz2017-11-274-150/+59
|
* Remove references to authorChocobozzz2017-11-272-11/+11
|
* Continue activitypubChocobozzz2017-11-271-14/+16
|
* Upgrade server packagesChocobozzz2017-10-311-2/+2
|
* Add video privacy settingChocobozzz2017-10-311-5/+23
|
* Add lazy description on serverChocobozzz2017-10-301-1/+20
|
* Support roles with rights and add moderator roleChocobozzz2017-10-272-8/+8
|
* Fix lintChocobozzz2017-10-261-1/+1
|
* Use async/await in controllersChocobozzz2017-10-265-461/+361
|
* Add video channelsChocobozzz2017-10-262-27/+217
|
* Video blacklist refractoringChocobozzz2017-10-101-5/+49
|
* Change how we handle resolutionChocobozzz2017-10-091-3/+9
| | | | It was an enum before, now we just use video height
* Implement video transcoding on server sideChocobozzz2017-10-031-5/+4
|
* Fix concurrency error when deleting a videoChocobozzz2017-09-121-11/+25
|
* Improve real world scriptChocobozzz2017-09-121-3/+8
|
* Upload a video to /videos/uploadChocobozzz2017-09-071-1/+1
| | | | This is an action, not a REST endpoint
* Upgrade common server dependenciesChocobozzz2017-08-251-27/+26
|
* Formated -> FormattedChocobozzz2017-08-252-6/+6
|
* Move video file metadata in their own tableChocobozzz2017-08-251-12/+53
| | | | Will be used for user video quotas and multiple video resolutions
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-3/+3
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-113-4/+4
|
* Better typescript typing for a better worldChocobozzz2017-07-103-8/+24
|
* Fix error loggingChocobozzz2017-07-074-7/+7
|
* Move to promisesChocobozzz2017-07-054-394/+282
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Fix video update testChocobozzz2017-06-121-1/+1
|
* Update webpack stackChocobozzz2017-06-111-1/+0
|
* Type functionsChocobozzz2017-06-104-22/+25
|
* require -> importChocobozzz2017-06-054-8/+8
|
* Type modelsChocobozzz2017-05-254-4/+4
|
* First typescript iterationChocobozzz2017-05-204-166/+205
|
* Server: split videos controllerChocobozzz2017-05-054-0/+728