aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/custom-validators/remote
Commit message (Collapse)AuthorAgeFilesLines
* Add lazy description on serverChocobozzz2017-10-301-2/+2
|
* Be tolerant with remote requestsChocobozzz2017-10-261-40/+46
| | | | Just remove videos we don't want
* Add video channelsChocobozzz2017-10-261-37/+67
|
* Upgrade express validator to v4Chocobozzz2017-09-151-8/+0
|
* Add tests for npm run scriptsChocobozzz2017-09-071-0/+1
|
* Upgrade common server dependenciesChocobozzz2017-08-251-7/+5
|
* Move video file metadata in their own tableChocobozzz2017-08-251-5/+14
| | | | Will be used for user video quotas and multiple video resolutions
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-3/+3
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-6/+6
|
* Type functionsChocobozzz2017-06-102-12/+22
|
* First typescript iterationChocobozzz2017-05-204-129/+139
|
* Server: add video language attributeChocobozzz2017-04-071-0/+1
|
* Server: add nsfw attributeChocobozzz2017-03-281-0/+1
|
* Server: add licence video attributeChocobozzz2017-03-271-0/+1
|
* Add video category supportChocobozzz2017-03-221-0/+1
|
* Add like/dislike system for videosChocobozzz2017-03-081-1/+3
|
* Server: add views attribute when sending videos to friendsChocobozzz2017-03-041-1/+2
|
* Server: implement video viewsChocobozzz2017-02-261-1/+23
|
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-261-4/+21
| | | | | | | | 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: 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-042-0/+85