aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos.ts
Commit message (Expand)AuthorAgeFilesLines
* Add user history and resume videosChocobozzz2018-10-051-399/+0
* Refractor videos AP functionsChocobozzz2018-09-191-2/+2
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-191-32/+36
* Users can change ownership of their video [#510] (#888)Gaƫtan Rizio2018-09-041-1/+81
* Add get subscription endpointChocobozzz2018-08-271-1/+1
* Cleanup utils helperChocobozzz2018-08-141-1/+1
* Improve blacklist managementChocobozzz2018-08-141-12/+21
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-17/+0
* Add ability to import video with youtube-dlChocobozzz2018-08-061-30/+32
* Cleanup req files on bad requestChocobozzz2018-07-311-10/+12
* Begin advanced searchChocobozzz2018-07-241-14/+1
* Remove unnecessary image check in video uploadChocobozzz2018-07-161-21/+0
* Refractor video attr validatorsChocobozzz2018-07-161-125/+72
* Implement captions/subtitlesChocobozzz2018-07-161-30/+6
* Fix images size limitChocobozzz2018-06-221-20/+25
* Fix removing scheduled updateChocobozzz2018-06-181-0/+6
* Add ability to schedule video publicationChocobozzz2018-06-151-1/+1
* Add ability for uploaders to schedule video updateChocobozzz2018-06-141-4/+42
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-0/+10
* Fix video channel update with an admin accountChocobozzz2018-05-171-4/+4
* Fix updating video tags to empty fieldChocobozzz2018-05-161-7/+9
* Add ability to update a video channelChocobozzz2018-05-111-13/+14
* Account/channel descriptions are not required anymoreChocobozzz2018-05-091-21/+74
* Fix error loggingChocobozzz2018-03-261-1/+1
* Add ability to update another user videoChocobozzz2018-02-221-15/+5
* Implement support field in video and video channelChocobozzz2018-02-151-1/+3
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-2/+49
* Don't leak unlisted videosChocobozzz2018-01-311-3/+12
* Add ability to delete commentsChocobozzz2018-01-041-1/+1
* Add ability to disable video commentsChocobozzz2018-01-031-4/+6
* Propagate old comment on new followChocobozzz2017-12-281-13/+4
* Move models to typescript-sequelizeChocobozzz2017-12-131-8/+9
* Make some fields optional when uploading a videoChocobozzz2017-12-071-3/+3
* Fix client searchChocobozzz2017-12-051-3/+2
* Fix lintChocobozzz2017-11-301-1/+1
* Remove max duration/filesize constraintsChocobozzz2017-11-281-9/+0
* Refractor validatorsChocobozzz2017-11-271-131/+121
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-1/+25
* Cleanup helpersChocobozzz2017-11-271-22/+21
* Rename Pod -> ServerChocobozzz2017-11-271-2/+2
* Remove references to authorChocobozzz2017-11-271-7/+7
* Add tests and fix bugs for video privacyChocobozzz2017-10-311-26/+37
* Add video privacy settingChocobozzz2017-10-311-4/+15
* Support roles with rights and add moderator roleChocobozzz2017-10-271-1/+2
* Fix lintChocobozzz2017-10-261-1/+1
* Add video channelsChocobozzz2017-10-261-9/+24
* Upgrade client dependencies and fix error logsChocobozzz2017-10-191-2/+2
* Handle express-validator error on the client side and fix #96 (#98)Ronan2017-10-161-1/+4
* Video blacklist refractoringChocobozzz2017-10-101-55/+3
* Change how we handle resolutionChocobozzz2017-10-091-2/+3