aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators
Commit message (Expand)AuthorAgeFilesLines
* Change how we handle resolutionChocobozzz2017-10-091-2/+3
* Handle blacklist (#84)Green-Star2017-09-223-1/+40
* Upgrade express validator to v4Chocobozzz2017-09-158-359/+427
* Remove ng2 file upload moduleChocobozzz2017-09-143-20/+64
* Improve real world scriptChocobozzz2017-09-121-10/+6
* Fix tests and user quotaChocobozzz2017-09-062-23/+47
* Begin tests for user quotaChocobozzz2017-09-051-2/+2
* Add user update for adminsChocobozzz2017-09-051-2/+39
* Make tslint happyChocobozzz2017-09-041-1/+1
* Begin user quotaChocobozzz2017-09-042-2/+17
* Upgrade common server dependenciesChocobozzz2017-08-252-2/+2
* Remove one pod (#76)Green-Star2017-08-021-1/+25
* Add ability to limit user registrationsChocobozzz2017-07-251-2/+13
* Remove "function" in favor of () => {}Chocobozzz2017-07-113-16/+16
* Use global uuid instead of remoteId for videosChocobozzz2017-07-112-9/+30
* Fix error loggingChocobozzz2017-07-073-8/+8
* Move to promisesChocobozzz2017-07-053-86/+85
* Use shared modelsChocobozzz2017-06-111-1/+3
* Type functionsChocobozzz2017-06-108-30/+53
* Type modelsChocobozzz2017-05-253-3/+3
* First typescript iterationChocobozzz2017-05-2012-163/+105
* Format video blacklistChocobozzz2017-04-261-15/+15
* 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-271-7/+19
* 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