aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/pods.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use async/await in controllersChocobozzz2017-10-261-20/+21
|
* Fix pod removal when it is downChocobozzz2017-10-191-1/+1
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-38/+15
|
* urls: makefriends/quitfriends -> make-friends/quit-friendsChocobozzz2017-09-071-2/+2
|
* Formated -> FormattedChocobozzz2017-08-251-3/+3
|
* Remove one pod (#76)Green-Star2017-08-021-2/+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
* Remove any typing from serverChocobozzz2017-07-111-1/+2
|
* Fix error loggingChocobozzz2017-07-071-1/+1
|
* Move to promisesChocobozzz2017-07-051-49/+22
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Type functionsChocobozzz2017-06-101-7/+10
|
* require -> importChocobozzz2017-06-051-1/+1
|
* Type modelsChocobozzz2017-05-251-3/+3
|
* First typescript iterationChocobozzz2017-05-201-0/+118