aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Optimise transaction for video uploadChocobozzz2017-12-081-44/+43
|
* Design second video upload stepChocobozzz2017-12-081-12/+16
|
* Fix client searchChocobozzz2017-12-051-13/+9
|
* Better view counterChocobozzz2017-11-301-12/+16
|
* Refractor validatorsChocobozzz2017-11-271-4/+4
|
* Federate video viewsChocobozzz2017-11-271-11/+15
|
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-2/+3
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-5/+6
|
* Fix public video we set to public or unlistedChocobozzz2017-11-271-0/+1
|
* Send server announce when users upload a videoChocobozzz2017-11-271-5/+6
|
* Rename Pod -> ServerChocobozzz2017-11-271-3/+3
|
* Make it compile at leastChocobozzz2017-11-271-59/+29
|
* Remove references to authorChocobozzz2017-11-271-1/+1
|
* Continue activitypubChocobozzz2017-11-271-14/+16
|
* Add video privacy settingChocobozzz2017-10-311-5/+23
|
* Add lazy description on serverChocobozzz2017-10-301-1/+20
|
* Fix lintChocobozzz2017-10-261-1/+1
|
* Use async/await in controllersChocobozzz2017-10-261-208/+146
|
* Add video channelsChocobozzz2017-10-261-27/+21
|
* 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-251-4/+4
|
* 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-111-1/+1
|
* Better typescript typing for a better worldChocobozzz2017-07-101-2/+3
|
* Fix error loggingChocobozzz2017-07-071-4/+4
|
* Move to promisesChocobozzz2017-07-051-218/+163
| | | | 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-101-14/+15
|
* require -> importChocobozzz2017-06-051-4/+4
|
* Type modelsChocobozzz2017-05-251-1/+1
|
* First typescript iterationChocobozzz2017-05-201-0/+426