aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Expand)AuthorAgeFilesLines
...
* require -> importChocobozzz2017-06-051-1/+1
* Type modelsChocobozzz2017-05-258-18/+18
* First typescript iterationChocobozzz2017-05-2021-240/+140
* Server: move requests lib in their own directoryChocobozzz2017-05-051-0/+2
* Format video blacklistChocobozzz2017-04-262-17/+16
* Add ability for an administrator to remove any video (#61)Green-Star2017-04-261-10/+53
* Server: add video language attributeChocobozzz2017-04-071-0/+2
* Server: Add NSFW in user profileChocobozzz2017-04-031-1/+2
* 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-082-2/+35
* Server: little sort refractoringChocobozzz2017-02-261-9/+14
* Server: implement video viewsChocobozzz2017-02-261-2/+10
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-261-1/+10
* Add email to usersChocobozzz2017-02-181-1/+2
* Add email to podsChocobozzz2017-02-161-1/+2
* Server: update express-validatorChocobozzz2017-02-101-3/+1
* Server: error if we add a pod that already existsChocobozzz2017-01-272-7/+23
* 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-042-2/+9
* Server: add video abuse supportChocobozzz2017-01-046-21/+74
* 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
* Server: little refractoringChocobozzz2016-12-291-0/+4
* First version with PostgreSQLChocobozzz2016-12-195-25/+16
* Server: remove encryption when seending requests to other podsChocobozzz2016-11-272-34/+4
* 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-164-39/+33
* Server: forbid to remove the root userChocobozzz2016-10-071-0/+2
* Server: remove useless hash affectationsChocobozzz2016-10-0214-27/+27
* Server: add port when making friends if it is not specifiedChocobozzz2016-10-012-0/+64
* Server: do not forget to check the signature when another pod wants toChocobozzz2016-10-011-20/+25
* Fix client peer dependenciesChocobozzz2016-09-201-1/+1
* Client: fix error display for componentChocobozzz2016-08-231-3/+12
* Server: catch JSON.parse exceptionsChocobozzz2016-08-231-2/+7
* 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-162-0/+18
* 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-045-10/+94
* Server: reorganize express validatorsChocobozzz2016-07-311-3/+3
* Server: implement refresh tokenChocobozzz2016-07-201-0/+3
* Use dashes for filenamesChocobozzz2016-07-012-2/+2
* reqValidators --> validatorsChocobozzz2016-07-019-33/+33