aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/friends.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* 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