Upgrade sequelize
[oweals/peertube.git] / server / lib / activitypub / videos.ts
2019-04-24 ChocobozzzUpgrade sequelize
2019-04-24 ChocobozzzUpdate sequelize
2019-04-24 ChocobozzzCreate a dedicated table to track video thumbnails
2019-04-11 ChocobozzzDon't expose constants directly in initializers/
2019-04-11 ChocobozzzMove config in its own file
2019-04-08 ChocobozzzFix HLS federation
2019-04-08 ChocobozzzUpdate P2P media loader peer version
2019-04-02 Josh Moreladd quarantine videos feature (#1637)
2019-03-19 ChocobozzzCleanup invalid rates/comments/shares
2019-03-19 ChocobozzzOnly create refresh job if needed
2019-02-11 ChocobozzzAdd originallyPublishedAt unit tests
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-01-15 ChocobozzzPrepare Dislike/Flag/View fixes
2019-01-14 ChocobozzzRefresh remote actors on GET enpoints
2019-01-09 ChocobozzzAdd notification settings migration
2019-01-09 ChocobozzzAdd user notification base code
2018-12-11 ChocobozzzSupport additional video extensions
2018-12-07 ChocobozzzMerge branch 'move-utils-to-shared' of https://github...
2018-12-06 ChocobozzzMerge branch 'hotfix/docker' into develop
2018-12-04 ChocobozzzAdd tmp and redundancy directories
2018-12-04 ChocobozzzFix thumbnail processing
2018-11-20 ChocobozzzDelete invalid or deleted remote videos
2018-11-20 buoyantairMerge branch 'develop' of https://github.com/Chocobozzz...
2018-11-19 ChocobozzzFix checkbox margins
2018-11-19 ChocobozzzOptimize image resizing
2018-11-18 buoyantairMerge branch 'develop' of https://github.com/Chocobozzz...
2018-11-16 ChocobozzzFix images size when downloading them
2018-11-15 buoyantairMerge from upstream
2018-11-14 ChocobozzzCheck activities host
2018-11-13 ChocobozzzMerge branch 'master' into develop
2018-10-19 ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-18 ChocobozzzAP mimeType -> mediaType
2018-10-08 Lucas DeclercqRename downloadingEnabled property to downloadEnabled
2018-10-06 Lucas DeclercqAdd downloadingEnabled property to video model
2018-10-02 ChocobozzzTry to improve redundancy tests
2018-10-01 ChocobozzzFix video fps validator
2018-10-01 ChocobozzzFix refreshing external video attributes
2018-10-01 ChocobozzzEnsure video existence before duplicating it
2018-09-26 ChocobozzzFix video files duplicated when fps is null
2018-09-24 ChocobozzzImprove redundancy: add 'min_lifetime' configuration
2018-09-20 ChocobozzzMerge branch 'develop' into cli-wrapper 941/head
2018-09-20 ChocobozzzLimit associations fetch when loading token
2018-09-19 ChocobozzzOptimize activity actor load in AP processors
2018-09-19 ChocobozzzOptimize video view AP processing
2018-09-19 ChocobozzzRefractor videos AP functions
2018-09-19 ChocobozzzOptimize SQL requests of videos AP endpoints
2018-09-13 ChocobozzzBasic video redundancy implementation
2018-08-27 ChocobozzzAdd ability to search video channels
2018-08-27 ChocobozzzAdd refresh video on search
2018-08-27 ChocobozzzAdd ability to search a video with an URL
2018-08-27 ChocobozzzUse height instead of width to represent the video...
2018-08-07 ChocobozzzMerge branch 'release/beta-10' into develop
2018-08-06 ChocobozzzMerge branch 'release/beta-10' into develop
2018-08-06 ChocobozzzFix fps federation
2018-07-26 ChocobozzzFix peertube on chrome
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-13 ChocobozzzRefractor retry transaction function
2018-06-12 ChocobozzzAdd concept of video state, and add ability to wait...
2018-05-28 ChocobozzzFix publishedAt value after following a new instance
2018-05-25 ChocobozzzRefractor and optimize AP collections
2018-05-11 ChocobozzzMove normalize functions in helpers
2018-05-11 ChocobozzzAdd ability to update a video channel
2018-05-11 ChocobozzzImprove video torrent AP object validator
2018-04-23 ChocobozzzUse ISO 639 for languages
2018-03-26 ChocobozzzFix error logging
2018-03-23 ChocobozzzImprove logging when cannot fetch remote videos
2018-03-21 ChocobozzzFix issues with truncated description and utf characters
2018-02-21 ChocobozzzUnlisted videos are not displayed on Mastodon now
2018-02-15 ChocobozzzImplement support field in video and video channel
2018-01-26 ChocobozzzFix video announces processing
2018-01-26 ChocobozzzUse sensitive instead of nsfw in activitypub
2018-01-26 ChocobozzzFix announce activities
2018-01-24 ChocobozzzFix lint
2018-01-24 ChocobozzzUpgrade server dependencies
2018-01-18 ChocobozzzDon't show videos of remote instance after unfollow
2018-01-12 ChocobozzzFix communication with mastodon
2018-01-10 ChocobozzzFetch remote AP objects
2017-12-28 ChocobozzzPropagate old comment on new follow
2017-12-28 ChocobozzzFix preview 404
2017-12-27 ChocobozzzAdd comments federation tests
2017-12-19 ChocobozzzBegin moving video channel to actor
2017-12-13 ChocobozzzMove models to typescript-sequelize
2017-11-30 ChocobozzzFix conflict rate serializations
2017-11-27 ChocobozzzFederate likes/dislikes
2017-11-27 ChocobozzzMove activitypub functions from helpers/ to lib/