aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/custom-validators
Commit message (Collapse)AuthorAgeFilesLines
* First version with PostgreSQLChocobozzz2016-12-191-7/+12
|
* Server: set manually the post host of a remote video throught theChocobozzz2016-11-271-1/+0
| | | | signature
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-162-9/+9
| | | | | Reason: in a network with mix http/https pods, https pods won't be able to play videos from http pod (insecure requests).
* Server: use preview image for opengraphChocobozzz2016-11-161-2/+2
|
* Server: generate magnet uri on the flyChocobozzz2016-11-161-4/+4
|
* Server: use _id for image and video files. Add remoteId fieldChocobozzz2016-11-161-2/+7
|
* Server: remove useless hash affectationsChocobozzz2016-10-024-17/+17
|
* Server: fix makefriends validation and testsChocobozzz2016-08-213-10/+24
|
* Server: fix remote videos requests validatorChocobozzz2016-08-211-20/+21
|
* Server: make friends urls come from the request instead of theChocobozzz2016-08-201-1/+10
| | | | configuration file
* Implement user API (create, update, remove, list)Chocobozzz2016-08-042-2/+15
|
* Server: reorganize express validatorsChocobozzz2016-07-314-0/+157