aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/videos.ts
Commit message (Expand)AuthorAgeFilesLines
* Check activities hostChocobozzz2018-11-141-1/+6
* AP mimeType -> mediaTypeChocobozzz2018-10-181-3/+6
* Try to improve redundancy testsChocobozzz2018-10-021-0/+2
* Fix video fps validatorChocobozzz2018-10-011-3/+3
* Fix refreshing external video attributesChocobozzz2018-10-011-11/+11
* Ensure video existence before duplicating itChocobozzz2018-10-011-3/+7
* Fix video files duplicated when fps is nullChocobozzz2018-09-261-1/+1
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-21/+29
* Limit associations fetch when loading tokenChocobozzz2018-09-201-2/+2
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-1/+1
* Optimize video view AP processingChocobozzz2018-09-191-47/+68
* Refractor videos AP functionsChocobozzz2018-09-191-206/+214
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-191-1/+1
* Basic video redundancy implementationChocobozzz2018-09-131-14/+18
* Add ability to search video channelsChocobozzz2018-08-271-4/+4
* Add refresh video on searchChocobozzz2018-08-271-93/+148
* Add ability to search a video with an URLChocobozzz2018-08-271-75/+107
* Use height instead of width to represent the video resolutionChocobozzz2018-08-271-3/+3
* Fix fps federationChocobozzz2018-08-061-1/+2
* Fix peertube on chromeChocobozzz2018-07-261-1/+1
* Fix last commitChocobozzz2018-07-261-4/+2
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-6/+10
* Implement captions/subtitlesChocobozzz2018-07-161-6/+23
* Refractor retry transaction functionChocobozzz2018-06-131-6/+1
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-31/+49
* Fix publishedAt value after following a new instanceChocobozzz2018-05-281-0/+1
* Refractor and optimize AP collectionsChocobozzz2018-05-251-17/+10
* Move normalize functions in helpersChocobozzz2018-05-111-1/+2
* Add ability to update a video channelChocobozzz2018-05-111-4/+9
* Improve video torrent AP object validatorChocobozzz2018-05-111-2/+2
* Use ISO 639 for languagesChocobozzz2018-04-231-5/+5
* Fix error loggingChocobozzz2018-03-261-1/+1
* Improve logging when cannot fetch remote videosChocobozzz2018-03-231-5/+10
* Fix issues with truncated description and utf charactersChocobozzz2018-03-211-1/+1
* Unlisted videos are not displayed on Mastodon nowChocobozzz2018-02-211-15/+5
* Implement support field in video and video channelChocobozzz2018-02-151-0/+6
* Fix video announces processingChocobozzz2018-01-261-2/+5
* Use sensitive instead of nsfw in activitypubChocobozzz2018-01-261-1/+1
* Fix announce activitiesChocobozzz2018-01-261-1/+52
* Fix lintChocobozzz2018-01-241-1/+0
* Upgrade server dependenciesChocobozzz2018-01-241-1/+1
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-2/+1
* Fix communication with mastodonChocobozzz2018-01-121-3/+3
* Fetch remote AP objectsChocobozzz2018-01-101-49/+224
* Propagate old comment on new followChocobozzz2017-12-281-9/+3
* Fix preview 404Chocobozzz2017-12-281-1/+3
* Add comments federation testsChocobozzz2017-12-271-2/+2
* Begin moving video channel to actorChocobozzz2017-12-191-12/+16
* Move models to typescript-sequelizeChocobozzz2017-12-131-15/+16
* Fix conflict rate serializationsChocobozzz2017-11-301-20/+28