aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/pods.js
Commit message (Collapse)AuthorAgeFilesLines
* First typescript iterationChocobozzz2017-05-201-67/+0
|
* Add email to podsChocobozzz2017-02-161-1/+2
|
* Server: error if we add a pod that already existsChocobozzz2017-01-271-7/+19
|
* Server: forbid to make friends with a non https serverChocobozzz2016-11-161-0/+7
|
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-161-2/+2
| | | | | Reason: in a network with mix http/https pods, https pods won't be able to play videos from http pod (insecure requests).
* Server: remove useless hash affectationsChocobozzz2016-10-021-2/+2
|
* Server: fix makefriends validation and testsChocobozzz2016-08-211-14/+15
|
* Server: make friends urls come from the request instead of theChocobozzz2016-08-201-0/+5
| | | | configuration file
* reqValidators --> validatorsChocobozzz2016-07-011-0/+41