aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/friends.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add lazy description on serverChocobozzz2017-10-301-0/+19
|
* Fix integrity issues with after destroy hookChocobozzz2017-10-261-3/+3
|
* Use async/await in lib and initializersChocobozzz2017-10-261-179/+189
|
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Fix typo * Client: Add removeFriend feature * Server: Add removeFriend feature * Server: Update method name * Fix rebase onto develop issues * Server: Fix error message * Server: Remove useless methods in removeFriend method * Server: Finish remove on pod feature after rebase * Server: Type pod parameter * Fix Travis build * Add friend-basic test for the remove one pod feature * Add check-params tests for the remove one pod feature * Fix typos * Add friend-advanced test for the remove one pod feature * Client: Trailing new line * Move to promises * Add undefined id test * Use find method instead of a for loop to find the friend to remove * Remove setTimeout method * Server: Remove requestScheduler operations * Server: Fix logging messages * Server: Remove sign request parameter
* 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