Add user adminFlags
[oweals/peertube.git] / server / helpers / custom-validators / videos.ts
2019-04-11 ChocobozzzAdd ability to limit videos history size
2019-04-11 ChocobozzzDon't expose constants directly in initializers/
2019-03-19 ChocobozzzDoes exist
2019-03-18 ChocobozzzPlaylist server API
2019-02-11 ChocobozzzMerge branch 'develop' into pr/1285
2019-02-11 ChocobozzzMerge branch 'develop' into pr/1217
2019-02-11 ChocobozzzMerge branch 'feature/correctly-send-activities' into...
2019-01-24 ChocobozzzTry to fix Mac video upload
2019-01-12 clementbrizardEnable video upload and edit
2018-12-11 ChocobozzzSupport additional video extensions
2018-11-13 ChocobozzzMerge branch 'master' into develop
2018-10-19 ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-11 ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-10 ChocobozzzAdd ability to list all local videos
2018-10-08 ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-05 ChocobozzzAdd user history and resume videos
2018-09-20 ChocobozzzMerge branch 'develop' into cli-wrapper 941/head
2018-09-19 ChocobozzzRefractor videos AP functions
2018-09-19 ChocobozzzOptimize SQL requests of videos AP endpoints
2018-09-19 ChocobozzzOptimize SQL requests of watch page API endpoints
2018-09-11 Rigel Kentuse focus-visible polyfill to improve keyboard navigation
2018-08-28 ChocobozzzRefractor user quota SQL queries
2018-08-10 ChocobozzzAdd state and moderationComment for abuses on server...
2018-08-08 ChocobozzzImport magnets with webtorrent
2018-07-26 ChocobozzzFix last commit
2018-07-25 Rigel Kentexpliciting type checks and predicates (server only)
2018-07-16 ChocobozzzImplement captions/subtitles
2018-06-29 ChocobozzzHandle higher FPS for high resolution (test)
2018-06-22 ChocobozzzFix images size limit
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-06-07 ChocobozzzImprove create import file job
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-04-23 ChocobozzzUse ISO 639 for languages
2018-03-19 ChocobozzzUpdate the api documentation
2018-03-19 ChocobozzzUpdate videos response api
2018-02-15 ChocobozzzImplement support field in video and video channel
2018-02-14 ChocobozzzAdd ability to set video thumbnail/preview
2018-01-07 Benjamin BouvierA few updates for the watch video view (#181)
2018-01-03 ChocobozzzAdd ability to disable video comments
2017-12-13 ChocobozzzMove models to typescript-sequelize
2017-12-11 ChocobozzzMerge branch 'feature/design' into develop
2017-12-08 ChocobozzzFix lint
2017-12-08 ChocobozzzFinish admin design
2017-11-27 ChocobozzzRefractor validators
2017-11-27 ChocobozzzAdd shares forward and collection on videos/video channels
2017-11-27 ChocobozzzMisc cleanup
2017-11-27 ChocobozzzCleanup helpers
2017-11-27 ChocobozzzFix lint
2017-11-27 ChocobozzzFix video upload and videos list
2017-11-27 ChocobozzzAdd video abuse to activity pub
2017-11-27 ChocobozzzRename Pod -> Server
2017-11-27 ChocobozzzFix issues on server start
2017-11-27 ChocobozzzRemove references to author
2017-11-27 ChocobozzzContinue activitypub
2017-10-31 ChocobozzzAdd video privacy setting
2017-10-30 ChocobozzzAdd lazy description on server
2017-10-26 ChocobozzzBe tolerant with remote requests
2017-10-26 ChocobozzzAdd video channels
2017-10-10 ChocobozzzVideo blacklist refractoring
2017-10-09 ChocobozzzChange how we handle resolution
2017-09-15 ChocobozzzUpgrade express validator to v4
2017-09-07 ChocobozzzAdd tests for npm run scripts
2017-08-25 ChocobozzzUpgrade common server dependencies
2017-08-25 ChocobozzzMove video file metadata in their own table
2017-07-11 ChocobozzzRemove "function" in favor of () => {}
2017-07-11 ChocobozzzUse global uuid instead of remoteId for videos
2017-06-16 ChocobozzzCreate types for model enums
2017-06-11 ChocobozzzUpdate webpack stack
2017-06-10 ChocobozzzType functions
2017-06-05 Chocobozzzrequire -> import
2017-05-20 ChocobozzzFirst typescript iteration