aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos.js
Commit message (Expand)AuthorAgeFilesLines
* Server: add nsfw attributeChocobozzz2017-03-281-0/+2
* Server: add licence video attributeChocobozzz2017-03-271-0/+2
* Relax on tags (accept any characters and not required anymore)Chocobozzz2017-03-221-1/+1
* Add video category supportChocobozzz2017-03-221-0/+2
* Add like/dislike system for videosChocobozzz2017-03-081-1/+14
* Server: update express-validatorChocobozzz2017-02-101-3/+1
* Server: fix update right checksChocobozzz2017-01-111-7/+10
* Server: rights check for update a videoChocobozzz2017-01-111-0/+8
* Server: add video abuse supportChocobozzz2017-01-041-1/+14
* 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-191-10/+7
* Server: remove useless hash affectationsChocobozzz2016-10-021-4/+4
* 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-041-0/+1
* Server: reorganize express validatorsChocobozzz2016-07-311-3/+3
* Use dashes for filenamesChocobozzz2016-07-011-1/+1
* reqValidators --> validatorsChocobozzz2016-07-011-0/+97