Support m4v videos
[oweals/peertube.git] / server / initializers / database.ts
2019-07-24 ChocobozzzWIP plugins: install/uninstall
2019-05-15 ChocobozzzMerge branch 'master' into develop
2019-04-24 ChocobozzzFix ownership changes
2019-04-24 ChocobozzzUpgrade sequelize
2019-04-24 ChocobozzzUpdate sequelize
2019-04-24 ChocobozzzCreate a dedicated table to track video thumbnails
2019-04-11 ChocobozzzMove config in its own file
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-02-11 ChocobozzzAdd hls support on server
2019-02-06 ChocobozzzMerge branch 'release/v1.2.0'
2019-01-09 ChocobozzzAdd user notification base code
2018-11-20 buoyantairMerge branch 'develop' of https://github.com/Chocobozzz...
2018-11-19 ChocobozzzSpeedup peertube startup
2018-11-13 ChocobozzzMerge branch 'master' into develop
2018-10-19 ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-17 ChocobozzzMerge branch 'feature/webtorrent-disabling' into develop
2018-10-16 ChocobozzzAdd ability for users to block an account/instance...
2018-10-11 ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-08 ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-05 ChocobozzzAdd user history and resume videos
2018-09-13 ChocobozzzBasic video redundancy implementation
2018-09-04 Gaëtan RizioUsers can change ownership of their video [#510] (...
2018-08-30 ChocobozzzBufferize videos views in redis
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 Rigel Kentadding ORM pool configuration
2018-07-26 ChocobozzzFix last commit
2018-07-24 ChocobozzzAdd advanced search in client
2018-07-24 ChocobozzzBegin advanced search
2018-07-16 ChocobozzzImplement captions/subtitles
2018-06-14 ChocobozzzAdd ability for uploaders to schedule video update
2018-01-25 ChocobozzzMove job queue to redis
2017-12-22 ChocobozzzCreate comment on replied mastodon statutes
2017-12-19 ChocobozzzBegin moving video channel to actor
2017-12-15 ChocobozzzFix database connection (host + port)
2017-12-13 ChocobozzzAdd migration
2017-12-13 ChocobozzzMove models to typescript-sequelize
2017-12-11 ChocobozzzMerge branch 'feature/design' into develop
2017-12-04 ChocobozzzAdd account avatar
2017-11-29 ChocobozzzFix well known and json parser with mastodon
2017-11-27 ChocobozzzAdd activitypub migration script
2017-11-27 ChocobozzzHandle announces in inbox
2017-11-27 ChocobozzzFix error when creating a fresh database
2017-11-27 ChocobozzzRename Pod -> Server
2017-11-27 ChocobozzzMake it compile at least
2017-11-27 ChocobozzzRemove references to author
2017-11-27 ChocobozzzBegin activitypub
2017-10-30 ChocobozzzAdd lazy description on server
2017-10-26 ChocobozzzRemove sequelize deprecated operators
2017-10-26 ChocobozzzFix lint
2017-10-26 ChocobozzzUse async/await in lib and initializers
2017-10-26 ChocobozzzUse async/await in controllers
2017-10-26 ChocobozzzAdd video channels
2017-10-10 ChocobozzzFix database benchmark in prod mode
2017-09-07 ChocobozzzAdd tests for npm run scripts
2017-09-04 ChocobozzzBegin user quota
2017-08-25 ChocobozzzMove video file metadata in their own table
2017-07-11 ChocobozzzRemove "function" in favor of () => {}
2017-07-05 ChocobozzzMove to promises
2017-06-24 ChocobozzzExcluse .js.map when scanning models/ directory
2017-06-16 ChocobozzzUse typescript standard and lint all files
2017-06-16 ChocobozzzReorganize model files
2017-06-11 ChocobozzzUpdate webpack stack
2017-06-10 ChocobozzzType functions
2017-06-05 Chocobozzzrequire -> import
2017-05-25 ChocobozzzType models
2017-05-20 ChocobozzzFirst typescript iteration