aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Expand)AuthorAgeFilesLines
* Add lazy description on serverChocobozzz2017-10-301-0/+19
* Add og:video tagsChocobozzz2017-10-261-1/+1
* Fix integrity with transcoding jobsChocobozzz2017-10-262-8/+20
* Fix integrity issues with after destroy hookChocobozzz2017-10-261-3/+3
* Be tolerant with remote requestsChocobozzz2017-10-261-2/+4
* Fix lintChocobozzz2017-10-262-2/+2
* Use async/await in lib and initializersChocobozzz2017-10-2611-451/+456
* Use async/await in controllersChocobozzz2017-10-261-19/+27
* Add video channelsChocobozzz2017-10-265-14/+216
* Fix pod removal when it is downChocobozzz2017-10-191-6/+3
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-3/+3
* More robust transcoding jobsChocobozzz2017-10-174-4/+20
* Video blacklist refractoringChocobozzz2017-10-102-21/+0
* Server: upgrade packagesChocobozzz2017-10-091-1/+1
* Implement video transcoding on server sideChocobozzz2017-10-033-11/+90
* Handle blacklist (#84)Green-Star2017-09-222-0/+21
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-141-0/+1
* Fix concurrency error when deleting a videoChocobozzz2017-09-121-2/+2
* Don't display password in logsChocobozzz2017-09-071-1/+1
* Make tslint happyChocobozzz2017-09-041-15/+15
* Formated -> FormattedChocobozzz2017-08-251-2/+2
* Move video file metadata in their own tableChocobozzz2017-08-251-1/+3
* Remove one pod (#76)Green-Star2017-08-021-0/+18
* Fix lintChocobozzz2017-07-121-2/+1
* Add previews cache system between podsChocobozzz2017-07-124-2/+88
* Remove "function" in favor of () => {}Chocobozzz2017-07-112-5/+5
* Use global uuid instead of remoteId for videosChocobozzz2017-07-114-20/+20
* Remove any typing from serverChocobozzz2017-07-112-8/+9
* Better typescript typing for a better worldChocobozzz2017-07-105-28/+69
* Fix error loggingChocobozzz2017-07-075-12/+12
* Async signature and various fixesChocobozzz2017-07-073-13/+3
* Move to promisesChocobozzz2017-07-059-369/+293
* Use typescript standard and lint all filesChocobozzz2017-06-162-3/+7
* Create types for model enumsChocobozzz2017-06-164-7/+18
* BaseRequestScheduler -> AbstractRequestSchedulerChocobozzz2017-06-165-9/+9
* Type functionsChocobozzz2017-06-1010-92/+140
* require -> importChocobozzz2017-06-051-1/+1
* Type modelsChocobozzz2017-05-258-17/+18
* First typescript iterationChocobozzz2017-05-2014-282/+339
* Server: move requests lib in their own directoryChocobozzz2017-05-055-15/+15
* Server: finish old jobs at startupChocobozzz2017-05-051-18/+37
* Server: Fix video propagation with transcoding enabledChocobozzz2017-05-052-11/+20
* Server: add job scheduler to transcode video filesChocobozzz2017-05-043-0/+151
* Update standard -> 10Chocobozzz2017-04-161-4/+4
* Server: move pod remove to remote pathChocobozzz2017-03-191-1/+1
* Add like/dislike system for videosChocobozzz2017-03-082-8/+42
* Server: fix requests endpointsChocobozzz2017-03-042-2/+2
* Update bittorrent-tracker and standard to v9Chocobozzz2017-03-034-4/+0
* Fix request schedulers statsChocobozzz2017-02-272-9/+29
* Server: request scheduler refractoringChocobozzz2017-02-262-14/+5