aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/custom-validators/videos.js
Commit message (Collapse)AuthorAgeFilesLines
* First typescript iterationChocobozzz2017-05-201-148/+0
|
* Fix unset video language on video updateChocobozzz2017-05-051-1/+1
|
* Server: add video language attributeChocobozzz2017-04-071-0/+5
|
* Server: add nsfw attributeChocobozzz2017-03-281-0/+5
|
* Server: add licence video attributeChocobozzz2017-03-271-0/+5
|
* Relax on tags (accept any characters and not required anymore)Chocobozzz2017-03-221-2/+1
|
* Add video category supportChocobozzz2017-03-221-0/+5
|
* Add like/dislike system for videosChocobozzz2017-03-081-0/+6
|
* Server: implement video viewsChocobozzz2017-02-261-4/+10
|
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-261-1/+16
| | | | | | | | This system will be useful to to update some int video attributes (likes, dislikes, views...) The classic system is not used because we need some optimization for scaling
* Server: update express-validatorChocobozzz2017-02-101-1/+17
|
* Server: add video abuse supportChocobozzz2017-01-041-53/+13
|
* 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-281-6/+0
|
* First version with PostgreSQLChocobozzz2016-12-191-7/+12
|
* Server: set manually the post host of a remote video throught theChocobozzz2016-11-271-1/+0
| | | | signature
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-161-3/+3
| | | | | Reason: in a network with mix http/https pods, https pods won't be able to play videos from http pod (insecure requests).
* 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-021-11/+11
|
* Server: fix remote videos requests validatorChocobozzz2016-08-211-20/+21
|
* Implement user API (create, update, remove, list)Chocobozzz2016-08-041-1/+1
|
* Server: reorganize express validatorsChocobozzz2016-07-311-0/+106