aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/pods.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add follow tabsChocobozzz2017-11-271-127/+0
| | | | | | Following Follow Followers
* Follow worksChocobozzz2017-11-271-17/+51
|
* Add MANAGE_PEERTUBE_FOLLOW rightChocobozzz2017-11-271-0/+5
|
* Send follow/acceptChocobozzz2017-11-271-0/+41
|
* Handle follow/acceptChocobozzz2017-11-271-7/+26
|
* Make it compile at leastChocobozzz2017-11-271-64/+2
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-4/+5
|
* 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