aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Remove sequelize deprecated operatorsChocobozzz2017-10-268-16/+20
* Increase video attributes lengthChocobozzz2017-10-263-10/+20
* Fix testsChocobozzz2017-10-261-2/+2
* Add og:video tagsChocobozzz2017-10-262-3/+14
* Fix integrity with transcoding jobsChocobozzz2017-10-262-8/+20
* Fix integrity issues with after destroy hookChocobozzz2017-10-264-9/+9
* Fix log in after destroy hookChocobozzz2017-10-261-1/+1
* Fix join in video eventsChocobozzz2017-10-261-10/+20
* Reset video fields when remote update failsChocobozzz2017-10-263-5/+31
* Be tolerant with remote requestsChocobozzz2017-10-264-52/+91
* Add migration script for channelsChocobozzz2017-10-263-11/+120
* Add channels to upload formChocobozzz2017-10-261-2/+2
* Fix lintChocobozzz2017-10-2610-12/+8
* Adapt client with video channelsChocobozzz2017-10-261-1/+0
* Use async/await in lib and initializersChocobozzz2017-10-2621-770/+740
* Use async/await in controllersChocobozzz2017-10-2620-1028/+859
* Add video channel testsChocobozzz2017-10-2616-114/+869
* Add video channelsChocobozzz2017-10-2639-273/+1892
* Take in account transcoding for video quotaChocobozzz2017-10-191-1/+9
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-194-33/+48
* Fix pod removal when it is downChocobozzz2017-10-192-7/+4
* Upgrade client dependencies and fix error logsChocobozzz2017-10-191-2/+2
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-1915-79/+198
* Fix video removing when it is corruptedChocobozzz2017-10-191-2/+5
* Escape opengraph/oembed tagsChocobozzz2017-10-172-8/+28
* More robust transcoding jobsChocobozzz2017-10-175-7/+23
* Improve transcoding qualityChocobozzz2017-10-171-1/+2
* Don't cache torrent filesChocobozzz2017-10-171-1/+1
* Try to fix travis testsChocobozzz2017-10-171-0/+0
* Use preview instead of thumbnail for oembedChocobozzz2017-10-175-16/+26
* Handle express-validator error on the client side and fix #96 (#98)Ronan2017-10-161-1/+4
* Add oembed endpointChocobozzz2017-10-1616-20/+477
* Video blacklist refractoringChocobozzz2017-10-1012-190/+161
* Fix database benchmark in prod modeChocobozzz2017-10-101-1/+1
* Server: upgrade packagesChocobozzz2017-10-091-1/+1
* Change how we handle resolutionChocobozzz2017-10-0916-233/+264
* Client: handle multiple file resolutionsChocobozzz2017-10-062-18/+25
* Add migration scriptChocobozzz2017-10-034-15/+70
* Implement video transcoding on server sideChocobozzz2017-10-0315-125/+327
* Modify video file size to bigintChocobozzz2017-09-221-1/+1
* Handle blacklist (#84)Green-Star2017-09-2224-122/+606
* Upgrade express validator to v4Chocobozzz2017-09-1513-424/+430
* Add info when server is processing a video at uploadChocobozzz2017-09-141-1/+1
* Remove ng2 file upload moduleChocobozzz2017-09-143-20/+64
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-141-0/+1
* Fix concurrency error when deleting a videoChocobozzz2017-09-123-16/+30
* Improve real world scriptChocobozzz2017-09-124-50/+109
* Fix request schedulers testChocobozzz2017-09-081-3/+2
* Convert real world script to typescriptChocobozzz2017-09-085-382/+336
* Upload a video to /videos/uploadChocobozzz2017-09-075-25/+46