aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/custom-validators
Commit message (Expand)AuthorAgeFilesLines
...
* Begin activitypubChocobozzz2017-11-277-2/+167
* Usernames are case insensitive nowChocobozzz2017-11-041-1/+1
* Add video privacy settingChocobozzz2017-10-311-0/+12
* Add lazy description on serverChocobozzz2017-10-302-2/+7
* Support roles with rights and add moderator roleChocobozzz2017-10-271-6/+5
* Be tolerant with remote requestsChocobozzz2017-10-262-41/+65
* Add video channelsChocobozzz2017-10-266-59/+193
* Video blacklist refractoringChocobozzz2017-10-101-2/+32
* Change how we handle resolutionChocobozzz2017-10-091-3/+2
* Upgrade express validator to v4Chocobozzz2017-09-155-65/+3
* Add tests for npm run scriptsChocobozzz2017-09-075-0/+6
* Begin user quotaChocobozzz2017-09-041-1/+7
* Upgrade common server dependenciesChocobozzz2017-08-255-58/+59
* Move video file metadata in their own tableChocobozzz2017-08-252-18/+40
* Remove "function" in favor of () => {}Chocobozzz2017-07-113-5/+5
* Use global uuid instead of remoteId for videosChocobozzz2017-07-112-10/+16
* Create types for model enumsChocobozzz2017-06-162-2/+5
* Update webpack stackChocobozzz2017-06-111-0/+1
* Type functionsChocobozzz2017-06-106-64/+134
* require -> importChocobozzz2017-06-053-9/+3
* First typescript iterationChocobozzz2017-05-2010-227/+221
* Fix unset video language on video updateChocobozzz2017-05-051-1/+1
* Server: add video language attributeChocobozzz2017-04-072-0/+6
* Server: Add NSFW in user profileChocobozzz2017-04-031-1/+6
* Server: add nsfw attributeChocobozzz2017-03-282-0/+6
* Server: add licence video attributeChocobozzz2017-03-272-0/+6
* Relax on tags (accept any characters and not required anymore)Chocobozzz2017-03-221-2/+1
* Add video category supportChocobozzz2017-03-222-0/+6
* Add like/dislike system for videosChocobozzz2017-03-082-1/+9
* Server: add views attribute when sending videos to friendsChocobozzz2017-03-041-1/+2
* Server: implement video viewsChocobozzz2017-02-262-5/+33
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-262-5/+37
* Server: update express-validatorChocobozzz2017-02-101-1/+17
* Server: remote video validators refractoringChocobozzz2017-01-171-23/+22
* Server: we don't need the video name when removing a remote videoChocobozzz2017-01-041-1/+0
* Server: add video abuse supportChocobozzz2017-01-044-53/+100
* Server: add updatedAt attribute to videosChocobozzz2016-12-301-0/+2
* Server: propagate video update to other podsChocobozzz2016-12-301-0/+15
* Server: use binary data instead of base64 to send thumbnailsChocobozzz2016-12-291-5/+4
* Server: add database field validationsChocobozzz2016-12-282-8/+7
* First version with PostgreSQLChocobozzz2016-12-191-7/+12
* Server: set manually the post host of a remote video throught theChocobozzz2016-11-271-1/+0
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-162-9/+9
* Server: use preview image for opengraphChocobozzz2016-11-161-2/+2
* Server: generate magnet uri on the flyChocobozzz2016-11-161-4/+4
* Server: use _id for image and video files. Add remoteId fieldChocobozzz2016-11-161-2/+7
* Server: remove useless hash affectationsChocobozzz2016-10-024-17/+17
* Server: fix makefriends validation and testsChocobozzz2016-08-213-10/+24
* Server: fix remote videos requests validatorChocobozzz2016-08-211-20/+21
* Server: make friends urls come from the request instead of theChocobozzz2016-08-201-1/+10