aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/friends.ts
Commit message (Expand)AuthorAgeFilesLines
* Add video channelsChocobozzz2017-10-261-13/+125
* Fix pod removal when it is downChocobozzz2017-10-191-6/+3
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-3/+3
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-141-0/+1
* Fix concurrency error when deleting a videoChocobozzz2017-09-121-2/+2
* Formated -> FormattedChocobozzz2017-08-251-2/+2
* Remove one pod (#76)Green-Star2017-08-021-0/+18
* Add previews cache system between podsChocobozzz2017-07-121-2/+12
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-3/+3
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-2/+2
* Remove any typing from serverChocobozzz2017-07-111-4/+6
* Better typescript typing for a better worldChocobozzz2017-07-101-5/+9
* Fix error loggingChocobozzz2017-07-071-3/+3
* Async signature and various fixesChocobozzz2017-07-071-4/+2
* Move to promisesChocobozzz2017-07-051-182/+136
* Use typescript standard and lint all filesChocobozzz2017-06-161-1/+5
* Create types for model enumsChocobozzz2017-06-161-4/+12
* Type functionsChocobozzz2017-06-101-37/+57
* require -> importChocobozzz2017-06-051-1/+1
* Type modelsChocobozzz2017-05-251-3/+3
* First typescript iterationChocobozzz2017-05-201-0/+410