aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators
Commit message (Expand)AuthorAgeFilesLines
* Server: fix update right checksChocobozzz2017-01-111-7/+10
* Server: rights check for update a videoChocobozzz2017-01-111-0/+8
* Server: use crypto instead of ursa for pod signatureChocobozzz2017-01-041-1/+1
* Server: add video abuse supportChocobozzz2017-01-045-21/+67
* Server: fix video remoe validationChocobozzz2016-12-301-1/+1
* Server: optimization for videoGet and videoRemoveChocobozzz2016-12-301-7/+8
* Server: add ability to update a videoChocobozzz2016-12-291-10/+31
* First version with PostgreSQLChocobozzz2016-12-192-18/+12
* Server: remove encryption when seending requests to other podsChocobozzz2016-11-271-10/+0
* 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-162-4/+4
* Server: forbid to remove the root userChocobozzz2016-10-071-0/+2
* Server: remove useless hash affectationsChocobozzz2016-10-027-16/+16
* Client: fix error display for componentChocobozzz2016-08-231-3/+12
* Server: fix makefriends validation and testsChocobozzz2016-08-211-14/+15
* Server: fix remote videos requests validatorChocobozzz2016-08-211-1/+0
* Server: make friends urls come from the request instead of theChocobozzz2016-08-201-0/+5
* Server: add user list sort/paginationChocobozzz2016-08-161-0/+11
* Server: delete user with the id and not the usernameChocobozzz2016-08-091-2/+3
* Server: do not allow a user to remove a video of another userChocobozzz2016-08-051-0/+1
* Implement user API (create, update, remove, list)Chocobozzz2016-08-043-0/+60
* Server: reorganize express validatorsChocobozzz2016-07-311-3/+3
* Use dashes for filenamesChocobozzz2016-07-011-1/+1
* reqValidators --> validatorsChocobozzz2016-07-017-0/+267