aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/pods.ts
Commit message (Collapse)AuthorAgeFilesLines
* Rename Pod -> ServerChocobozzz2017-11-271-32/+0
|
* Send follow/acceptChocobozzz2017-11-271-0/+32
|
* Make it compile at leastChocobozzz2017-11-271-73/+0
|
* Upgrade server packagesChocobozzz2017-10-311-2/+1
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-28/+1
|
* Upgrade express validator to v4Chocobozzz2017-09-151-74/+81
|
* Remove ng2 file upload moduleChocobozzz2017-09-141-1/+5
| | | | Unmaintained and we don't need it anymore with httpclient
* Upgrade common server dependenciesChocobozzz2017-08-251-1/+1
|
* Remove one pod (#76)Green-Star2017-08-021-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 "function" in favor of () => {}Chocobozzz2017-07-111-2/+2
|
* Fix error loggingChocobozzz2017-07-071-2/+2
|
* Move to promisesChocobozzz2017-07-051-22/+22
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Type functionsChocobozzz2017-06-101-2/+5
|
* Type modelsChocobozzz2017-05-251-1/+1
|
* First typescript iterationChocobozzz2017-05-201-0/+63