Server: error if we add a pod that already exists
[oweals/peertube.git] / server / middlewares / validators /
2017-01-27 ChocobozzzServer: error if we add a pod that already exists
2017-01-12 ChocobozzzMerge branch 'postgresql'
2017-01-11 ChocobozzzServer: fix update right checks
2017-01-11 ChocobozzzServer: rights check for update a video
2017-01-04 ChocobozzzServer: use crypto instead of ursa for pod signature
2017-01-04 ChocobozzzServer: add video abuse support
2016-12-30 ChocobozzzServer: fix video remoe validation
2016-12-30 ChocobozzzServer: optimization for videoGet and videoRemove
2016-12-29 ChocobozzzServer: add ability to update a video
2016-12-19 ChocobozzzFirst version with PostgreSQL
2016-11-27 ChocobozzzServer: remove encryption when seending requests to...
2016-11-16 ChocobozzzServer: forbid to make friends with a non https server
2016-11-16 ChocobozzzPod URL -> pod host. HTTPS is required to make friends.
2016-10-07 ChocobozzzServer: forbid to remove the root user
2016-10-02 ChocobozzzMerge branch 'master' into webseed-merged
2016-10-02 ChocobozzzServer: remove useless hash affectations
2016-08-23 ChocobozzzClient: fix error display for component
2016-08-21 ChocobozzzServer: fix makefriends validation and tests
2016-08-21 ChocobozzzServer: fix remote videos requests validator
2016-08-20 ChocobozzzServer: make friends urls come from the request instead...
2016-08-16 ChocobozzzServer: add user list sort/pagination
2016-08-09 ChocobozzzServer: delete user with the id and not the username
2016-08-05 ChocobozzzServer: do not allow a user to remove a video of anothe...
2016-08-04 ChocobozzzImplement user API (create, update, remove, list)
2016-07-31 ChocobozzzServer: reorganize express validators
2016-07-01 ChocobozzzUse dashes for filenames
2016-07-01 ChocobozzzreqValidators --> validators