Add state and moderationComment for abuses on server side
[oweals/peertube.git] / server / middlewares / validators / videos.ts
2018-08-10 ChocobozzzAdd state and moderationComment for abuses on server...
2018-08-07 ChocobozzzMerge branch 'release/beta-10' into develop
2018-08-06 ChocobozzzMerge branch 'release/beta-10' into develop
2018-08-06 ChocobozzzAdd ability to import video with youtube-dl
2018-07-31 ChocobozzzCleanup req files on bad request
2018-07-24 ChocobozzzBegin advanced search
2018-07-16 ChocobozzzRemove unnecessary image check in video upload
2018-07-16 ChocobozzzRefractor video attr validators
2018-07-16 ChocobozzzImplement captions/subtitles
2018-06-22 ChocobozzzFix images size limit
2018-06-18 ChocobozzzFix removing scheduled update
2018-06-15 ChocobozzzAdd ability to schedule video publication
2018-06-14 ChocobozzzAdd ability for uploaders to schedule video update
2018-06-12 ChocobozzzAdd concept of video state, and add ability to wait...
2018-05-17 ChocobozzzFix video channel update with an admin account
2018-05-16 ChocobozzzFix updating video tags to empty field
2018-05-11 ChocobozzzAdd ability to update a video channel
2018-05-09 ChocobozzzAccount/channel descriptions are not required anymore
2018-03-26 ChocobozzzFix error logging
2018-02-22 ChocobozzzAdd ability to update another user video
2018-02-15 ChocobozzzImplement support field in video and video channel
2018-02-14 ChocobozzzAdd ability to set video thumbnail/preview
2018-01-31 ChocobozzzDon't leak unlisted videos
2018-01-04 ChocobozzzAdd ability to delete comments
2018-01-03 ChocobozzzAdd ability to disable video comments
2017-12-28 ChocobozzzPropagate old comment on new follow
2017-12-13 ChocobozzzMove models to typescript-sequelize
2017-12-11 ChocobozzzMerge branch 'feature/design' into develop
2017-12-07 ChocobozzzMake some fields optional when uploading a video
2017-12-05 ChocobozzzFix client search
2017-11-30 ChocobozzzFix lint
2017-11-28 ChocobozzzRemove max duration/filesize constraints
2017-11-27 ChocobozzzRefractor validators
2017-11-27 ChocobozzzAdd shares forward and collection on videos/video channels
2017-11-27 ChocobozzzCleanup helpers
2017-11-27 ChocobozzzRename Pod -> Server
2017-11-27 ChocobozzzRemove references to author
2017-10-31 ChocobozzzAdd tests and fix bugs for video privacy
2017-10-31 ChocobozzzAdd video privacy setting
2017-10-27 ChocobozzzSupport roles with rights and add moderator role
2017-10-26 ChocobozzzFix lint
2017-10-26 ChocobozzzAdd video channels
2017-10-19 ChocobozzzUpgrade client dependencies and fix error logs
2017-10-16 RonanHandle express-validator error on the client side and...
2017-10-10 ChocobozzzVideo blacklist refractoring
2017-10-09 ChocobozzzChange how we handle resolution
2017-09-15 ChocobozzzUpgrade express validator to v4
2017-09-14 ChocobozzzRemove ng2 file upload module
2017-09-12 ChocobozzzImprove real world script
2017-09-06 ChocobozzzFix tests and user quota
2017-09-05 ChocobozzzBegin tests for user quota
2017-09-04 ChocobozzzMake tslint happy
2017-09-04 ChocobozzzBegin user quota
2017-08-25 ChocobozzzUpgrade common server dependencies
2017-07-11 ChocobozzzRemove "function" in favor of () => {}
2017-07-11 ChocobozzzUse global uuid instead of remoteId for videos
2017-07-07 ChocobozzzFix error logging
2017-07-05 ChocobozzzMove to promises
2017-06-11 ChocobozzzUse shared models
2017-06-10 ChocobozzzType functions
2017-05-25 ChocobozzzType models
2017-05-20 ChocobozzzFirst typescript iteration