aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | publishing a video
* 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
| | | | | | * Handle express-validator error on the client side * More meaningfull error for not supported format
* Video blacklist refractoringChocobozzz2017-10-101-55/+3
|
* Change how we handle resolutionChocobozzz2017-10-091-2/+3
| | | | It was an enum before, now we just use video height
* Upgrade express validator to v4Chocobozzz2017-09-151-134/+160
|
* Remove ng2 file upload moduleChocobozzz2017-09-141-10/+32
| | | | Unmaintained and we don't need it anymore with httpclient
* Improve real world scriptChocobozzz2017-09-121-10/+6
|
* Fix tests and user quotaChocobozzz2017-09-061-0/+9
|
* Begin tests for user quotaChocobozzz2017-09-051-2/+2
|
* Make tslint happyChocobozzz2017-09-041-1/+1
|
* Begin user quotaChocobozzz2017-09-041-2/+15
|
* Upgrade common server dependenciesChocobozzz2017-08-251-1/+1
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-11/+11
|