Move adding a video view videojs peertube plugin
[oweals/peertube.git] / server / middlewares / validators / videos.ts
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